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

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

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 (tests compile) 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.mm
diff --git a/chrome/browser/ui/cocoa/passwords/credentials_selection_view.mm b/chrome/browser/ui/cocoa/passwords/credentials_selection_view_cocoa.mm
similarity index 99%
rename from chrome/browser/ui/cocoa/passwords/credentials_selection_view.mm
rename to chrome/browser/ui/cocoa/passwords/credentials_selection_view_cocoa.mm
index b2af0e3af19737eaaa4582a032e170e8dc7f2f62..273637cedd46754c7953b6bcab4a05190d1d36d4 100644
--- a/chrome/browser/ui/cocoa/passwords/credentials_selection_view.mm
+++ b/chrome/browser/ui/cocoa/passwords/credentials_selection_view_cocoa.mm
@@ -2,7 +2,7 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
-#import "chrome/browser/ui/cocoa/passwords/credentials_selection_view.h"
+#import "chrome/browser/ui/cocoa/passwords/credentials_selection_view_cocoa.h"
tapted 2017/04/12 05:08:42 it's worth mentioning in the CL description body t
varkha 2017/04/12 09:16:43 Done.
#include <stddef.h>

Powered by Google App Engine
This is Rietveld 408576698