Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(11848)

Unified Diff: components/password_manager/core/browser/webdata/logins_table.h

Issue 380023002: Move Password specific webdata logic into passwords component. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: rebase Created 6 years, 5 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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_
« no previous file with comments | « components/password_manager/core/browser/DEPS ('k') | components/password_manager/core/browser/webdata/logins_table.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698