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

Unified Diff: webkit/database/database_util.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
« no previous file with comments | « webkit/database/database_tracker_unittest.cc ('k') | webkit/database/database_util.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: webkit/database/database_util.h
diff --git a/webkit/database/database_util.h b/webkit/database/database_util.h
index 67296b37bebdf22cb8934569d9c78dbe695e5305..8158f3929a827878f4ae444a21023b4ceb3554bf 100644
--- a/webkit/database/database_util.h
+++ b/webkit/database/database_util.h
@@ -9,7 +9,9 @@
#include "googleurl/src/gurl.h"
#include "webkit/storage/webkit_storage_export.h"
+namespace base {
class FilePath;
+}
namespace webkit_database {
@@ -25,8 +27,8 @@ class WEBKIT_STORAGE_EXPORT DatabaseUtil {
string16* origin_identifier,
string16* database_name,
string16* sqlite_suffix);
- static FilePath GetFullFilePathForVfsFile(DatabaseTracker* db_tracker,
- const string16& vfs_file_name);
+ static base::FilePath GetFullFilePathForVfsFile(DatabaseTracker* db_tracker,
+ const string16& vfs_file_name);
static string16 GetOriginIdentifier(const GURL& url);
static GURL GetOriginFromIdentifier(const string16& origin_identifier);
};
« no previous file with comments | « webkit/database/database_tracker_unittest.cc ('k') | webkit/database/database_util.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698