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

Unified Diff: chrome/browser/extensions/app_notify_channel_ui_impl.cc

Issue 10830036: Moved the AppNotification system into extensions namespace (Closed) Base URL: http://git.chromium.org/chromium/src.git@master
Patch Set: Latest master for cq Created 8 years, 5 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/extensions/app_notify_channel_ui_impl.cc
diff --git a/chrome/browser/extensions/app_notify_channel_ui_impl.cc b/chrome/browser/extensions/app_notify_channel_ui_impl.cc
index 02a625d544bbb7bafb4678fd62757c5d8626c3ca..e480300bb10dbfffe8714e371148ce088e5a1e4d 100644
--- a/chrome/browser/extensions/app_notify_channel_ui_impl.cc
+++ b/chrome/browser/extensions/app_notify_channel_ui_impl.cc
@@ -28,6 +28,8 @@
#include "grit/generated_resources.h"
#include "ui/base/l10n/l10n_util.h"
+namespace extensions {
+
class AppNotifyChannelUIImpl::InfoBar : public ConfirmInfoBarDelegate {
public:
InfoBar(AppNotifyChannelUIImpl* creator,
@@ -205,3 +207,5 @@ void AppNotifyChannelUIImpl::StopObservingSync() {
ProfileSyncServiceFactory::GetInstance()->GetForProfile(
profile_)->RemoveObserver(this);
}
+
+} // namespace extensions
« no previous file with comments | « chrome/browser/extensions/app_notify_channel_ui_impl.h ('k') | chrome/browser/extensions/extension_service.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698