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

Unified Diff: chrome/browser/component_updater/pnacl/pnacl_profile_observer.cc

Issue 138553004: Move component updater artifacts into component_updater namespace. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 years, 11 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/component_updater/pnacl/pnacl_profile_observer.cc
diff --git a/chrome/browser/component_updater/pnacl/pnacl_profile_observer.cc b/chrome/browser/component_updater/pnacl/pnacl_profile_observer.cc
index bf959c312d98bfbdff3296d88f29d457dd779018..12211e80fb573a1979d1269debc01876488fd433 100644
--- a/chrome/browser/component_updater/pnacl/pnacl_profile_observer.cc
+++ b/chrome/browser/component_updater/pnacl/pnacl_profile_observer.cc
@@ -9,6 +9,8 @@
#include "chrome/browser/component_updater/pnacl/pnacl_component_installer.h"
#include "content/public/browser/notification_service.h"
+namespace component_updater {
+
PnaclProfileObserver::PnaclProfileObserver(
PnaclComponentInstaller* installer) : pnacl_installer_(installer) {
// We only need to observe NOTIFICATION_LOGIN_USER_CHANGED for ChromeOS
@@ -34,3 +36,5 @@ void PnaclProfileObserver::Observe(
NOTREACHED() << "Unexpected notification observed";
#endif
}
+
+} // namespace component_updater

Powered by Google App Engine
This is Rietveld 408576698