| Index: components/search_engines/desktop_search_redirection_infobar_delegate.cc
|
| diff --git a/components/search_engines/desktop_search_redirection_infobar_delegate.cc b/components/search_engines/desktop_search_redirection_infobar_delegate.cc
|
| index 736cce5e4be8a6291c31f9ce2eb6ecd7387312f4..557a4e8fe9cc3243518e5feded282ceb33c2b244 100644
|
| --- a/components/search_engines/desktop_search_redirection_infobar_delegate.cc
|
| +++ b/components/search_engines/desktop_search_redirection_infobar_delegate.cc
|
| @@ -10,10 +10,10 @@
|
| #include "base/memory/scoped_ptr.h"
|
| #include "base/metrics/histogram_macros.h"
|
| #include "base/metrics/user_metrics.h"
|
| -#include "base/prefs/pref_service.h"
|
| #include "components/infobars/core/infobar.h"
|
| #include "components/infobars/core/infobar_delegate.h"
|
| #include "components/infobars/core/infobar_manager.h"
|
| +#include "components/prefs/pref_service.h"
|
| #include "components/search_engines/desktop_search_utils.h"
|
| #include "grit/components_strings.h"
|
| #include "ui/base/l10n/l10n_util.h"
|
|
|