| Index: chrome/browser/ui/cocoa/passwords/base_passwords_content_view_controller.h
|
| diff --git a/chrome/browser/ui/cocoa/passwords/manage_passwords_bubble_content_view_controller.h b/chrome/browser/ui/cocoa/passwords/base_passwords_content_view_controller.h
|
| similarity index 84%
|
| rename from chrome/browser/ui/cocoa/passwords/manage_passwords_bubble_content_view_controller.h
|
| rename to chrome/browser/ui/cocoa/passwords/base_passwords_content_view_controller.h
|
| index ca078e76c41dd246c423056ad2507e93ee64a920..e8fa0ab76fe316babe8a94ba408d908fd70e0713 100644
|
| --- a/chrome/browser/ui/cocoa/passwords/manage_passwords_bubble_content_view_controller.h
|
| +++ b/chrome/browser/ui/cocoa/passwords/base_passwords_content_view_controller.h
|
| @@ -2,8 +2,8 @@
|
| // 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_CONTENT_VIEW_CONTROLLER_H_
|
| -#define CHROME_BROWSER_UI_COCOA_PASSWORDS_MANAGE_PASSWORDS_BUBBLE_CONTENT_VIEW_CONTROLLER_H_
|
| +#ifndef CHROME_BROWSER_UI_COCOA_PASSWORDS_BASE_PASSWORDS_CONTENT_VIEW_CONTROLLER_H_
|
| +#define CHROME_BROWSER_UI_COCOA_PASSWORDS_BASE_PASSWORDS_CONTENT_VIEW_CONTROLLER_H_
|
|
|
| #import <Cocoa/Cocoa.h>
|
|
|
| @@ -48,4 +48,4 @@ const CGFloat kUnrelatedControlVerticalPadding = 15;
|
|
|
| @end
|
|
|
| -#endif // CHROME_BROWSER_UI_COCOA_PASSWORDS_MANAGE_PASSWORDS_BUBBLE_CONTENT_VIEW_CONTROLLER_H_
|
| +#endif // CHROME_BROWSER_UI_COCOA_PASSWORDS_BASE_PASSWORDS_CONTENT_VIEW_CONTROLLER_H_
|
|
|