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

Unified Diff: components/password_manager/core/browser/password_manager_constants.cc

Issue 1371593002: Move password manager file names into components (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fixed copyrights Created 5 years, 3 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
« no previous file with comments | « components/password_manager/core/browser/password_manager_constants.h ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/password_manager/core/browser/password_manager_constants.cc
diff --git a/components/password_manager/core/browser/password_manager_constants.cc b/components/password_manager/core/browser/password_manager_constants.cc
new file mode 100644
index 0000000000000000000000000000000000000000..4f9ebd18546809dbc31e50493cde36f4d3999272
--- /dev/null
+++ b/components/password_manager/core/browser/password_manager_constants.cc
@@ -0,0 +1,14 @@
+// Copyright 2015 The Chromium Authors. All rights reserved.
+// Use of this source code is governed by a BSD-style license that can be
+// found in the LICENSE file.
+
+#include "components/password_manager/core/browser/password_manager_constants.h"
+
+namespace password_manager {
+
+const base::FilePath::CharType kAffiliationDatabaseFileName[] =
+ FILE_PATH_LITERAL("Affiliation Database");
+const base::FilePath::CharType kLoginDataFileName[] =
+ FILE_PATH_LITERAL("Login Data");
+
+} // namespace password_manager
« no previous file with comments | « components/password_manager/core/browser/password_manager_constants.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698