diff options
Diffstat (limited to 'chrome/browser/password_manager/password_store.h')
-rw-r--r-- | chrome/browser/password_manager/password_store.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/chrome/browser/password_manager/password_store.h b/chrome/browser/password_manager/password_store.h index 5749824..193a8a6 100644 --- a/chrome/browser/password_manager/password_store.h +++ b/chrome/browser/password_manager/password_store.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_PASSWORD_MANAGER_PASSWORD_STORE -#define CHROME_BROWSER_PASSWORD_MANAGER_PASSWORD_STORE +#ifndef CHROME_BROWSER_PASSWORD_MANAGER_PASSWORD_STORE_H_ +#define CHROME_BROWSER_PASSWORD_MANAGER_PASSWORD_STORE_H_ #include <set> #include <vector> @@ -145,4 +145,4 @@ class PasswordStore : public base::RefCountedThreadSafe<PasswordStore> { DISALLOW_COPY_AND_ASSIGN(PasswordStore); }; -#endif // CHROME_BROWSER_PASSWORD_MANAGER_PASSWORD_STORE +#endif // CHROME_BROWSER_PASSWORD_MANAGER_PASSWORD_STORE_H_ |