diff options
Diffstat (limited to 'views/window')
-rw-r--r-- | views/window/non_client_view.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/views/window/non_client_view.h b/views/window/non_client_view.h index d79f5d3..e13e90a 100644 --- a/views/window/non_client_view.h +++ b/views/window/non_client_view.h @@ -6,7 +6,7 @@ #define VIEWS_WINDOW_NON_CLIENT_VIEW_H_ #pragma once -#include "base/basictypes.h" +#include "base/task.h" #include "views/view.h" #include "views/window/client_view.h" @@ -236,4 +236,4 @@ class NonClientView : public View { } // namespace views -#endif // VIEWS_WINDOW_NON_CLIENT_VIEW_H_ +#endif // #ifndef VIEWS_WINDOW_NON_CLIENT_VIEW_H_ |