| Index: chrome/browser/ui/app_list/app_list_syncable_service.h
|
| diff --git a/chrome/browser/ui/app_list/app_list_syncable_service.h b/chrome/browser/ui/app_list/app_list_syncable_service.h
|
| index 951d0d03b0a76438ae017eb2e932b2665c5aad89..33f865bf2e9e21a4bafdb3463bf985fd3593c793 100644
|
| --- a/chrome/browser/ui/app_list/app_list_syncable_service.h
|
| +++ b/chrome/browser/ui/app_list/app_list_syncable_service.h
|
| @@ -101,6 +101,9 @@ class AppListSyncableService : public syncer::SyncableService,
|
| class ModelObserver;
|
| typedef std::map<std::string, SyncItem*> SyncItemMap;
|
|
|
| + // KeyedService
|
| + virtual void Shutdown() OVERRIDE;
|
| +
|
| // content::NotificationObserver
|
| virtual void Observe(int type,
|
| const content::NotificationSource& source,
|
|
|