Index: extensions/shell/browser/shell_special_storage_policy.h |
diff --git a/apps/shell/browser/shell_special_storage_policy.h b/extensions/shell/browser/shell_special_storage_policy.h |
similarity index 80% |
rename from apps/shell/browser/shell_special_storage_policy.h |
rename to extensions/shell/browser/shell_special_storage_policy.h |
index c23a228cf4785e60b5f8de331a9fe707f3759135..d2725d591388ee445db64823c906be14be38a7b2 100644 |
--- a/apps/shell/browser/shell_special_storage_policy.h |
+++ b/extensions/shell/browser/shell_special_storage_policy.h |
@@ -2,12 +2,12 @@ |
// 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_SPECIAL_STORAGE_POLICY_H_ |
-#define APPS_SHELL_BROWSER_SHELL_SPECIAL_STORAGE_POLICY_H_ |
+#ifndef EXTENSIONS_SHELL_BROWSER_SHELL_SPECIAL_STORAGE_POLICY_H_ |
+#define EXTENSIONS_SHELL_BROWSER_SHELL_SPECIAL_STORAGE_POLICY_H_ |
#include "webkit/browser/quota/special_storage_policy.h" |
-namespace apps { |
+namespace extensions { |
// A simple storage policy for app_shell which does not limit storage |
// capabilities and aims to be as permissive as possible. |
@@ -28,6 +28,6 @@ class ShellSpecialStoragePolicy : public quota::SpecialStoragePolicy { |
virtual ~ShellSpecialStoragePolicy(); |
}; |
-} // namespace apps |
+} // namespace extensions |
-#endif // APPS_SHELL_BROWSER_SHELL_SPECIAL_STORAGE_POLICY_H |
+#endif // EXTENSIONS_SHELL_BROWSER_SHELL_SPECIAL_STORAGE_POLICY_H |