From a1fcc1d501e1e8e85d97795c1c450f5325a82614 Mon Sep 17 00:00:00 2001 From: "blundell@chromium.org" Date: Sun, 8 Jun 2014 11:47:58 +0000 Subject: Componentize GoogleURLTracker(InfoBarDelegate,MapEntry,NavHelper) This CL moves GoogleURLTracker and associated friends to the Google component. It additionally moves strings that GoogleURLTrackerInfoBarDelegate into components_strings.grd (via google_strings.grdp). Dependencies of this code on google_util are temporarily punched through the embedder, as google_util will require more time to componentize. Once google_util is componentized, the indirection through the embedder will be removed. BUG=373209,373222 TBR=thakis, cbentzel Review URL: https://codereview.chromium.org/316203003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@275743 0039d316-1c4b-4281-b951-d872f2087c98 --- chrome/browser/ui/browser.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'chrome/browser/ui/browser.cc') diff --git a/chrome/browser/ui/browser.cc b/chrome/browser/ui/browser.cc index 2c07e91..93d45dd 100644 --- a/chrome/browser/ui/browser.cc +++ b/chrome/browser/ui/browser.cc @@ -56,7 +56,6 @@ #include "chrome/browser/favicon/favicon_tab_helper.h" #include "chrome/browser/file_select_helper.h" #include "chrome/browser/first_run/first_run.h" -#include "chrome/browser/google/google_url_tracker.h" #include "chrome/browser/history/top_sites.h" #include "chrome/browser/infobars/infobar_service.h" #include "chrome/browser/infobars/simple_alert_infobar_delegate.h" @@ -150,6 +149,7 @@ #include "chrome/common/url_constants.h" #include "components/bookmarks/browser/bookmark_model.h" #include "components/bookmarks/browser/bookmark_utils.h" +#include "components/google/core/browser/google_url_tracker.h" #include "components/startup_metric_utils/startup_metric_utils.h" #include "components/web_modal/web_contents_modal_dialog_manager.h" #include "content/public/browser/devtools_manager.h" -- cgit v1.1