Index: chrome/browser/ui/cocoa/passwords/account_chooser_view_controller.h |
diff --git a/chrome/browser/ui/cocoa/passwords/manage_passwords_bubble_account_chooser_view_controller.h b/chrome/browser/ui/cocoa/passwords/account_chooser_view_controller.h |
similarity index 79% |
rename from chrome/browser/ui/cocoa/passwords/manage_passwords_bubble_account_chooser_view_controller.h |
rename to chrome/browser/ui/cocoa/passwords/account_chooser_view_controller.h |
index bdb327a07b14917f9e30192105b3f32c6d16a429..5ca1d70d2ee61473f2e2d774ce58debe0f79f2c5 100644 |
--- a/chrome/browser/ui/cocoa/passwords/manage_passwords_bubble_account_chooser_view_controller.h |
+++ b/chrome/browser/ui/cocoa/passwords/account_chooser_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_ACCOUNT_CHOOSER_VIEW_CONTROLLER_H_ |
-#define CHROME_BROWSER_UI_COCOA_PASSWORDS_MANAGE_PASSWORDS_BUBBLE_ACCOUNT_CHOOSER_VIEW_CONTROLLER_H_ |
+#ifndef CHROME_BROWSER_UI_COCOA_PASSWORDS_ACCOUNT_CHOOSER_VIEW_CONTROLLER_H_ |
+#define CHROME_BROWSER_UI_COCOA_PASSWORDS_ACCOUNT_CHOOSER_VIEW_CONTROLLER_H_ |
#import <Cocoa/Cocoa.h> |
#include "base/mac/scoped_nsobject.h" |
+#import "chrome/browser/ui/cocoa/passwords/base_passwords_content_view_controller.h" |
#import "chrome/browser/ui/cocoa/passwords/credential_item_view.h" |
-#import "chrome/browser/ui/cocoa/passwords/manage_passwords_bubble_content_view_controller.h" |
@class AccountAvatarFetcherManager; |
@class BubbleCombobox; |
@@ -43,4 +43,4 @@ class ManagePasswordsBubbleModel; |
delegate:(id<ManagePasswordsBubbleContentViewDelegate>)delegate; |
@end |
-#endif // CHROME_BROWSER_UI_COCOA_PASSWORDS_MANAGE_PASSWORDS_BUBBLE_ACCOUNT_CHOOSER_VIEW_CONTROLLER_H_ |
+#endif // CHROME_BROWSER_UI_COCOA_PASSWORDS_ACCOUNT_CHOOSER_VIEW_CONTROLLER_H_ |