Index: chrome/browser/ui/cocoa/passwords/passwords_bubble_controller.h |
diff --git a/chrome/browser/ui/cocoa/passwords/manage_passwords_bubble_controller.h b/chrome/browser/ui/cocoa/passwords/passwords_bubble_controller.h |
similarity index 70% |
rename from chrome/browser/ui/cocoa/passwords/manage_passwords_bubble_controller.h |
rename to chrome/browser/ui/cocoa/passwords/passwords_bubble_controller.h |
index 5bb71df0fedf2c39aba947aee7eec5bed7d6069f..730aa4f61b451fc9d3fdf99e12eb19f7e94979e9 100644 |
--- a/chrome/browser/ui/cocoa/passwords/manage_passwords_bubble_controller.h |
+++ b/chrome/browser/ui/cocoa/passwords/passwords_bubble_controller.h |
@@ -2,15 +2,15 @@ |
// 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_CONTROLLER_H_ |
-#define CHROME_BROWSER_UI_COCOA_PASSWORDS_MANAGE_PASSWORDS_BUBBLE_CONTROLLER_H_ |
+#ifndef CHROME_BROWSER_UI_COCOA_PASSWORDS_PASSWORDS_BUBBLE_CONTROLLER_H_ |
+#define CHROME_BROWSER_UI_COCOA_PASSWORDS_PASSWORDS_BUBBLE_CONTROLLER_H_ |
#import <Cocoa/Cocoa.h> |
#include "base/mac/scoped_nsobject.h" |
#import "chrome/browser/ui/cocoa/base_bubble_controller.h" |
-#import "chrome/browser/ui/cocoa/passwords/manage_passwords_bubble_content_view_controller.h" |
-#import "chrome/browser/ui/cocoa/passwords/manage_passwords_bubble_pending_view_controller.h" |
+#import "chrome/browser/ui/cocoa/passwords/base_passwords_content_view_controller.h" |
+#import "chrome/browser/ui/cocoa/passwords/pending_password_view_controller.h" |
#include "chrome/browser/ui/passwords/manage_passwords_bubble_model.h" |
// Controller for the Cocoa manage passwords bubble. Transitions through several |
@@ -31,4 +31,4 @@ |
@property(readonly) NSViewController* currentController; |
@end |
-#endif // CHROME_BROWSER_UI_COCOA_PASSWORDS_MANAGE_PASSWORDS_BUBBLE_CONTROLLER_H_ |
+#endif // CHROME_BROWSER_UI_COCOA_PASSWORDS_PASSWORDS_BUBBLE_CONTROLLER_H_ |