| Index: chrome/browser/ui/cocoa/passwords/passwords_list_view_controller.h
|
| diff --git a/chrome/browser/ui/cocoa/passwords/manage_password_item_view_controller.h b/chrome/browser/ui/cocoa/passwords/passwords_list_view_controller.h
|
| similarity index 84%
|
| rename from chrome/browser/ui/cocoa/passwords/manage_password_item_view_controller.h
|
| rename to chrome/browser/ui/cocoa/passwords/passwords_list_view_controller.h
|
| index 438d00a5e75e04275859dfdfe4dfb61869108e1e..353e4271d68f8b1591cdbcf1dab5d7a23d68f845 100644
|
| --- a/chrome/browser/ui/cocoa/passwords/manage_password_item_view_controller.h
|
| +++ b/chrome/browser/ui/cocoa/passwords/passwords_list_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_PASSWORD_ITEM_VIEW_CONTROLLER_H_
|
| -#define CHROME_BROWSER_UI_COCOA_PASSWORDS_MANAGE_PASSWORD_ITEM_VIEW_CONTROLLER_H_
|
| +#ifndef CHROME_BROWSER_UI_COCOA_PASSWORDS_PASSWORDS_LIST_VIEW_CONTROLLER_H_
|
| +#define CHROME_BROWSER_UI_COCOA_PASSWORDS_PASSWORDS_LIST_VIEW_CONTROLLER_H_
|
|
|
| #include <vector>
|
|
|
| @@ -47,4 +47,4 @@ typedef std::vector<const autofill::PasswordForm*> PasswordFormsVector;
|
| @property(readonly) NSArray* itemViews;
|
| @end
|
|
|
| -#endif // CHROME_BROWSER_UI_COCOA_PASSWORDS_MANAGE_PASSWORD_ITEM_VIEW_CONTROLLER_H_
|
| +#endif // CHROME_BROWSER_UI_COCOA_PASSWORDS_PASSWORDS_LIST_VIEW_CONTROLLER_H_
|
|
|