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

Unified Diff: chrome/common/guid.cc

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/common/guid.h ('k') | chrome/common/guid_posix.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/common/guid.cc
diff --git a/chrome/browser/guid.cc b/chrome/common/guid.cc
similarity index 95%
rename from chrome/browser/guid.cc
rename to chrome/common/guid.cc
index b8f46dbc7abc3f662977ad5ca54a86590be16c43..a6b4b094ebb9b5f5d80777efebb01f761a17fc9a 100644
--- a/chrome/browser/guid.cc
+++ b/chrome/common/guid.cc
@@ -2,7 +2,7 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
-#include "chrome/browser/guid.h"
+#include "chrome/common/guid.h"
#include "base/rand_util.h"
#include "base/stringprintf.h"
« no previous file with comments | « chrome/common/guid.h ('k') | chrome/common/guid_posix.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698