| Index: chrome/browser/tab_contents/infobar_delegate.cc
|
| ===================================================================
|
| --- chrome/browser/tab_contents/infobar_delegate.cc (revision 15319)
|
| +++ chrome/browser/tab_contents/infobar_delegate.cc (working copy)
|
| @@ -4,12 +4,12 @@
|
|
|
| #include "chrome/browser/tab_contents/infobar_delegate.h"
|
|
|
| +#include "app/l10n_util.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 "chrome/common/l10n_util.h"
|
| #include "grit/generated_resources.h"
|
|
|
| // InfoBarDelegate: ------------------------------------------------------------
|
|
|