summaryrefslogtreecommitdiffstats
path: root/views/window/custom_frame_view.h
diff options
context:
space:
mode:
Diffstat (limited to 'views/window/custom_frame_view.h')
-rw-r--r--views/window/custom_frame_view.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/views/window/custom_frame_view.h b/views/window/custom_frame_view.h
index 0ae0050..9de22f0 100644
--- a/views/window/custom_frame_view.h
+++ b/views/window/custom_frame_view.h
@@ -10,7 +10,7 @@
#include "views/window/window.h"
#include "views/window/window_resources.h"
-namespace gfx{
+namespace gfx {
class Canvas;
class Font;
class Size;
@@ -106,9 +106,9 @@ class CustomFrameView : public NonClientFrameView,
static void InitClass();
static gfx::Font* title_font_;
- DISALLOW_EVIL_CONSTRUCTORS(CustomFrameView);
+ DISALLOW_COPY_AND_ASSIGN(CustomFrameView);
};
} // namespace views
-#endif // #ifndef VIEWS_WINDOW_CUSTOM_FRAME_VIEW_H_
+#endif // VIEWS_WINDOW_CUSTOM_FRAME_VIEW_H_