| Index: components/omnibox/in_memory_url_index_types_unittest.cc
|
| diff --git a/chrome/browser/autocomplete/in_memory_url_index_types_unittest.cc b/components/omnibox/in_memory_url_index_types_unittest.cc
|
| similarity index 98%
|
| rename from chrome/browser/autocomplete/in_memory_url_index_types_unittest.cc
|
| rename to components/omnibox/in_memory_url_index_types_unittest.cc
|
| index f00705b4963ca209f0778c8cefe82c75fa0e0bd8..1bc4301f3b916c6855ef063da80275b1f7e1ba1a 100644
|
| --- a/chrome/browser/autocomplete/in_memory_url_index_types_unittest.cc
|
| +++ b/components/omnibox/in_memory_url_index_types_unittest.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/in_memory_url_index_types.h"
|
| +#include "components/omnibox/in_memory_url_index_types.h"
|
|
|
| #include <algorithm>
|
|
|
|
|