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

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: rebase 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 86%
rename from chrome/browser/ui/password/password_ui_view.h
rename to chrome/browser/ui/passwords/password_ui_view.h
index cd9f1368f88249495f31eb9faec982dd0dae6246..be925f8c297b5aae9775ef87bdaf6174c47f1c22 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"
@@ -13,8 +13,6 @@ struct PasswordForm;
class Profile;
-namespace passwords_ui {
-
// An interface for a passwords UI View. A UI view is responsible for
// displaying passwords in the UI and routing UI commands to the
// PasswordManagerPresenter.
@@ -43,6 +41,4 @@ class PasswordUIView {
const ScopedVector<autofill::PasswordForm>& password_exception_list) = 0;
};
-} // 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