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

Unified Diff: content/public/browser/appcache_service.h

Issue 2473003002: content: Cleanup class/struct forward declarations (Closed)
Patch Set: Another missing forward declaration Created 4 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
Index: content/public/browser/appcache_service.h
diff --git a/content/public/browser/appcache_service.h b/content/public/browser/appcache_service.h
index e1f031840e66e6867f511b892009cacac91ec3bd..5daaa5858581f3d8bb3b20a9391a5ed1cc596510 100644
--- a/content/public/browser/appcache_service.h
+++ b/content/public/browser/appcache_service.h
@@ -16,8 +16,6 @@
namespace content {
-class AppCacheStorage;
-
// Refcounted container to avoid copying the collection in callbacks.
struct CONTENT_EXPORT AppCacheInfoCollection
: public base::RefCountedThreadSafe<AppCacheInfoCollection> {
« no previous file with comments | « content/public/browser/android/synchronous_compositor.h ('k') | content/public/browser/background_sync_controller.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698