Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(5193)

Unified Diff: chrome/common/guid.h

Issue 5849001: Move GUID utils to src/chrome/common. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: chrome/common Created 10 years ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « chrome/chrome_tests.gypi ('k') | chrome/common/guid.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/common/guid.h
diff --git a/chrome/browser/guid.h b/chrome/common/guid.h
similarity index 90%
rename from chrome/browser/guid.h
rename to chrome/common/guid.h
index b5aa67d6f8f27340dbc89f69a25d47d4f1c3385e..9121c9ea6200895014c7f1aa7a29919c5867413d 100644
--- a/chrome/browser/guid.h
+++ b/chrome/common/guid.h
@@ -2,8 +2,8 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
-#ifndef CHROME_BROWSER_GUID_H_
-#define CHROME_BROWSER_GUID_H_
+#ifndef CHROME_COMMON_GUID_H_
+#define CHROME_COMMON_GUID_H_
#pragma once
#include <string>
@@ -29,4 +29,4 @@ std::string RandomDataToGUIDString(const uint64 bytes[2]);
} // namespace guid
-#endif // CHROME_BROWSER_GUID_H_
+#endif // CHROME_COMMON_GUID_H_
« no previous file with comments | « chrome/chrome_tests.gypi ('k') | chrome/common/guid.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698