summaryrefslogtreecommitdiffstats
path: root/chrome/browser/renderer_host/offline_resource_throttle.cc
diff options
context:
space:
mode:
Diffstat (limited to 'chrome/browser/renderer_host/offline_resource_throttle.cc')
-rw-r--r--chrome/browser/renderer_host/offline_resource_throttle.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/chrome/browser/renderer_host/offline_resource_throttle.cc b/chrome/browser/renderer_host/offline_resource_throttle.cc
index 6d24a09..a7f370c 100644
--- a/chrome/browser/renderer_host/offline_resource_throttle.cc
+++ b/chrome/browser/renderer_host/offline_resource_throttle.cc
@@ -14,10 +14,10 @@
#include "chrome/browser/chromeos/offline/offline_load_page.h"
#include "chrome/browser/net/chrome_url_request_context.h"
#include "chrome/common/url_constants.h"
-#include "content/browser/renderer_host/render_view_host.h"
#include "content/browser/renderer_host/resource_dispatcher_host.h"
#include "content/browser/renderer_host/resource_dispatcher_host_request_info.h"
#include "content/public/browser/browser_thread.h"
+#include "content/public/browser/render_view_host.h"
#include "content/public/browser/render_view_host_delegate.h"
#include "content/public/browser/resource_context.h"
#include "content/public/browser/resource_throttle_controller.h"