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

Unified Diff: components/favicon/core/browser/favicon_tab_helper_observer.h

Issue 983043003: Componentize FaviconService and FaviconHandler (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@favicon_service
Patch Set: Fix android_aosp (reverted the change by mistake by switching computer) Created 5 years, 9 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/favicon/core/browser/favicon_service.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/favicon/core/browser/favicon_tab_helper_observer.h
diff --git a/chrome/browser/favicon/favicon_tab_helper_observer.h b/components/favicon/core/browser/favicon_tab_helper_observer.h
similarity index 71%
rename from chrome/browser/favicon/favicon_tab_helper_observer.h
rename to components/favicon/core/browser/favicon_tab_helper_observer.h
index 7e28b5e9bdb6e0beaaef100428fea7d0db0dfba3..bc109ff348f649644048c72deb644c8c1adf18ef 100644
--- a/chrome/browser/favicon/favicon_tab_helper_observer.h
+++ b/components/favicon/core/browser/favicon_tab_helper_observer.h
@@ -2,8 +2,8 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
-#ifndef CHROME_BROWSER_FAVICON_FAVICON_TAB_HELPER_OBSERVER_H_
-#define CHROME_BROWSER_FAVICON_FAVICON_TAB_HELPER_OBSERVER_H_
+#ifndef COMPONENTS_FAVICON_CORE_BROWSER_FAVICON_TAB_HELPER_OBSERVER_H_
+#define COMPONENTS_FAVICON_CORE_BROWSER_FAVICON_TAB_HELPER_OBSERVER_H_
namespace gfx {
class Image;
@@ -21,4 +21,4 @@ class FaviconTabHelperObserver {
virtual ~FaviconTabHelperObserver() {}
};
-#endif // CHROME_BROWSER_FAVICON_FAVICON_TAB_HELPER_OBSERVER_H_
+#endif // COMPONENTS_FAVICON_CORE_BROWSER_FAVICON_TAB_HELPER_OBSERVER_H_
« no previous file with comments | « components/favicon/core/browser/favicon_service.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698