diff options
author | michaeln@google.com <michaeln@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-04-17 23:11:24 +0000 |
---|---|---|
committer | michaeln@google.com <michaeln@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-04-17 23:11:24 +0000 |
commit | c02d073b528ab61ac3556b8683451fba52f2d9d3 (patch) | |
tree | 2dc69f72ad4d54b062ef4d44e01043b2a3d9ef57 /webkit/glue/webappcachecontext.h | |
parent | 73404a373b7c8ca68793d58a0750d086dc49fdda (diff) | |
download | chromium_src-c02d073b528ab61ac3556b8683451fba52f2d9d3.zip chromium_src-c02d073b528ab61ac3556b8683451fba52f2d9d3.tar.gz chromium_src-c02d073b528ab61ac3556b8683451fba52f2d9d3.tar.bz2 |
Fix a couple of style issues.
TBR=darin
Review URL: http://codereview.chromium.org/67259
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@13978 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'webkit/glue/webappcachecontext.h')
-rw-r--r-- | webkit/glue/webappcachecontext.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/webkit/glue/webappcachecontext.h b/webkit/glue/webappcachecontext.h index 84d167c..5d2fc53 100644 --- a/webkit/glue/webappcachecontext.h +++ b/webkit/glue/webappcachecontext.h @@ -49,12 +49,12 @@ class WebAppCacheContext { static void SetFactory(WebAppCacheFactoryProc factory_proc); // Unique id within the child process housing this context - virtual int context_id() = 0; + virtual int GetContextID() = 0; // Which appcache is associated with the context. There are windows of // time where the appcache is not yet known, the return value is // kUnknownAppCacheId in that case. - virtual int64 app_cache_id() = 0; + virtual int64 GetAppCacheID() = 0; // The following methods result in async messages being sent to the // browser process. The initialize method tells the browser process about |