| Index: components/webdata/common/web_database_service.cc
|
| diff --git a/chrome/browser/webdata/web_database_service.cc b/components/webdata/common/web_database_service.cc
|
| similarity index 97%
|
| rename from chrome/browser/webdata/web_database_service.cc
|
| rename to components/webdata/common/web_database_service.cc
|
| index d60b977e0182f0b00153361101a7c299bd8842bf..a1c8c71d30be623a50576eee474f31c7c3d35e73 100644
|
| --- a/chrome/browser/webdata/web_database_service.cc
|
| +++ b/components/webdata/common/web_database_service.cc
|
| @@ -2,14 +2,14 @@
|
| // Use of this source code is governed by a BSD-style license that can be
|
| // found in the LICENSE file.
|
|
|
| -#include "chrome/browser/webdata/web_database_service.h"
|
| +#include "components/webdata/common/web_database_service.h"
|
|
|
| #include "base/bind.h"
|
| #include "base/location.h"
|
| #include "base/memory/scoped_vector.h"
|
| -#include "chrome/browser/api/webdata/web_data_results.h"
|
| -#include "chrome/browser/api/webdata/web_data_service_consumer.h"
|
| -#include "chrome/browser/webdata/web_data_request_manager.h"
|
| +#include "components/webdata/common/web_data_request_manager.h"
|
| +#include "components/webdata/common/web_data_results.h"
|
| +#include "components/webdata/common/web_data_service_consumer.h"
|
|
|
| using base::Bind;
|
| using base::FilePath;
|
|
|