Index: components/password_manager/core/browser/webdata/logins_table.h |
diff --git a/chrome/browser/webdata/logins_table.h b/components/password_manager/core/browser/webdata/logins_table.h |
similarity index 87% |
rename from chrome/browser/webdata/logins_table.h |
rename to components/password_manager/core/browser/webdata/logins_table.h |
index f9628ff30382feb8028d92abfda4ab3648ef0d1d..86bb34c1966a951779b31667555851c9668f0a18 100644 |
--- a/chrome/browser/webdata/logins_table.h |
+++ b/components/password_manager/core/browser/webdata/logins_table.h |
@@ -2,8 +2,8 @@ |
// Use of this source code is governed by a BSD-style license that can be |
// found in the LICENSE file. |
-#ifndef CHROME_BROWSER_WEBDATA_LOGINS_TABLE_H_ |
-#define CHROME_BROWSER_WEBDATA_LOGINS_TABLE_H_ |
+#ifndef COMPONENTS_PASSWORD_MANAGER_CORE_BROWSER_WEBDATA_LOGINS_TABLE_H_ |
+#define COMPONENTS_PASSWORD_MANAGER_CORE_BROWSER_WEBDATA_LOGINS_TABLE_H_ |
#include <vector> |
@@ -49,4 +49,4 @@ class LoginsTable : public WebDatabaseTable { |
DISALLOW_COPY_AND_ASSIGN(LoginsTable); |
}; |
-#endif // CHROME_BROWSER_WEBDATA_LOGINS_TABLE_H_ |
+#endif // COMPONENTS_PASSWORD_MANAGER_CORE_BROWSER_WEBDATA_LOGINS_TABLE_H_ |