| Index: components/search_engines/template_url_parser.cc
|
| diff --git a/chrome/browser/search_engines/template_url_parser.cc b/components/search_engines/template_url_parser.cc
|
| similarity index 99%
|
| rename from chrome/browser/search_engines/template_url_parser.cc
|
| rename to components/search_engines/template_url_parser.cc
|
| index c338ceb752429d888b2338e5f633ddcada8a7f4d..1ab0402066e0d1cac4e4a5391aa54284f3c65e15 100644
|
| --- a/chrome/browser/search_engines/template_url_parser.cc
|
| +++ b/components/search_engines/template_url_parser.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/search_engines/template_url_parser.h"
|
| +#include "components/search_engines/template_url_parser.h"
|
|
|
| #include <algorithm>
|
| #include <map>
|
|
|