| Index: chrome/browser/renderer_host/offline_resource_throttle.cc
|
| diff --git a/chrome/browser/renderer_host/offline_resource_throttle.cc b/chrome/browser/renderer_host/offline_resource_throttle.cc
|
| index a7f370c504057a6d6cd687c739668fdab9210e74..06d88b0cab601f909062f7cce330c810d1af7f30 100644
|
| --- a/chrome/browser/renderer_host/offline_resource_throttle.cc
|
| +++ b/chrome/browser/renderer_host/offline_resource_throttle.cc
|
| @@ -28,6 +28,7 @@
|
| #include "webkit/appcache/appcache_service.h"
|
|
|
| using content::BrowserThread;
|
| +using content::RenderViewHost;
|
| using content::ResourceContext;
|
| using content::WebContents;
|
|
|
|
|