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

Unified Diff: content/public/test/test_browser_context.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
« no previous file with comments | « content/public/test/sandbox_file_system_test_helper.cc ('k') | content/public/test/test_browser_context.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/public/test/test_browser_context.h
diff --git a/content/public/test/test_browser_context.h b/content/public/test/test_browser_context.h
index 4c90bd30b2509b05c2a72306b8f58108429ca638..077342bf7a8c39d46c3cb68dd2989281c80266a8 100644
--- a/content/public/test/test_browser_context.h
+++ b/content/public/test/test_browser_context.h
@@ -25,7 +25,7 @@ class TestBrowserContext : public BrowserContext {
// this object is destructed.
base::FilePath TakePath();
- void SetSpecialStoragePolicy(quota::SpecialStoragePolicy* policy);
+ void SetSpecialStoragePolicy(storage::SpecialStoragePolicy* policy);
virtual base::FilePath GetPath() const OVERRIDE;
virtual bool IsOffTheRecord() const OVERRIDE;
@@ -42,7 +42,7 @@ class TestBrowserContext : public BrowserContext {
bool in_memory) OVERRIDE;
virtual ResourceContext* GetResourceContext() OVERRIDE;
virtual BrowserPluginGuestManager* GetGuestManager() OVERRIDE;
- virtual quota::SpecialStoragePolicy* GetSpecialStoragePolicy() OVERRIDE;
+ virtual storage::SpecialStoragePolicy* GetSpecialStoragePolicy() OVERRIDE;
virtual PushMessagingService* GetPushMessagingService() OVERRIDE;
virtual SSLHostStateDelegate* GetSSLHostStateDelegate() OVERRIDE;
@@ -53,7 +53,7 @@ class TestBrowserContext : public BrowserContext {
scoped_refptr<net::URLRequestContextGetter> request_context_;
scoped_ptr<MockResourceContext> resource_context_;
base::ScopedTempDir browser_context_dir_;
- scoped_refptr<quota::SpecialStoragePolicy> special_storage_policy_;
+ scoped_refptr<storage::SpecialStoragePolicy> special_storage_policy_;
DISALLOW_COPY_AND_ASSIGN(TestBrowserContext);
};
« no previous file with comments | « content/public/test/sandbox_file_system_test_helper.cc ('k') | content/public/test/test_browser_context.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698