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

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

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.h
diff --git a/chrome/browser/component_updater/pnacl/pnacl_profile_observer.h b/chrome/browser/component_updater/pnacl/pnacl_profile_observer.h
index 18ef4e804360e63f9b9c19680974a521c7b9567f..2b377b67fd4eec2b65db98e66d756b4300e54fdf 100644
--- a/chrome/browser/component_updater/pnacl/pnacl_profile_observer.h
+++ b/chrome/browser/component_updater/pnacl/pnacl_profile_observer.h
@@ -9,6 +9,8 @@
#include "content/public/browser/notification_observer.h"
#include "content/public/browser/notification_registrar.h"
+namespace component_updater {
+
class PnaclComponentInstaller;
// Monitors profile switching for ChromeOS to check the per-user
@@ -29,4 +31,6 @@ class PnaclProfileObserver : public content::NotificationObserver {
DISALLOW_COPY_AND_ASSIGN(PnaclProfileObserver);
};
+} // namespace component_updater
+
#endif // CHROME_BROWSER_COMPONENT_UPDATER_PNACL_PNACL_PROFILE_OBSERVER_H_

Powered by Google App Engine
This is Rietveld 408576698