diff options
Diffstat (limited to 'chrome/views/non_client_view.h')
-rw-r--r-- | chrome/views/non_client_view.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/chrome/views/non_client_view.h b/chrome/views/non_client_view.h index 9bbe1ac..808227e 100644 --- a/chrome/views/non_client_view.h +++ b/chrome/views/non_client_view.h @@ -11,7 +11,7 @@ namespace gfx { class Path; } -namespace ChromeViews { +namespace views { class ClientView; @@ -83,7 +83,7 @@ class NonClientView : public View { bool paint_as_active_; }; -} // namespace ChromeViews +} // namespace views #endif // #ifndef CHROME_VIEWS_NON_CLIENT_VIEW_H_ |