summaryrefslogtreecommitdiffstats
path: root/chrome/browser/chromeos/password_dialog_view.h
diff options
context:
space:
mode:
Diffstat (limited to 'chrome/browser/chromeos/password_dialog_view.h')
-rw-r--r--chrome/browser/chromeos/password_dialog_view.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/chrome/browser/chromeos/password_dialog_view.h b/chrome/browser/chromeos/password_dialog_view.h
index e4650a2..e88a1fe 100644
--- a/chrome/browser/chromeos/password_dialog_view.h
+++ b/chrome/browser/chromeos/password_dialog_view.h
@@ -16,6 +16,8 @@ class View;
class Window;
}
+namespace chromeos {
+
// Delegate implemented by caller of PasswordDialogView to handle the user
// interacting with the dialog box.
class PasswordDialogDelegate {
@@ -70,4 +72,6 @@ class PasswordDialogView : public views::View,
DISALLOW_COPY_AND_ASSIGN(PasswordDialogView);
};
+} // namespace chromeos
+
#endif // CHROME_BROWSER_CHROMEOS_PASSWORD_DIALOG_VIEW_H_