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

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

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
« no previous file with comments | « components/google/core/browser/google_util.h ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/google/core/browser/google_util.cc
diff --git a/chrome/browser/google/google_util.cc b/components/google/core/browser/google_util.cc
similarity index 99%
rename from chrome/browser/google/google_util.cc
rename to components/google/core/browser/google_util.cc
index f4d06810d7ef4a5eabb3f469bf102ff2a6bd9439..5ec651445fae147823acd8e0f25d69be48092f95 100644
--- a/chrome/browser/google/google_util.cc
+++ b/components/google/core/browser/google_util.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/google/google_util.h"
+#include "components/google/core/browser/google_util.h"
#include <string>
#include <vector>
« no previous file with comments | « components/google/core/browser/google_util.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698