Index: chrome/browser/ui/cocoa/passwords/pending_password_view_controller.h |
diff --git a/chrome/browser/ui/cocoa/passwords/manage_passwords_bubble_pending_view_controller.h b/chrome/browser/ui/cocoa/passwords/pending_password_view_controller.h |
similarity index 74% |
rename from chrome/browser/ui/cocoa/passwords/manage_passwords_bubble_pending_view_controller.h |
rename to chrome/browser/ui/cocoa/passwords/pending_password_view_controller.h |
index ea0023ee4ef9f9bfd6f731893ea588da39df077c..c411cb9ae54710eaeb9007d2f2bf4bb45e738eb6 100644 |
--- a/chrome/browser/ui/cocoa/passwords/manage_passwords_bubble_pending_view_controller.h |
+++ b/chrome/browser/ui/cocoa/passwords/pending_password_view_controller.h |
@@ -2,13 +2,13 @@ |
// 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_PENDING_VIEW_CONTROLLER_H_ |
-#define CHROME_BROWSER_UI_COCOA_PASSWORDS_MANAGE_PASSWORDS_BUBBLE_PENDING_VIEW_CONTROLLER_H_ |
+#ifndef CHROME_BROWSER_UI_COCOA_PASSWORDS_PENDING_PASSWORD_VIEW_CONTROLLER_H_ |
+#define CHROME_BROWSER_UI_COCOA_PASSWORDS_PENDING_PASSWORD_VIEW_CONTROLLER_H_ |
#import <Cocoa/Cocoa.h> |
#include "base/mac/scoped_nsobject.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 ManagePasswordsBubbleModel; |
@class PasswordsListViewController; |
@@ -33,4 +33,4 @@ class ManagePasswordsBubbleModel; |
@property(readonly) NSButton* closeButton; |
@end |
-#endif // CHROME_BROWSER_UI_COCOA_PASSWORDS_MANAGE_PASSWORDS_BUBBLE_PENDING_VIEW_CONTROLLER_H_ |
+#endif // CHROME_BROWSER_UI_COCOA_PASSWORDS_PENDING_PASSWORD_VIEW_CONTROLLER_H_ |