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

Unified Diff: content/child/appcache/appcache_backend_proxy.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/child/appcache/appcache_backend_proxy.h
diff --git a/content/child/appcache/appcache_backend_proxy.h b/content/child/appcache/appcache_backend_proxy.h
index 0f3ab2d3159834e6b2a2baca60cc7c6436ec6ee6..389f08c6a9d5fe8058292379d5103b789bb40dfa 100644
--- a/content/child/appcache/appcache_backend_proxy.h
+++ b/content/child/appcache/appcache_backend_proxy.h
@@ -38,7 +38,7 @@ class AppCacheBackendProxy : public appcache::AppCacheBackend {
int host_id,
const GURL& document_url,
int64 cache_document_was_loaded_from) OVERRIDE;
- virtual appcache::Status GetStatus(int host_id) OVERRIDE;
+ virtual appcache::AppCacheStatus GetStatus(int host_id) OVERRIDE;
virtual bool StartUpdate(int host_id) OVERRIDE;
virtual bool SwapCache(int host_id) OVERRIDE;
virtual void GetResourceList(

Powered by Google App Engine
This is Rietveld 408576698