diff options
Diffstat (limited to 'chrome/browser/debugger/debugger_host_impl.cpp')
-rw-r--r-- | chrome/browser/debugger/debugger_host_impl.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/chrome/browser/debugger/debugger_host_impl.cpp b/chrome/browser/debugger/debugger_host_impl.cpp index 32c13fd..0d39964 100644 --- a/chrome/browser/debugger/debugger_host_impl.cpp +++ b/chrome/browser/debugger/debugger_host_impl.cpp @@ -9,7 +9,7 @@ #include "chrome/browser/debugger/debugger_io.h" #include "chrome/browser/debugger/debugger_wrapper.h" #include "chrome/browser/render_view_host.h" -#include "chrome/browser/web_contents.h" +#include "chrome/browser/tab_contents/web_contents.h" #include "chrome/common/notification_service.h" class TabContentsReference : public NotificationObserver { |