Index: components/webdata/common/web_data_service_base.cc |
diff --git a/chrome/browser/webdata/web_data_service_base.cc b/components/webdata/common/web_data_service_base.cc |
similarity index 96% |
rename from chrome/browser/webdata/web_data_service_base.cc |
rename to components/webdata/common/web_data_service_base.cc |
index bb48d8071cffa6568b009ac1f169a095f10fc72c..58e9873c6592eb4e6bcff1d52b9fbc6f2ab7a03f 100644 |
--- a/chrome/browser/webdata/web_data_service_base.cc |
+++ b/components/webdata/common/web_data_service_base.cc |
@@ -2,13 +2,13 @@ |
// Use of this source code is governed by a BSD-style license that can be |
// found in the LICENSE file. |
-#include "chrome/browser/api/webdata/web_data_service_base.h" |
+#include "components/webdata/common/web_data_service_base.h" |
#include "base/bind.h" |
#include "base/message_loop.h" |
#include "base/stl_util.h" |
#include "base/threading/thread.h" |
-#include "chrome/browser/webdata/web_database_service.h" |
+#include "components/webdata/common/web_database_service.h" |
#ifdef DEBUG |
#include "content/public/browser/browser_thread.h" |
#endif |