summaryrefslogtreecommitdiffstats
path: root/components/favicon.gypi
diff options
context:
space:
mode:
authorsdefresne <sdefresne@chromium.org>2015-03-30 10:17:11 -0700
committerCommit bot <commit-bot@chromium.org>2015-03-30 17:18:00 +0000
commit494aec68691f10626b226892396d442503dd9af7 (patch)
tree3cf53649ec6e4c708d419928ca798b5bc6641dee /components/favicon.gypi
parent24c5e71f6cc5f1033485d83bd7d767c45071cf16 (diff)
downloadchromium_src-494aec68691f10626b226892396d442503dd9af7.zip
chromium_src-494aec68691f10626b226892396d442503dd9af7.tar.gz
chromium_src-494aec68691f10626b226892396d442503dd9af7.tar.bz2
Move //components/favicon code into the favicon namespace
Move all classes defined in //components/favicon into the favicon namespace and update all client code forward-declaration and usage. Rename FaviconTabHelperObserver to FaviconDriverObserver as FaviconDriver is the name of the base interface (and iOS wants to use that observer but will not be able to use FaviconTabHelper). BUG=359513 Review URL: https://codereview.chromium.org/1028503004 Cr-Commit-Position: refs/heads/master@{#322799}
Diffstat (limited to 'components/favicon.gypi')
-rw-r--r--components/favicon.gypi2
1 files changed, 1 insertions, 1 deletions
diff --git a/components/favicon.gypi b/components/favicon.gypi
index 8a9378b..d1aa277 100644
--- a/components/favicon.gypi
+++ b/components/favicon.gypi
@@ -24,11 +24,11 @@
'favicon/core/fallback_icon_service.h',
'favicon/core/favicon_client.h',
'favicon/core/favicon_driver.h',
+ 'favicon/core/favicon_driver_observer.h',
'favicon/core/favicon_handler.cc',
'favicon/core/favicon_handler.h',
'favicon/core/favicon_service.cc',
'favicon/core/favicon_service.h',
- 'favicon/core/favicon_tab_helper_observer.h',
'favicon/core/favicon_url.cc',
'favicon/core/favicon_url.h',
],