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

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

Issue 9395058: [Sync] Remove SyncableServiceAdapter. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Self review Created 8 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
Index: chrome/browser/sync/glue/app_notification_data_type_controller.h
diff --git a/chrome/browser/sync/glue/app_notification_data_type_controller.h b/chrome/browser/sync/glue/app_notification_data_type_controller.h
index d1c3890de364135d35dd34178815f5451df0544f..e65ff7b0f9b25a0ee9f85ff549633ba1ab782f43 100644
--- a/chrome/browser/sync/glue/app_notification_data_type_controller.h
+++ b/chrome/browser/sync/glue/app_notification_data_type_controller.h
@@ -9,7 +9,7 @@
#include <string>
#include "base/compiler_specific.h"
-#include "chrome/browser/sync/glue/frontend_data_type_controller.h"
+#include "chrome/browser/sync/glue/ui_data_type_controller.h"
#include "content/public/browser/notification_observer.h"
#include "content/public/browser/notification_registrar.h"
@@ -18,7 +18,7 @@ class AppNotificationManager;
namespace browser_sync {
class AppNotificationDataTypeController
- : public FrontendDataTypeController,
+ : public UIDataTypeController,
public content::NotificationObserver {
public:
AppNotificationDataTypeController(
@@ -41,8 +41,7 @@ class AppNotificationDataTypeController
private:
// FrontendDataTypeController implementations.
virtual bool StartModels() OVERRIDE;
- virtual void CleanUpState() OVERRIDE;
- virtual void CreateSyncComponents() OVERRIDE;
+ virtual void StopModels() OVERRIDE;
content::NotificationRegistrar registrar_;

Powered by Google App Engine
This is Rietveld 408576698