Index: components/webdata/common/web_database.h |
diff --git a/chrome/browser/webdata/web_database.h b/components/webdata/common/web_database.h |
similarity index 90% |
rename from chrome/browser/webdata/web_database.h |
rename to components/webdata/common/web_database.h |
index 578452dde2fd348044b02f09fea53b96035a357f..298f0fa9d3f523b56d49484ab2abaeaeb94a7c95 100644 |
--- a/chrome/browser/webdata/web_database.h |
+++ b/components/webdata/common/web_database.h |
@@ -2,13 +2,13 @@ |
// Use of this source code is governed by a BSD-style license that can be |
// found in the LICENSE file. |
-#ifndef CHROME_BROWSER_WEBDATA_WEB_DATABASE_H_ |
-#define CHROME_BROWSER_WEBDATA_WEB_DATABASE_H_ |
+#ifndef COMPONENTS_WEBDATA_COMMON_WEB_DATABASE_H_ |
+#define COMPONENTS_WEBDATA_COMMON_WEB_DATABASE_H_ |
#include <map> |
#include "base/memory/scoped_ptr.h" |
-#include "chrome/browser/webdata/web_database_table.h" |
+#include "components/webdata/common/web_database_table.h" |
#include "sql/connection.h" |
#include "sql/init_status.h" |
#include "sql/meta_table.h" |
@@ -75,4 +75,4 @@ class WebDatabase { |
DISALLOW_COPY_AND_ASSIGN(WebDatabase); |
}; |
-#endif // CHROME_BROWSER_WEBDATA_WEB_DATABASE_H_ |
+#endif // COMPONENTS_WEBDATA_COMMON_WEB_DATABASE_H_ |