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

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

Issue 358993007: Fix nits in content/browser/appcache/ (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_url_request_job.h
diff --git a/content/browser/appcache/appcache_url_request_job.h b/content/browser/appcache/appcache_url_request_job.h
index 4b9bbcd07b2c57d4252e0f22fc079a44185d6d45..d4e4b176c2f1f9c5d6dc94a89be7b19c38d38854 100644
--- a/content/browser/appcache/appcache_url_request_job.h
+++ b/content/browser/appcache/appcache_url_request_job.h
@@ -16,18 +16,14 @@
#include "net/http/http_byte_range.h"
#include "net/url_request/url_request_job.h"
-namespace content {
-class AppCacheRequestHandlerTest;
-class AppCacheURLRequestJobTest;
-}
-
namespace net {
class GrowableIOBuffer;
};
namespace content {
-
class AppCacheHost;
+class AppCacheRequestHandlerTest;
+class AppCacheURLRequestJobTest;
// A net::URLRequestJob derivative that knows how to return a response stored
// in the appcache.
« no previous file with comments | « content/browser/appcache/appcache_update_job.h ('k') | content/browser/appcache/view_appcache_internals_job.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698