| 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_
|
|
|