summaryrefslogtreecommitdiffstats
path: root/views/controls/button/native_button.cc
diff options
context:
space:
mode:
Diffstat (limited to 'views/controls/button/native_button.cc')
-rw-r--r--views/controls/button/native_button.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/views/controls/button/native_button.cc b/views/controls/button/native_button.cc
index 0b8da4f..65f6e0b 100644
--- a/views/controls/button/native_button.cc
+++ b/views/controls/button/native_button.cc
@@ -9,7 +9,7 @@
#include "views/controls/native/native_view_host.h"
#if defined(OS_WIN)
-#include "gfx/platform_font_win.h"
+#include "ui/gfx/platform_font_win.h"
#elif defined(OS_LINUX)
#include <gdk/gdkkeysyms.h>
#include "views/screen.h"