| Index: chrome/browser/ui/passwords/password_ui_view.h
|
| diff --git a/chrome/browser/ui/password/password_ui_view.h b/chrome/browser/ui/passwords/password_ui_view.h
|
| similarity index 89%
|
| rename from chrome/browser/ui/password/password_ui_view.h
|
| rename to chrome/browser/ui/passwords/password_ui_view.h
|
| index cd9f1368f88249495f31eb9faec982dd0dae6246..8a39fc758bac64b04e1e5aaea84e1d121d16a09e 100644
|
| --- a/chrome/browser/ui/password/password_ui_view.h
|
| +++ b/chrome/browser/ui/passwords/password_ui_view.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_PASSWORD_PASSWORD_UI_VIEW_H_
|
| -#define CHROME_BROWSER_UI_PASSWORD_PASSWORD_UI_VIEW_H_
|
| +#ifndef CHROME_BROWSER_UI_PASSWORDS_PASSWORD_UI_VIEW_H_
|
| +#define CHROME_BROWSER_UI_PASSWORDS_PASSWORD_UI_VIEW_H_
|
|
|
| #include "base/memory/scoped_vector.h"
|
|
|
| @@ -45,4 +45,4 @@ class PasswordUIView {
|
|
|
| } // namespace passwords_ui
|
|
|
| -#endif // CHROME_BROWSER_UI_PASSWORD_PASSWORD_UI_VIEW_H_
|
| +#endif // CHROME_BROWSER_UI_PASSWORDS_PASSWORD_UI_VIEW_H_
|
|
|