Index: content/browser/tab_contents/infobar_delegate.cc |
=================================================================== |
--- content/browser/tab_contents/infobar_delegate.cc (revision 0) |
+++ content/browser/tab_contents/infobar_delegate.cc (working copy) |
@@ -2,13 +2,13 @@ |
// 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/infobar_delegate.h" |
+#include "content/browser/tab_contents/infobar_delegate.h" |
#include "base/logging.h" |
#include "build/build_config.h" |
-#include "chrome/browser/tab_contents/navigation_entry.h" |
-#include "chrome/browser/tab_contents/navigation_controller.h" |
-#include "chrome/browser/tab_contents/tab_contents.h" |
+#include "content/browser/tab_contents/navigation_entry.h" |
+#include "content/browser/tab_contents/navigation_controller.h" |
+#include "content/browser/tab_contents/tab_contents.h" |
#include "grit/generated_resources.h" |
#include "ui/base/l10n/l10n_util.h" |