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

Unified Diff: content/browser/appcache/appcache_dispatcher_host.h

Issue 330053004: Rename some appcache types in preparation for moving to content namespace (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 years, 6 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
Index: content/browser/appcache/appcache_dispatcher_host.h
diff --git a/content/browser/appcache/appcache_dispatcher_host.h b/content/browser/appcache/appcache_dispatcher_host.h
index 4ddb23685ff94def3772df7763f80ebb9c2f96cc..8bad796d29e0f4933ed67075605cb2a09b359c18 100644
--- a/content/browser/appcache/appcache_dispatcher_host.h
+++ b/content/browser/appcache/appcache_dispatcher_host.h
@@ -55,7 +55,7 @@ class AppCacheDispatcherHost : public BrowserMessageFilter {
void OnGetResourceList(
int host_id,
std::vector<appcache::AppCacheResourceInfo>* resource_infos);
- void GetStatusCallback(appcache::Status status, void* param);
+ void GetStatusCallback(appcache::AppCacheStatus status, void* param);
void StartUpdateCallback(bool result, void* param);
void SwapCacheCallback(bool result, void* param);
« no previous file with comments | « no previous file | content/browser/appcache/appcache_dispatcher_host.cc » ('j') | webkit/common/appcache/appcache_interfaces.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698