Index: chrome/browser/extensions/shell_window_registry.h |
diff --git a/chrome/browser/extensions/shell_window_registry.h b/chrome/browser/extensions/shell_window_registry.h |
index 3e248cbc8acde92f8282f0af3aae46270766cc36..e3d2c7932610c3868ad9a5368ba1e620f692b476 100644 |
--- a/chrome/browser/extensions/shell_window_registry.h |
+++ b/chrome/browser/extensions/shell_window_registry.h |
@@ -21,6 +21,8 @@ namespace content { |
class RenderViewHost; |
} |
+namespace extensions { |
+ |
// The ShellWindowRegistry tracks the ShellWindows for all platform apps for a |
// particular profile. |
// This class is planned to evolve into tracking all PlatformApps for a |
@@ -89,4 +91,6 @@ class ShellWindowRegistry : public ProfileKeyedService { |
ObserverList<Observer> observers_; |
}; |
+} // namespace extensions |
+ |
#endif // CHROME_BROWSER_EXTENSIONS_SHELL_WINDOW_REGISTRY_H_ |