| Index: chrome/browser/extensions/app_notify_channel_ui_impl.h
|
| diff --git a/chrome/browser/extensions/app_notify_channel_ui_impl.h b/chrome/browser/extensions/app_notify_channel_ui_impl.h
|
| index 62c5306c6a312ae07050a6f55ec51687cc346c85..bd4250d070adb6584b2879eec2c319384d287076 100644
|
| --- a/chrome/browser/extensions/app_notify_channel_ui_impl.h
|
| +++ b/chrome/browser/extensions/app_notify_channel_ui_impl.h
|
| @@ -15,6 +15,8 @@
|
| class Profile;
|
| class TabContents;
|
|
|
| +namespace extensions {
|
| +
|
| class AppNotifyChannelUIImpl : public AppNotifyChannelUI,
|
| public ProfileSyncServiceObserver {
|
| public:
|
| @@ -63,4 +65,6 @@ class AppNotifyChannelUIImpl : public AppNotifyChannelUI,
|
| DISALLOW_COPY_AND_ASSIGN(AppNotifyChannelUIImpl);
|
| };
|
|
|
| +} // namespace extensions
|
| +
|
| #endif // CHROME_BROWSER_EXTENSIONS_APP_NOTIFY_CHANNEL_UI_IMPL_H_
|
|
|