| Index: content/browser/tab_contents/tab_contents.cc
|
| diff --git a/content/browser/tab_contents/tab_contents.cc b/content/browser/tab_contents/tab_contents.cc
|
| index a63d1783a707e0cef1be6627f84ad979e06d94f5..d7b9faee85cc3b6c13e9dfa5f29d155ca32b2426 100644
|
| --- a/content/browser/tab_contents/tab_contents.cc
|
| +++ b/content/browser/tab_contents/tab_contents.cc
|
| @@ -30,8 +30,8 @@
|
| #include "content/browser/renderer_host/resource_dispatcher_host_impl.h"
|
| #include "content/public/browser/resource_request_details.h"
|
| #include "content/browser/site_instance_impl.h"
|
| -#include "content/browser/tab_contents/interstitial_page_impl.h"
|
| -#include "content/browser/tab_contents/navigation_entry_impl.h"
|
| +#include "content/browser/web_contents/interstitial_page_impl.h"
|
| +#include "content/browser/web_contents/navigation_entry_impl.h"
|
| #include "content/browser/webui/web_ui_impl.h"
|
| #include "content/common/intents_messages.h"
|
| #include "content/common/ssl_status_serialization.h"
|
|
|