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

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

Issue 2808823002: MacViews: Allows the toolkit-views Manage Passwords Dialog to be used (Closed)
Patch Set: MacViews: Allows the toolkit-views Manage Passwords Dialog to be used (rebase) Created 3 years, 8 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
Index: chrome/browser/ui/cocoa/passwords/credentials_selection_view_cocoa.h
diff --git a/chrome/browser/ui/cocoa/passwords/credentials_selection_view.h b/chrome/browser/ui/cocoa/passwords/credentials_selection_view_cocoa.h
similarity index 95%
rename from chrome/browser/ui/cocoa/passwords/credentials_selection_view.h
rename to chrome/browser/ui/cocoa/passwords/credentials_selection_view_cocoa.h
index e6d4b122d7090fada1aaf4ccbcabda43b54c3b67..571837664fd704282edf3e723ba937c330232194 100644
--- a/chrome/browser/ui/cocoa/passwords/credentials_selection_view.h
+++ b/chrome/browser/ui/cocoa/passwords/credentials_selection_view_cocoa.h
@@ -1,8 +1,8 @@
// 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.
-#ifndef CHROME_BROWSER_UI_COCOA_PASSWORDS_CREDENTIALS_SELECTION_VIEW_H_
-#define CHROME_BROWSER_UI_COCOA_PASSWORDS_CREDENTIALS_SELECTION_VIEW_H_
+#ifndef CHROME_BROWSER_UI_COCOA_PASSWORDS_CREDENTIALS_SELECTION_VIEW_COCOA_H_
+#define CHROME_BROWSER_UI_COCOA_PASSWORDS_CREDENTIALS_SELECTION_VIEW_COCOA_H_
#import <Cocoa/Cocoa.h>
@@ -24,4 +24,4 @@ struct PasswordForm;
- (const autofill::PasswordForm*)getSelectedCredentials;
@end
-#endif // CHROME_BROWSER_UI_COCOA_PASSWORDS_CREDENTIALS_SELECTION_VIEW_H_
+#endif // CHROME_BROWSER_UI_COCOA_PASSWORDS_CREDENTIALS_SELECTION_VIEW_COCOA_H_

Powered by Google App Engine
This is Rietveld 408576698