| Index: components/omnibox/search_provider.cc
|
| diff --git a/chrome/browser/autocomplete/search_provider.cc b/components/omnibox/search_provider.cc
|
| similarity index 99%
|
| rename from chrome/browser/autocomplete/search_provider.cc
|
| rename to components/omnibox/search_provider.cc
|
| index 90172527f321754687cf3324791051f2668f0fa3..eb214fb6fdd1a6a2e4cce432b3066819ea42c226 100644
|
| --- a/chrome/browser/autocomplete/search_provider.cc
|
| +++ b/components/omnibox/search_provider.cc
|
| @@ -2,7 +2,7 @@
|
| // Use of this source code is governed by a BSD-style license that can be
|
| // found in the LICENSE file.
|
|
|
| -#include "chrome/browser/autocomplete/search_provider.h"
|
| +#include "components/omnibox/search_provider.h"
|
|
|
| #include <algorithm>
|
| #include <cmath>
|
|
|