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

Unified Diff: extensions/shell/browser/shell_special_storage_policy.h

Issue 412713002: Move apps/shell to extensions/shell. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: 40% Created 6 years, 5 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: 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
« no previous file with comments | « extensions/shell/browser/shell_runtime_api_delegate.cc ('k') | extensions/shell/browser/shell_special_storage_policy.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698