| 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.
|
|
|