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 |