diff options
author | abarth@chromium.org <abarth@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-09-02 10:05:19 +0000 |
---|---|---|
committer | abarth@chromium.org <abarth@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-09-02 10:05:19 +0000 |
commit | 8d6cba4c551a773707f441d5f2955948ba6b2450 (patch) | |
tree | aaad1b50f3fb696c4f39a4dc078149b7560b8160 /webkit/support/simple_database_system.h | |
parent | 927a672386c66a29f84f622e1d1fa2f42a45be3b (diff) | |
download | chromium_src-8d6cba4c551a773707f441d5f2955948ba6b2450.zip chromium_src-8d6cba4c551a773707f441d5f2955948ba6b2450.tar.gz chromium_src-8d6cba4c551a773707f441d5f2955948ba6b2450.tar.bz2 |
Update Chrome to use WebKitPlatformSupport instead of WebKitClient.
Review URL: http://codereview.chromium.org/7831035
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@99349 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'webkit/support/simple_database_system.h')
-rw-r--r-- | webkit/support/simple_database_system.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/webkit/support/simple_database_system.h b/webkit/support/simple_database_system.h index 79b7493..14c9014 100644 --- a/webkit/support/simple_database_system.h +++ b/webkit/support/simple_database_system.h @@ -39,7 +39,7 @@ class SimpleDatabaseSystem : public webkit_database::DatabaseTracker::Observer, virtual void databaseClosed(const WebKit::WebDatabase& database); // SQLite VFS related methods, these are called on webcore's - // background database threads via the WebKitClient impl. + // background database threads via the WebKitPlatformSupport impl. base::PlatformFile OpenFile(const string16& vfs_file_name, int desired_flags); int DeleteFile(const string16& vfs_file_name, bool sync_dir); uint32 GetFileAttributes(const string16& vfs_file_name); |