summaryrefslogtreecommitdiffstats
path: root/webkit/database/database_util.h
diff options
context:
space:
mode:
Diffstat (limited to 'webkit/database/database_util.h')
-rw-r--r--webkit/database/database_util.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/webkit/database/database_util.h b/webkit/database/database_util.h
index 2aa35b3..ec5c1c2b 100644
--- a/webkit/database/database_util.h
+++ b/webkit/database/database_util.h
@@ -7,6 +7,7 @@
#include "base/file_path.h"
#include "base/string16.h"
+#include "googleurl/src/gurl.h"
namespace webkit_database {
@@ -22,7 +23,7 @@ class DatabaseUtil {
string16* sqlite_suffix);
static FilePath GetFullFilePathForVfsFile(DatabaseTracker* db_tracker,
const string16& vfs_file_name);
-
+ static string16 GetOriginIdentifier(const GURL& url);
};
} // namespace webkit_database