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

Unified Diff: webkit/appcache/view_appcache_internals_job.h

Issue 5298008: net: Add namespace net to URLRequest and URLRequestJob classes. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: some chromeos fixes Created 10 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: webkit/appcache/view_appcache_internals_job.h
diff --git a/webkit/appcache/view_appcache_internals_job.h b/webkit/appcache/view_appcache_internals_job.h
index fee0801083d1f002ceb4c8f80adcadaaf0f24cb1..0131da2e1cc00e21b9f0d9da9cb434279a8ae935 100644
--- a/webkit/appcache/view_appcache_internals_job.h
+++ b/webkit/appcache/view_appcache_internals_job.h
@@ -10,7 +10,9 @@
#include "net/url_request/url_request_simple_job.h"
#include "webkit/appcache/appcache_service.h"
+namespace net {
class URLRequest;
+} // namespace net
namespace appcache {
@@ -19,7 +21,7 @@ namespace appcache {
class ViewAppCacheInternalsJob : public URLRequestSimpleJob {
public:
// Stores handle to appcache service for getting information.
- ViewAppCacheInternalsJob(URLRequest* request, AppCacheService* service);
+ ViewAppCacheInternalsJob(net::URLRequest* request, AppCacheService* service);
// Fetches the AppCache Info and calls StartAsync after it is done.
virtual void Start();

Powered by Google App Engine
This is Rietveld 408576698