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

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

Issue 12163003: Add FilePath to base namespace. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 years, 11 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_impl.h
diff --git a/content/browser/dom_storage/dom_storage_context_impl.h b/content/browser/dom_storage/dom_storage_context_impl.h
index 21f68dfef33cac084d0d4a4bb7aed8db5cac0987..a418ea37689c2f6892e0256c6a7c5431d3627106 100644
--- a/content/browser/dom_storage/dom_storage_context_impl.h
+++ b/content/browser/dom_storage/dom_storage_context_impl.h
@@ -8,7 +8,9 @@
#include "base/memory/ref_counted.h"
#include "content/public/browser/dom_storage_context.h"
+namespace base {
class FilePath;
+}
namespace dom_storage {
class DomStorageContext;
@@ -27,7 +29,7 @@ class CONTENT_EXPORT DOMStorageContextImpl :
public base::RefCountedThreadSafe<DOMStorageContextImpl> {
public:
// If |data_path| is empty, nothing will be saved to disk.
- DOMStorageContextImpl(const FilePath& data_path,
+ DOMStorageContextImpl(const base::FilePath& data_path,
quota::SpecialStoragePolicy* special_storage_policy);
// DOMStorageContext implementation.
« no previous file with comments | « content/browser/child_process_security_policy_impl.h ('k') | content/browser/download/download_item_factory.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698