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

Unified Diff: storage/browser/quota/special_storage_policy.h

Issue 539143002: Migrate webkit/browser/ to storage/browser/ (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: fix android build Created 6 years, 3 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: storage/browser/quota/special_storage_policy.h
diff --git a/webkit/browser/quota/special_storage_policy.h b/storage/browser/quota/special_storage_policy.h
similarity index 92%
copy from webkit/browser/quota/special_storage_policy.h
copy to storage/browser/quota/special_storage_policy.h
index 5ddc821790663805f2f5fa9af5b1962f3adef85f..e6c37b56bbdb87a0a98afe5809bac3640679e894 100644
--- a/webkit/browser/quota/special_storage_policy.h
+++ b/storage/browser/quota/special_storage_policy.h
@@ -2,14 +2,14 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
-#ifndef WEBKIT_BROWSER_QUOTA_SPECIAL_STORAGE_POLICY_H_
-#define WEBKIT_BROWSER_QUOTA_SPECIAL_STORAGE_POLICY_H_
+#ifndef STORAGE_BROWSER_QUOTA_SPECIAL_STORAGE_POLICY_H_
+#define STORAGE_BROWSER_QUOTA_SPECIAL_STORAGE_POLICY_H_
#include <string>
#include "base/memory/ref_counted.h"
#include "base/observer_list.h"
-#include "webkit/browser/storage_browser_export.h"
+#include "storage/browser/storage_browser_export.h"
class GURL;
@@ -83,4 +83,4 @@ class STORAGE_EXPORT SpecialStoragePolicy
} // namespace storage
-#endif // WEBKIT_BROWSER_QUOTA_SPECIAL_STORAGE_POLICY_H_
+#endif // STORAGE_BROWSER_QUOTA_SPECIAL_STORAGE_POLICY_H_
« no previous file with comments | « storage/browser/quota/quota_temporary_storage_evictor.cc ('k') | storage/browser/quota/special_storage_policy.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698