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

Unified Diff: webkit/dom_storage/local_storage_database_adapter.cc

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
« no previous file with comments | « webkit/dom_storage/local_storage_database_adapter.h ('k') | webkit/dom_storage/session_storage_database.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: webkit/dom_storage/local_storage_database_adapter.cc
diff --git a/webkit/dom_storage/local_storage_database_adapter.cc b/webkit/dom_storage/local_storage_database_adapter.cc
index 6e715d73d9a000e5898afe87984d10a259f70c57..32f724f8238bcabc315b87d1ae03d60709c99225 100644
--- a/webkit/dom_storage/local_storage_database_adapter.cc
+++ b/webkit/dom_storage/local_storage_database_adapter.cc
@@ -10,7 +10,7 @@
namespace dom_storage {
LocalStorageDatabaseAdapter::LocalStorageDatabaseAdapter(
- const FilePath& path)
+ const base::FilePath& path)
: db_(new DomStorageDatabase(path)) {
}
« no previous file with comments | « webkit/dom_storage/local_storage_database_adapter.h ('k') | webkit/dom_storage/session_storage_database.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698