summaryrefslogtreecommitdiffstats
path: root/chrome/browser/plugins
diff options
context:
space:
mode:
authorblundell@chromium.org <blundell@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2014-06-19 19:03:24 +0000
committerblundell@chromium.org <blundell@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2014-06-19 19:03:24 +0000
commit8e44a5b0ad710f74d331ed46607a1fe3ed341b2e (patch)
treedea14c79f0a9548b3116940c0dff4feec0f7f94c /chrome/browser/plugins
parentc5f9ad82a3a79abdd8485ced28edcaa5d2a42b23 (diff)
downloadchromium_src-8e44a5b0ad710f74d331ed46607a1fe3ed341b2e.zip
chromium_src-8e44a5b0ad710f74d331ed46607a1fe3ed341b2e.tar.gz
chromium_src-8e44a5b0ad710f74d331ed46607a1fe3ed341b2e.tar.bz2
Componentize google_util
Also removes the indirection through the client that GoogleURLTracker was previously doing to call a google_util function. BUG=373245,381088 TBR=jochen Review URL: https://codereview.chromium.org/333723002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@278448 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/browser/plugins')
-rw-r--r--chrome/browser/plugins/plugin_infobar_delegates.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/chrome/browser/plugins/plugin_infobar_delegates.cc b/chrome/browser/plugins/plugin_infobar_delegates.cc
index 52c8a0e..d9c99be 100644
--- a/chrome/browser/plugins/plugin_infobar_delegates.cc
+++ b/chrome/browser/plugins/plugin_infobar_delegates.cc
@@ -8,7 +8,6 @@
#include "base/path_service.h"
#include "base/strings/utf_string_conversions.h"
#include "chrome/browser/content_settings/host_content_settings_map.h"
-#include "chrome/browser/google/google_util.h"
#include "chrome/browser/infobars/infobar_service.h"
#include "chrome/browser/lifetime/application_lifetime.h"
#include "chrome/browser/plugins/chrome_plugin_service_filter.h"
@@ -17,6 +16,7 @@
#include "chrome/browser/shell_integration.h"
#include "chrome/browser/ui/browser_commands.h"
#include "chrome/common/url_constants.h"
+#include "components/google/core/browser/google_util.h"
#include "components/infobars/core/infobar.h"
#include "content/public/browser/render_process_host.h"
#include "content/public/browser/render_view_host.h"