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

Side by Side Diff: chrome/browser/password_manager/password_manager_util_mac.h

Issue 2637403002: Fix header guards in //chrome (Closed)
Patch Set: Created 3 years, 11 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 unified diff | Download patch
OLDNEW
1 // Copyright 2015 The Chromium Authors. All rights reserved. 1 // Copyright 2015 The Chromium Authors. All rights reserved.
2 // Use of this source code is governed by a BSD-style license that can be 2 // Use of this source code is governed by a BSD-style license that can be
3 // found in the LICENSE file. 3 // found in the LICENSE file.
4 4
5 #ifndef CHROME_BROWSER_PASSWORD_MANAGER_CORE_BROWSER_PASSWORD_MANAGER_UTIL_MAC_H _ 5 #ifndef CHROME_BROWSER_PASSWORD_MANAGER_PASSWORD_MANAGER_UTIL_MAC_H_
6 #define CHROME_BROWSER_PASSWORD_MANAGER_CORE_BROWSER_PASSWORD_MANAGER_UTIL_MAC_H _ 6 #define CHROME_BROWSER_PASSWORD_MANAGER_PASSWORD_MANAGER_UTIL_MAC_H_
7 7
8 namespace password_manager_util_mac { 8 namespace password_manager_util_mac {
9 9
10 // Attempts to (re-)authenticate the user of the OS account. Returns true if 10 // Attempts to (re-)authenticate the user of the OS account. Returns true if
11 // the user was successfully authenticated. 11 // the user was successfully authenticated.
12 bool AuthenticateUser(); 12 bool AuthenticateUser();
13 13
14 } // namespace password_manager_util_mac 14 } // namespace password_manager_util_mac
15 15
16 #endif // CHROME_BROWSER_PASSWORD_MANAGER_CORE_BROWSER_PASSWORD_MANAGER_UTIL_MAC _H_ 16 #endif // CHROME_BROWSER_PASSWORD_MANAGER_PASSWORD_MANAGER_UTIL_MAC_H_
OLDNEW
« no previous file with comments | « chrome/browser/notifications/stub_alert_dispatcher_mac.h ('k') | chrome/browser/password_manager/password_manager_util_win.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698