| Index: chrome/browser/tabs/pinned_tab_service.h
|
| diff --git a/chrome/browser/tabs/pinned_tab_service.h b/chrome/browser/tabs/pinned_tab_service.h
|
| index c4b528b154a6b2b1b24398b951756cfcb9a7e90b..2d6f6b09ecbd32d57790b9133e46e6520f3a4387 100644
|
| --- a/chrome/browser/tabs/pinned_tab_service.h
|
| +++ b/chrome/browser/tabs/pinned_tab_service.h
|
| @@ -6,6 +6,7 @@
|
| #define CHROME_BROWSER_TABS_PINNED_TAB_SERVICE_H_
|
| #pragma once
|
|
|
| +#include "base/compiler_specific.h"
|
| #include "chrome/browser/profiles/profile_keyed_service.h"
|
| #include "content/public/browser/notification_observer.h"
|
| #include "content/public/browser/notification_registrar.h"
|
| @@ -27,7 +28,7 @@ class PinnedTabService : public content::NotificationObserver,
|
| // content::NotificationObserver.
|
| virtual void Observe(int type,
|
| const content::NotificationSource& source,
|
| - const content::NotificationDetails& details);
|
| + const content::NotificationDetails& details) OVERRIDE;
|
|
|
| Profile* profile_;
|
|
|
|
|