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

Unified Diff: content/child/database_util.h

Issue 63253002: Rename WebKit namespace to blink (part 3) (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 years, 1 month 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/child/child_thread.h ('k') | content/child/database_util.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/child/database_util.h
diff --git a/content/child/database_util.h b/content/child/database_util.h
index 8b85623d6352cb599ab9917ac14b6c08aa68524b..284a147cbfdbc8e01a56909fb8cfab2198fd2ed5 100644
--- a/content/child/database_util.h
+++ b/content/child/database_util.h
@@ -16,22 +16,22 @@ namespace content {
// WorkerWebKitPlatformSupportImpl to handle database file accesses.
class DatabaseUtil {
public:
- static WebKit::Platform::FileHandle DatabaseOpenFile(
- const WebKit::WebString& vfs_file_name,
+ static blink::Platform::FileHandle DatabaseOpenFile(
+ const blink::WebString& vfs_file_name,
int desired_flags,
IPC::SyncMessageFilter* sync_message_filter);
static int DatabaseDeleteFile(
- const WebKit::WebString& vfs_file_name,
+ const blink::WebString& vfs_file_name,
bool sync_dir,
IPC::SyncMessageFilter* sync_message_filter);
static long DatabaseGetFileAttributes(
- const WebKit::WebString& vfs_file_name,
+ const blink::WebString& vfs_file_name,
IPC::SyncMessageFilter* sync_message_filter);
static long long DatabaseGetFileSize(
- const WebKit::WebString& vfs_file_name,
+ const blink::WebString& vfs_file_name,
IPC::SyncMessageFilter* sync_message_filter);
static long long DatabaseGetSpaceAvailable(
- const WebKit::WebString& origin_identifier,
+ const blink::WebString& origin_identifier,
IPC::SyncMessageFilter* sync_message_filter);
};
« no previous file with comments | « content/child/child_thread.h ('k') | content/child/database_util.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698