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

Unified Diff: chrome/browser/notifications/application_notifier_source.h

Issue 2819413003: Refactor extension app icon. (Closed)
Patch Set: nit Created 3 years, 7 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
Index: chrome/browser/notifications/application_notifier_source.h
diff --git a/chrome/browser/notifications/application_notifier_source.h b/chrome/browser/notifications/application_notifier_source.h
index a3604ba45ac2af79a448a4a802ada807f8365b57..1e582e2dcf3b6da11fcc016c7fa2913b06172458 100644
--- a/chrome/browser/notifications/application_notifier_source.h
+++ b/chrome/browser/notifications/application_notifier_source.h
@@ -5,8 +5,10 @@
#ifndef CHROME_BROWSER_NOTIFICATIONS_APPLICATION_NOTIFIER_SOURCE_H_
#define CHROME_BROWSER_NOTIFICATIONS_APPLICATION_NOTIFIER_SOURCE_H_
-#include "chrome/browser/extensions/extension_app_icon_loader.h"
#include "chrome/browser/notifications/notifier_source.h"
+#include "chrome/browser/ui/app_icon_loader_delegate.h"
+
+class AppIconLoader;
class ApplicationNotifierSource : public NotifierSource,
public AppIconLoaderDelegate {
« no previous file with comments | « chrome/browser/extensions/extension_app_icon_loader.cc ('k') | chrome/browser/notifications/application_notifier_source.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698