diff options
Diffstat (limited to 'content/browser/tab_contents/navigation_entry.cc')
-rw-r--r-- | content/browser/tab_contents/navigation_entry.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/content/browser/tab_contents/navigation_entry.cc b/content/browser/tab_contents/navigation_entry.cc index 989c5ec..ec35a9f 100644 --- a/content/browser/tab_contents/navigation_entry.cc +++ b/content/browser/tab_contents/navigation_entry.cc @@ -7,9 +7,9 @@ #include "base/string_util.h" #include "base/utf_string_conversions.h" #include "chrome/browser/profiles/profile.h" -#include "chrome/browser/renderer_host/site_instance.h" #include "chrome/common/chrome_constants.h" #include "chrome/common/url_constants.h" +#include "content/browser/site_instance.h" #include "content/browser/tab_contents/navigation_controller.h" #include "grit/app_resources.h" #include "net/base/net_util.h" |