diff options
Diffstat (limited to 'chrome/views/dialog_client_view.h')
-rw-r--r-- | chrome/views/dialog_client_view.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/chrome/views/dialog_client_view.h b/chrome/views/dialog_client_view.h index cae6344..b3b4025 100644 --- a/chrome/views/dialog_client_view.h +++ b/chrome/views/dialog_client_view.h @@ -9,7 +9,7 @@ #include "chrome/views/client_view.h" #include "chrome/views/native_button.h" -namespace ChromeViews { +namespace views { class DialogDelegate; class Window; @@ -102,7 +102,7 @@ class DialogClientView : public ClientView, DISALLOW_EVIL_CONSTRUCTORS(DialogClientView); }; -} +} // namespace views #endif // #ifndef CHROME_VIEWS_DIALOG_CLIENT_VIEW_H_ |