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

Unified Diff: content/browser/dom_storage/dom_storage_context_wrapper.h

Issue 492873002: Collapse fileapi, webkit_blob, webkit_database, quota, and webkit_common namespaces into single sto… (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: fix chromeos build Created 6 years, 4 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: content/browser/dom_storage/dom_storage_context_wrapper.h
diff --git a/content/browser/dom_storage/dom_storage_context_wrapper.h b/content/browser/dom_storage/dom_storage_context_wrapper.h
index 0ed95076a20cf3dc597e6dedbfa1ca95ac46bb98..fb7441c6297d192c48c086e1e9bc4d0bed038c3d 100644
--- a/content/browser/dom_storage/dom_storage_context_wrapper.h
+++ b/content/browser/dom_storage/dom_storage_context_wrapper.h
@@ -13,7 +13,7 @@ namespace base {
class FilePath;
}
-namespace quota {
+namespace storage {
class SpecialStoragePolicy;
}
@@ -28,8 +28,9 @@ class CONTENT_EXPORT DOMStorageContextWrapper :
public base::RefCountedThreadSafe<DOMStorageContextWrapper> {
public:
// If |data_path| is empty, nothing will be saved to disk.
- DOMStorageContextWrapper(const base::FilePath& data_path,
- quota::SpecialStoragePolicy* special_storage_policy);
+ DOMStorageContextWrapper(
+ const base::FilePath& data_path,
+ storage::SpecialStoragePolicy* special_storage_policy);
// DOMStorageContext implementation.
virtual void GetLocalStorageUsage(
« no previous file with comments | « content/browser/dom_storage/dom_storage_context_impl.cc ('k') | content/browser/dom_storage/dom_storage_context_wrapper.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698