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

Unified Diff: chrome/browser/sync/glue/typed_url_change_processor.h

Issue 8342048: Make NotificationService an interface in the content namespace, and switch callers to use it. Mov... (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: '' Created 9 years, 2 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/sync/glue/typed_url_change_processor.h
===================================================================
--- chrome/browser/sync/glue/typed_url_change_processor.h (revision 106380)
+++ chrome/browser/sync/glue/typed_url_change_processor.h (working copy)
@@ -18,9 +18,12 @@
#include "content/public/browser/notification_types.h"
class MessageLoop;
-class NotificationService;
class Profile;
+namespace content {
+class NotificationService;
+}
+
namespace history {
class HistoryBackend;
struct URLsDeletedDetails;
@@ -101,7 +104,7 @@
MessageLoop* expected_loop_;
- scoped_ptr<NotificationService> notification_service_;
+ scoped_ptr<content::NotificationService> notification_service_;
// The set of pending changes that will be written out on the next
// CommitChangesFromSyncModel() call.
« no previous file with comments | « chrome/browser/sync/glue/sync_backend_host.cc ('k') | chrome/browser/sync/glue/typed_url_change_processor.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698