commit | 4461e9ad89d45872bbd184e952087485168d3873 | [log] [tgz] |
---|---|---|
author | [email protected] <[email protected]@0039d316-1c4b-4281-b951-d872f2087c98> | Fri Sep 27 08:52:29 2013 |
committer | [email protected] <[email protected]@0039d316-1c4b-4281-b951-d872f2087c98> | Fri Sep 27 08:52:29 2013 |
tree | f7546fc98d1577718fb51c17f65766b6f2663322 | |
parent | 4961478f32fa5cbb1dd861bd5294f451765d7694 [diff] [blame] |
Minor clean-up in base/guid.* BUG=None [email protected] Review URL: https://codereview.chromium.org/24767002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@225681 0039d316-1c4b-4281-b951-d872f2087c98
diff --git a/base/guid.h b/base/guid.h index 468b65f..2a4ed4c4 100644 --- a/base/guid.h +++ b/base/guid.h
@@ -27,6 +27,6 @@ BASE_EXPORT std::string RandomDataToGUIDString(const uint64 bytes[2]); #endif -} // namespace guid +} // namespace base #endif // BASE_GUID_H_