Index: content/browser/tab_contents/language_state.cc |
=================================================================== |
--- content/browser/tab_contents/language_state.cc (revision 0) |
+++ content/browser/tab_contents/language_state.cc (working copy) |
@@ -2,10 +2,10 @@ |
// Use of this source code is governed by a BSD-style license that can be |
// found in the LICENSE file. |
-#include "chrome/browser/tab_contents/language_state.h" |
+#include "content/browser/tab_contents/language_state.h" |
-#include "chrome/browser/tab_contents/navigation_controller.h" |
-#include "chrome/browser/tab_contents/navigation_entry.h" |
+#include "content/browser/tab_contents/navigation_controller.h" |
+#include "content/browser/tab_contents/navigation_entry.h" |
LanguageState::LanguageState(NavigationController* nav_controller) |
: navigation_controller_(nav_controller), |