diff options
Diffstat (limited to 'chrome/views/client_view.h')
-rw-r--r-- | chrome/views/client_view.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/chrome/views/client_view.h b/chrome/views/client_view.h index 0d1bcd0..692e0ba 100644 --- a/chrome/views/client_view.h +++ b/chrome/views/client_view.h @@ -7,7 +7,7 @@ #include "chrome/views/view.h" -namespace ChromeViews { +namespace views { class DialogClientView; class Window; @@ -73,6 +73,6 @@ class ClientView : public View { View* contents_view_; }; -} // namespace ChromeViews +} // namespace views #endif // #ifndef CHROME_VIEWS_CLIENT_VIEW_H_ |