| Index: chrome/browser/ui/tab_contents/core_tab_helper.cc
|
| diff --git a/chrome/browser/ui/tab_contents/core_tab_helper.cc b/chrome/browser/ui/tab_contents/core_tab_helper.cc
|
| index a32e7616a76cdf6fcc4f3fff365caf26e2b43417..e1e9cd3da74ecb33cdb5e9fe711118174f715cab 100644
|
| --- a/chrome/browser/ui/tab_contents/core_tab_helper.cc
|
| +++ b/chrome/browser/ui/tab_contents/core_tab_helper.cc
|
| @@ -15,7 +15,6 @@
|
| #include "build/build_config.h"
|
| #include "chrome/browser/profiles/profile.h"
|
| #include "chrome/browser/search_engines/template_url_service_factory.h"
|
| -#include "chrome/browser/ui/browser.h"
|
| #include "chrome/browser/ui/browser_command_controller.h"
|
| #include "chrome/browser/ui/browser_finder.h"
|
| #include "chrome/common/chrome_switches.h"
|
| @@ -39,6 +38,10 @@
|
| #include "net/http/http_request_headers.h"
|
| #include "ui/base/l10n/l10n_util.h"
|
|
|
| +#if !defined(OS_ANDROID)
|
| +#include "chrome/browser/ui/browser.h"
|
| +#endif
|
| +
|
| using content::WebContents;
|
|
|
| namespace {
|
|
|