Index: chrome/browser/debugger/devtools_http_protocol_handler.cc |
=================================================================== |
--- chrome/browser/debugger/devtools_http_protocol_handler.cc (revision 68008) |
+++ chrome/browser/debugger/devtools_http_protocol_handler.cc (working copy) |
@@ -15,10 +15,10 @@ |
#include "chrome/browser/debugger/devtools_client_host.h" |
#include "chrome/browser/debugger/devtools_manager.h" |
#include "chrome/browser/profile.h" |
-#include "chrome/browser/tab_contents_wrapper.h" |
#include "chrome/browser/tab_contents/tab_contents.h" |
#include "chrome/browser/tabs/tab_strip_model.h" |
#include "chrome/browser/ui/browser.h" |
+#include "chrome/browser/ui/tab_contents/tab_contents_wrapper.h" |
#include "chrome/common/devtools_messages.h" |
#include "chrome/common/net/url_request_context_getter.h" |
#include "googleurl/src/gurl.h" |