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

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

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.cc
diff --git a/apps/shell/browser/shell_special_storage_policy.cc b/extensions/shell/browser/shell_special_storage_policy.cc
similarity index 88%
rename from apps/shell/browser/shell_special_storage_policy.cc
rename to extensions/shell/browser/shell_special_storage_policy.cc
index f08f7320d95dc8d511fb69f7e80ffbea6b1649b1..a5f41200235932d7270b245fd55e32fe49af6e21 100644
--- a/apps/shell/browser/shell_special_storage_policy.cc
+++ b/extensions/shell/browser/shell_special_storage_policy.cc
@@ -2,9 +2,9 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
-#include "apps/shell/browser/shell_special_storage_policy.h"
+#include "extensions/shell/browser/shell_special_storage_policy.h"
-namespace apps {
+namespace extensions {
ShellSpecialStoragePolicy::ShellSpecialStoragePolicy() {
}
@@ -40,4 +40,4 @@ bool ShellSpecialStoragePolicy::HasIsolatedStorage(const GURL& origin) {
return false;
}
-} // namespace apps
+} // namespace extensions
« no previous file with comments | « extensions/shell/browser/shell_special_storage_policy.h ('k') | extensions/shell/common/api/_api_features.json » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698