| Index: chrome/browser/tab_contents/infobar_delegate.cc
|
| ===================================================================
|
| --- chrome/browser/tab_contents/infobar_delegate.cc (revision 76500)
|
| +++ chrome/browser/tab_contents/infobar_delegate.cc (working copy)
|
| @@ -6,9 +6,9 @@
|
|
|
| #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"
|
|
|
|
|