Index: extensions/shell/browser/shell_browser_context.h |
diff --git a/apps/shell/browser/shell_browser_context.h b/extensions/shell/browser/shell_browser_context.h |
similarity index 89% |
rename from apps/shell/browser/shell_browser_context.h |
rename to extensions/shell/browser/shell_browser_context.h |
index 58e3ed5d23f5d43e5f6184c6def428916527a6d2..55439bfdf68d1ebe4a86813e418071af2cbdb31e 100644 |
--- a/apps/shell/browser/shell_browser_context.h |
+++ b/extensions/shell/browser/shell_browser_context.h |
@@ -2,15 +2,15 @@ |
// Use of this source code is governed by a BSD-style license that can be |
// found in the LICENSE file. |
-#ifndef APPS_SHELL_BROWSER_SHELL_BROWSER_CONTEXT_H_ |
-#define APPS_SHELL_BROWSER_SHELL_BROWSER_CONTEXT_H_ |
+#ifndef EXTENSIONS_SHELL_BROWSER_SHELL_BROWSER_CONTEXT_H_ |
+#define EXTENSIONS_SHELL_BROWSER_SHELL_BROWSER_CONTEXT_H_ |
#include "base/compiler_specific.h" |
#include "base/memory/ref_counted.h" |
#include "content/shell/browser/shell_browser_context.h" |
#include "webkit/browser/quota/special_storage_policy.h" |
-namespace apps { |
+namespace extensions { |
class ShellSpecialStoragePolicy; |
@@ -48,6 +48,6 @@ class ShellBrowserContext : public content::ShellBrowserContext { |
DISALLOW_COPY_AND_ASSIGN(ShellBrowserContext); |
}; |
-} // namespace apps |
+} // namespace extensions |
-#endif // APPS_SHELL_BROWSER_SHELL_BROWSER_CONTEXT_H_ |
+#endif // EXTENSIONS_SHELL_BROWSER_SHELL_BROWSER_CONTEXT_H_ |