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

Unified Diff: chrome/browser/ui/views/crypto_module_password_dialog_view.h

Issue 10956061: chrome: Move crypto_module_password_dialog.h into chrome namespace. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 8 years, 3 months 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/views/crypto_module_password_dialog_view.h
diff --git a/chrome/browser/ui/views/crypto_module_password_dialog_view.h b/chrome/browser/ui/views/crypto_module_password_dialog_view.h
index ba50860f61102fb96d589e99e10ce2f48d29d5b5..a9b11e488abc9a3af53321f644970b4055aa6c14 100644
--- a/chrome/browser/ui/views/crypto_module_password_dialog_view.h
+++ b/chrome/browser/ui/views/crypto_module_password_dialog_view.h
@@ -18,7 +18,7 @@ class Label;
class Textfield;
}
-namespace browser {
+namespace chrome {
class CryptoModulePasswordDialogView : public views::DialogDelegateView,
public views::TextfieldController {
@@ -54,7 +54,7 @@ class CryptoModulePasswordDialogView : public views::DialogDelegateView,
// Initialize views and layout.
void Init(const std::string& server,
const std::string& slot_name,
- browser::CryptoModulePasswordReason reason);
+ CryptoModulePasswordReason reason);
views::Label* title_label_;
views::Label* reason_label_;
@@ -66,6 +66,6 @@ class CryptoModulePasswordDialogView : public views::DialogDelegateView,
DISALLOW_COPY_AND_ASSIGN(CryptoModulePasswordDialogView);
};
-} // namespace browser
+} // namespace chrome
#endif // CHROME_BROWSER_UI_VIEWS_CRYPTO_MODULE_PASSWORD_DIALOG_VIEW_H_

Powered by Google App Engine
This is Rietveld 408576698