Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(750)

Unified Diff: chrome/browser/ui/passwords/password_ui_view.h

Issue 71003002: Merge browser/ui/password and browser/ui/passwords. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 years, 1 month ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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_

Powered by Google App Engine
This is Rietveld 408576698