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

Unified Diff: components/google/core/browser/google_util.h

Issue 333723002: Componentize google_util (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Rebase + build fix Created 6 years, 6 months 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
Index: components/google/core/browser/google_util.h
diff --git a/chrome/browser/google/google_util.h b/components/google/core/browser/google_util.h
similarity index 96%
rename from chrome/browser/google/google_util.h
rename to components/google/core/browser/google_util.h
index 8037ebde07a8f4e5294a0e7667b84465ad686b7a..e3103a48cbd0d44a3f3a4d8e73bb4a7843da5ccc 100644
--- a/chrome/browser/google/google_util.h
+++ b/components/google/core/browser/google_util.h
@@ -4,8 +4,8 @@
//
// Some Google related utility functions.
-#ifndef CHROME_BROWSER_GOOGLE_GOOGLE_UTIL_H__
-#define CHROME_BROWSER_GOOGLE_GOOGLE_UTIL_H__
+#ifndef COMPONENTS_GOOGLE_CORE_BROWSER_GOOGLE_UTIL_H__
+#define COMPONENTS_GOOGLE_CORE_BROWSER_GOOGLE_UTIL_H__
#include <string>
@@ -111,4 +111,4 @@ bool IsYoutubeDomainUrl(const GURL& url,
} // namespace google_util
-#endif // CHROME_BROWSER_GOOGLE_GOOGLE_UTIL_H__
+#endif // COMPONENTS_GOOGLE_CORE_BROWSER_GOOGLE_UTIL_H__
« no previous file with comments | « components/google/core/browser/google_url_tracker_client.h ('k') | components/google/core/browser/google_util.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698