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

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

Issue 137263007: Move CancelableTaskTracker to //base/task/CancelableTaskTracker. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Move to base/task/cancelable_task_tracker* Created 6 years, 10 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 | « chrome/browser/jumplist_win.cc ('k') | chrome/browser/notifications/message_center_settings_controller.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/notifications/message_center_settings_controller.h
diff --git a/chrome/browser/notifications/message_center_settings_controller.h b/chrome/browser/notifications/message_center_settings_controller.h
index d24a0203f4e02f148822b80052b547b528148180..7f2bc196f08ab5e97b9f47cee445e482009f6fcf 100644
--- a/chrome/browser/notifications/message_center_settings_controller.h
+++ b/chrome/browser/notifications/message_center_settings_controller.h
@@ -25,10 +25,13 @@
#include "chrome/browser/chromeos/login/user_manager.h"
#endif
-class CancelableTaskTracker;
class Profile;
class ProfileInfoCache;
+namespace base {
+class CancelableTaskTracker;
+}
+
namespace chrome {
struct FaviconImageResult;
}
@@ -106,7 +109,7 @@ class MessageCenterSettingsController
ObserverList<message_center::NotifierSettingsObserver> observers_;
// The task tracker for loading favicons.
- scoped_ptr<CancelableTaskTracker> favicon_tracker_;
+ scoped_ptr<base::CancelableTaskTracker> favicon_tracker_;
scoped_ptr<extensions::AppIconLoader> app_icon_loader_;
« no previous file with comments | « chrome/browser/jumplist_win.cc ('k') | chrome/browser/notifications/message_center_settings_controller.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698