Index: ui/views_content_client/views_content_client_main_parts_desktop_aura.cc |
diff --git a/ui/views_content_client/views_content_client_main_parts_desktop_aura.cc b/ui/views_content_client/views_content_client_main_parts_desktop_aura.cc |
index 5688cedf40ffd0514c661764a49790a85a694c5d..0f470133a85f0e6a0c364770c3e0d4d84a9e4d89 100644 |
--- a/ui/views_content_client/views_content_client_main_parts_desktop_aura.cc |
+++ b/ui/views_content_client/views_content_client_main_parts_desktop_aura.cc |
@@ -4,7 +4,7 @@ |
#include "base/macros.h" |
#include "content/shell/browser/shell_browser_context.h" |
-#include "ui/gfx/screen.h" |
+#include "ui/display/screen.h" |
#include "ui/views/widget/desktop_aura/desktop_screen.h" |
#include "ui/views_content_client/views_content_client.h" |
#include "ui/views_content_client/views_content_client_main_parts_aura.h" |
@@ -37,7 +37,7 @@ ViewsContentClientMainPartsDesktopAura::ViewsContentClientMainPartsDesktopAura( |
void ViewsContentClientMainPartsDesktopAura::PreMainMessageLoopRun() { |
ViewsContentClientMainPartsAura::PreMainMessageLoopRun(); |
- gfx::Screen::SetScreenInstance(views::CreateDesktopScreen()); |
+ display::Screen::SetScreenInstance(views::CreateDesktopScreen()); |
views_content_client()->task().Run(browser_context(), NULL); |
} |