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

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

Issue 1411733009: Bulk rename files in chrome/browser/ui/cocoa/passwords/ (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@fix-federation
Patch Set: Created 5 years, 2 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/passwords_bubble_controller.mm
diff --git a/chrome/browser/ui/cocoa/passwords/manage_passwords_bubble_controller.mm b/chrome/browser/ui/cocoa/passwords/passwords_bubble_controller.mm
similarity index 91%
rename from chrome/browser/ui/cocoa/passwords/manage_passwords_bubble_controller.mm
rename to chrome/browser/ui/cocoa/passwords/passwords_bubble_controller.mm
index e7369e2fe7464e7f1e42a4515ba81106961bb562..d24a5bae67f8ca5183fc57135d1e19ab7fc62b82 100644
--- a/chrome/browser/ui/cocoa/passwords/manage_passwords_bubble_controller.mm
+++ b/chrome/browser/ui/cocoa/passwords/passwords_bubble_controller.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/manage_passwords_bubble_controller.h"
+#import "chrome/browser/ui/cocoa/passwords/passwords_bubble_controller.h"
#include "base/mac/scoped_nsobject.h"
#include "chrome/browser/ui/browser_finder.h"
@@ -10,10 +10,10 @@
#import "chrome/browser/ui/cocoa/info_bubble_view.h"
#import "chrome/browser/ui/cocoa/info_bubble_window.h"
#include "chrome/browser/ui/cocoa/location_bar/location_bar_view_mac.h"
-#import "chrome/browser/ui/cocoa/passwords/manage_passwords_bubble_account_chooser_view_controller.h"
-#import "chrome/browser/ui/cocoa/passwords/manage_passwords_bubble_auto_signin_view_controller.h"
-#import "chrome/browser/ui/cocoa/passwords/manage_passwords_bubble_confirmation_view_controller.h"
-#import "chrome/browser/ui/cocoa/passwords/manage_passwords_bubble_manage_view_controller.h"
+#import "chrome/browser/ui/cocoa/passwords/account_chooser_view_controller.h"
+#import "chrome/browser/ui/cocoa/passwords/auto_signin_view_controller.h"
+#import "chrome/browser/ui/cocoa/passwords/confirmation_password_saved_view_controller.h"
+#import "chrome/browser/ui/cocoa/passwords/manage_passwords_view_controller.h"
#include "ui/base/cocoa/window_size_constants.h"
@interface ManagePasswordsBubbleController ()

Powered by Google App Engine
This is Rietveld 408576698