| Index: chrome/browser/ui/cocoa/passwords/base_passwords_controller_test.h
|
| diff --git a/chrome/browser/ui/cocoa/passwords/manage_passwords_controller_test.h b/chrome/browser/ui/cocoa/passwords/base_passwords_controller_test.h
|
| similarity index 78%
|
| rename from chrome/browser/ui/cocoa/passwords/manage_passwords_controller_test.h
|
| rename to chrome/browser/ui/cocoa/passwords/base_passwords_controller_test.h
|
| index 4a471d6ceffdf48678257ca047ed7e1b68528691..df9c21f8e546981422d3c5818fd80de2c1709754 100644
|
| --- a/chrome/browser/ui/cocoa/passwords/manage_passwords_controller_test.h
|
| +++ b/chrome/browser/ui/cocoa/passwords/base_passwords_controller_test.h
|
| @@ -2,12 +2,12 @@
|
| // 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_CONTROLLER_TEST_H_
|
| -#define CHROME_BROWSER_UI_COCOA_PASSWORDS_MANAGE_PASSWORDS_CONTROLLER_TEST_H_
|
| +#ifndef CHROME_BROWSER_UI_COCOA_PASSWORDS_BASE_PASSWORDS_CONTROLLER_TEST_H_
|
| +#define CHROME_BROWSER_UI_COCOA_PASSWORDS_BASE_PASSWORDS_CONTROLLER_TEST_H_
|
|
|
| #include "chrome/browser/ui/cocoa/cocoa_profile_test.h"
|
| #include "chrome/browser/ui/cocoa/cocoa_test_helper.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"
|
|
|
| namespace content {
|
| class WebContents;
|
| @@ -40,4 +40,4 @@ class ManagePasswordsControllerTest : public CocoaProfileTest {
|
| @property(readonly, nonatomic) BOOL dismissed;
|
| @end
|
|
|
| -#endif // CHROME_BROWSER_UI_COCOA_PASSWORDS_MANAGE_PASSWORDS_CONTROLLER_TEST_H_
|
| +#endif // CHROME_BROWSER_UI_COCOA_PASSWORDS_BASE_PASSWORDS_CONTROLLER_TEST_H_
|
|
|