Index: components/webdata/common/web_database_service.h |
diff --git a/chrome/browser/webdata/web_database_service.h b/components/webdata/common/web_database_service.h |
similarity index 92% |
rename from chrome/browser/webdata/web_database_service.h |
rename to components/webdata/common/web_database_service.h |
index c15d12b86fe00753df6d2110828f2d0337db4668..047dd8bd9c8dba27cf1f57ee520ef322df5ebc29 100644 |
--- a/chrome/browser/webdata/web_database_service.h |
+++ b/components/webdata/common/web_database_service.h |
@@ -6,8 +6,8 @@ |
// information and MUST not be extracted, overwritten or modified except |
// through Chromium defined APIs. |
-#ifndef CHROME_BROWSER_WEBDATA_WEB_DATABASE_SERVICE_H_ |
-#define CHROME_BROWSER_WEBDATA_WEB_DATABASE_SERVICE_H_ |
+#ifndef COMPONENTS_WEBDATA_COMMON_WEB_DATABASE_SERVICE_H_ |
+#define COMPONENTS_WEBDATA_COMMON_WEB_DATABASE_SERVICE_H_ |
#include "base/basictypes.h" |
#include "base/callback_forward.h" |
@@ -15,8 +15,8 @@ |
#include "base/files/file_path.h" |
#include "base/memory/ref_counted.h" |
#include "base/memory/scoped_ptr.h" |
-#include "chrome/browser/api/webdata/web_data_service_base.h" |
-#include "chrome/browser/webdata/web_database.h" |
+#include "components/webdata/common/web_data_service_base.h" |
+#include "components/webdata/common/web_database.h" |
class WebDataServiceBackend; |
class WebDataRequestManager; |
@@ -103,4 +103,4 @@ class WebDatabaseService |
scoped_refptr<WebDataServiceBackend> wds_backend_; |
}; |
-#endif // CHROME_BROWSER_WEBDATA_WEB_DATABASE_SERVICE_H_ |
+#endif // COMPONENTS_WEBDATA_COMMON_WEB_DATABASE_SERVICE_H_ |