diff options
Diffstat (limited to 'chrome/browser/tab_contents/tab_contents.cc')
-rw-r--r-- | chrome/browser/tab_contents/tab_contents.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/chrome/browser/tab_contents/tab_contents.cc b/chrome/browser/tab_contents/tab_contents.cc index bfd1a40..2f975a7d 100644 --- a/chrome/browser/tab_contents/tab_contents.cc +++ b/chrome/browser/tab_contents/tab_contents.cc @@ -7,7 +7,6 @@ #include <cmath> #include "app/l10n_util.h" -#include "app/resource_bundle.h" #include "base/auto_reset.h" #include "base/metrics/histogram.h" #include "base/metrics/stats_counters.h" @@ -103,6 +102,7 @@ #include "net/base/net_util.h" #include "net/base/registry_controlled_domain.h" #include "third_party/WebKit/Source/WebKit/chromium/public/WebView.h" +#include "ui/base/resource/resource_bundle.h" #include "webkit/glue/password_form.h" #include "webkit/plugins/npapi/plugin_list.h" #include "webkit/glue/webpreferences.h" |