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

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

Issue 10824204: Move small c/b/extensions classes into extensions namespace no.2 (Closed) Base URL: http://git.chromium.org/chromium/src.git@master
Patch Set: Latest master for cq + nitfix Created 8 years, 4 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
« no previous file with comments | « chrome/browser/extensions/shell_window_registry.h ('k') | chrome/browser/extensions/startup_helper.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/extensions/shell_window_registry.cc
diff --git a/chrome/browser/extensions/shell_window_registry.cc b/chrome/browser/extensions/shell_window_registry.cc
index e97138df3b96457e7c3d02410b7555d1d9153efa..2bd6fc6cde020a5917e2de8afb8ca91bee7d61eb 100644
--- a/chrome/browser/extensions/shell_window_registry.cc
+++ b/chrome/browser/extensions/shell_window_registry.cc
@@ -9,6 +9,8 @@
#include "content/public/browser/render_view_host.h"
#include "content/public/browser/web_contents.h"
+namespace extensions {
+
ShellWindowRegistry::ShellWindowRegistry() {}
ShellWindowRegistry::~ShellWindowRegistry() {}
@@ -103,3 +105,5 @@ bool ShellWindowRegistry::Factory::ServiceIsCreatedWithProfile() {
bool ShellWindowRegistry::Factory::ServiceIsNULLWhileTesting() {
return false;
}
+
+} // namespace extensions
« no previous file with comments | « chrome/browser/extensions/shell_window_registry.h ('k') | chrome/browser/extensions/startup_helper.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698