| Index: chrome/browser/autofill/autofill_cc_infobar_delegate.cc
|
| ===================================================================
|
| --- chrome/browser/autofill/autofill_cc_infobar_delegate.cc (revision 72000)
|
| +++ chrome/browser/autofill/autofill_cc_infobar_delegate.cc (working copy)
|
| @@ -5,7 +5,6 @@
|
| #include "chrome/browser/autofill/autofill_cc_infobar_delegate.h"
|
|
|
| #include "app/l10n_util.h"
|
| -#include "app/resource_bundle.h"
|
| #include "base/metrics/histogram.h"
|
| #include "chrome/browser/autofill/autofill_cc_infobar.h"
|
| #include "chrome/browser/autofill/autofill_manager.h"
|
| @@ -16,6 +15,7 @@
|
| #include "grit/generated_resources.h"
|
| #include "grit/theme_resources.h"
|
| #include "third_party/skia/include/core/SkBitmap.h"
|
| +#include "ui/base/resource/resource_bundle.h"
|
|
|
| AutoFillCCInfoBarDelegate::AutoFillCCInfoBarDelegate(TabContents* tab_contents,
|
| AutoFillManager* host)
|
|
|