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

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

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/auto_signin_view_controller.h
diff --git a/chrome/browser/ui/cocoa/passwords/manage_passwords_bubble_auto_signin_view_controller.h b/chrome/browser/ui/cocoa/passwords/auto_signin_view_controller.h
similarity index 71%
rename from chrome/browser/ui/cocoa/passwords/manage_passwords_bubble_auto_signin_view_controller.h
rename to chrome/browser/ui/cocoa/passwords/auto_signin_view_controller.h
index 0eb40785dd66c427e6ebbe647b7caeef278214a3..12931847b547a5a6ba91d554fadc1168cbd23cea 100644
--- a/chrome/browser/ui/cocoa/passwords/manage_passwords_bubble_auto_signin_view_controller.h
+++ b/chrome/browser/ui/cocoa/passwords/auto_signin_view_controller.h
@@ -2,14 +2,14 @@
// 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_MANAGE_PASSWORDS_BUBBLE_AUTO_SIGNIN_VIEW_CONTROLLER_H_
-#define CHROME_BROWSER_UI_COCOA_PASSWORDS_MANAGE_PASSWORDS_BUBBLE_AUTO_SIGNIN_VIEW_CONTROLLER_H_
+#ifndef CHROME_BROWSER_UI_COCOA_PASSWORDS_AUTO_SIGNIN_VIEW_CONTROLLER_H_
+#define CHROME_BROWSER_UI_COCOA_PASSWORDS_AUTO_SIGNIN_VIEW_CONTROLLER_H_
#import <Cocoa/Cocoa.h>
#include "base/mac/scoped_nsobject.h"
#include "base/memory/scoped_ptr.h"
-#import "chrome/browser/ui/cocoa/passwords/manage_passwords_bubble_content_view_controller.h"
+#import "chrome/browser/ui/cocoa/passwords/base_passwords_content_view_controller.h"
@class AccountAvatarFetcherManager;
@class CredentialItemView;
@@ -32,4 +32,4 @@ class Timer;
delegate:(id<ManagePasswordsBubbleContentViewDelegate>)delegate;
@end
-#endif // CHROME_BROWSER_UI_COCOA_PASSWORDS_MANAGE_PASSWORDS_BUBBLE_AUTO_SIGNIN_VIEW_CONTROLLER_H_
+#endif // CHROME_BROWSER_UI_COCOA_PASSWORDS_AUTO_SIGNIN_VIEW_CONTROLLER_H_

Powered by Google App Engine
This is Rietveld 408576698