| Index: components/omnibox/builtin_provider.cc
|
| diff --git a/chrome/browser/autocomplete/builtin_provider.cc b/components/omnibox/builtin_provider.cc
|
| similarity index 99%
|
| rename from chrome/browser/autocomplete/builtin_provider.cc
|
| rename to components/omnibox/builtin_provider.cc
|
| index 389be70ac9b46849a775ea6885e959a408d9c1cb..9d0a0081f6408eca78f11fad917ce3b128ab238a 100644
|
| --- a/chrome/browser/autocomplete/builtin_provider.cc
|
| +++ b/components/omnibox/builtin_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/builtin_provider.h"
|
| +#include "components/omnibox/builtin_provider.h"
|
|
|
| #include <algorithm>
|
|
|
|
|