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

Unified Diff: chrome/browser/ui/webui/fallback_icon_source.h

Issue 1032683002: [Icons NTP] Refactoring: Moving FallbackIconService to components\favicon\core (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Putting back +third_party/skia/include for favicon_base DEPS. 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 | « no previous file | chrome/browser/ui/webui/fallback_icon_source.cc » ('j') | components/favicon/core/DEPS » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/ui/webui/fallback_icon_source.h
diff --git a/chrome/browser/ui/webui/fallback_icon_source.h b/chrome/browser/ui/webui/fallback_icon_source.h
index ba4843e158bb902b602b7639ffac980c3171f965..acc1d6b8805628e6344951d5cfa9ff0b55a58af9 100644
--- a/chrome/browser/ui/webui/fallback_icon_source.h
+++ b/chrome/browser/ui/webui/fallback_icon_source.h
@@ -6,7 +6,7 @@
#define CHROME_BROWSER_UI_WEBUI_FALLBACK_ICON_SOURCE_H_
#include "base/memory/scoped_ptr.h"
-#include "components/favicon_base/fallback_icon_service.h"
+#include "components/favicon/core/fallback_icon_service.h"
#include "content/public/browser/url_data_source.h"
// FallbackIconSource services explicit chrome:// requests for fallback icons.
@@ -61,7 +61,7 @@ class FallbackIconSource : public content::URLDataSource {
void SendDefaultResponse(
const content::URLDataSource::GotDataCallback& callback);
- scoped_ptr<favicon_base::FallbackIconService> fallback_icon_service_;
+ scoped_ptr<FallbackIconService> fallback_icon_service_;
DISALLOW_COPY_AND_ASSIGN(FallbackIconSource);
};
« no previous file with comments | « no previous file | chrome/browser/ui/webui/fallback_icon_source.cc » ('j') | components/favicon/core/DEPS » ('J')

Powered by Google App Engine
This is Rietveld 408576698