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

Unified Diff: chrome/browser/ui/cocoa/passwords/save_pending_password_view_controller.h

Issue 1515553006: Change password bubble for Mac. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Rebase, clean-up Created 5 years 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: chrome/browser/ui/cocoa/passwords/save_pending_password_view_controller.h
diff --git a/chrome/browser/ui/cocoa/passwords/save_pending_password_view_controller.h b/chrome/browser/ui/cocoa/passwords/save_pending_password_view_controller.h
index a100858ce4dba5c13a07f75d4e80fd3effda7c7c..04b2fe14d498c18b036d28d0ea9784dc227cc7b3 100644
--- a/chrome/browser/ui/cocoa/passwords/save_pending_password_view_controller.h
+++ b/chrome/browser/ui/cocoa/passwords/save_pending_password_view_controller.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_UI_COCOA_PASSWORDS_PENDING_SAVE_PASSWORD_VIEW_CONTROLLER_H_
-#define CHROME_BROWSER_UI_COCOA_PASSWORDS_PENDING_SAVE_PASSWORD_VIEW_CONTROLLER_H_
+#ifndef CHROME_BROWSER_UI_COCOA_PASSWORDS_SAVE_PENDING_PASSWORD_VIEW_CONTROLLER_H_
+#define CHROME_BROWSER_UI_COCOA_PASSWORDS_SAVE_PENDING_PASSWORD_VIEW_CONTROLLER_H_
#import "chrome/browser/ui/cocoa/passwords/pending_password_view_controller.h"
@@ -30,4 +30,4 @@ initWithModel:(ManagePasswordsBubbleModel*)model
@property(readonly) NSButton* neverButton;
@end
-#endif // CHROME_BROWSER_UI_COCOA_PASSWORDS_PENDING_SAVE_PASSWORD_VIEW_CONTROLLER_H_
+#endif // CHROME_BROWSER_UI_COCOA_PASSWORDS_SAVE_PENDING_PASSWORD_VIEW_CONTROLLER_H_

Powered by Google App Engine
This is Rietveld 408576698