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__ |