| Index: components/search_engines/keyword_web_data_service.cc
|
| diff --git a/chrome/browser/webdata/keyword_web_data_service.cc b/components/search_engines/keyword_web_data_service.cc
|
| similarity index 97%
|
| rename from chrome/browser/webdata/keyword_web_data_service.cc
|
| rename to components/search_engines/keyword_web_data_service.cc
|
| index 44aaa1b2b8b6ad4d5fad183450f32c91d1c55824..29981e49ef64f22ce1e5eec0e47f7e95a7fdf43d 100644
|
| --- a/chrome/browser/webdata/keyword_web_data_service.cc
|
| +++ b/components/search_engines/keyword_web_data_service.cc
|
| @@ -2,10 +2,10 @@
|
| // Use of this source code is governed by a BSD-style license that can be
|
| // found in the LICENSE file.
|
|
|
| -#include "chrome/browser/webdata/keyword_web_data_service.h"
|
| +#include "components/search_engines/keyword_web_data_service.h"
|
|
|
| #include "base/bind.h"
|
| -#include "chrome/browser/webdata/keyword_table.h"
|
| +#include "components/search_engines/keyword_table.h"
|
| #include "components/search_engines/template_url_data.h"
|
| #include "components/webdata/common/web_data_results.h"
|
| #include "components/webdata/common/web_database_service.h"
|
|
|