Chromium Code Reviews| Index: components/password_manager/core/browser/password_manager_constants.h |
| diff --git a/components/password_manager/core/browser/password_manager_constants.h b/components/password_manager/core/browser/password_manager_constants.h |
| new file mode 100644 |
| index 0000000000000000000000000000000000000000..214dbfbd3022ec05bdd32d93ecb84728f9bb50e8 |
| --- /dev/null |
| +++ b/components/password_manager/core/browser/password_manager_constants.h |
| @@ -0,0 +1,17 @@ |
| +// Copyright (c) 2015 The Chromium Authors. All rights reserved. |
|
Lei Zhang
2015/09/25 07:52:38
no (c)
vabr (Chromium)
2015/09/25 08:30:46
Done.
|
| +// Use of this source code is governed by a BSD-style license that can be |
| +// found in the LICENSE file. |
| + |
| +#ifndef COMPONENTS_PASSWORD_MANAGER_CORE_BROWSER_PASSWORD_MANAGER_CONSTANTS_H_ |
| +#define COMPONENTS_PASSWORD_MANAGER_CORE_BROWSER_PASSWORD_MANAGER_CONSTANTS_H_ |
| + |
| +#include "base/files/file_path.h" |
| + |
| +namespace password_manager { |
| + |
| +extern const base::FilePath::CharType kAffiliationDatabaseFileName[]; |
| +extern const base::FilePath::CharType kLoginDataFileName[]; |
| + |
| +} // namespace password_manager |
| + |
| +#endif // COMPONENTS_PASSWORD_MANAGER_CORE_BROWSER_PASSWORD_MANAGER_CONSTANTS_H_ |