summaryrefslogtreecommitdiffstats
path: root/content/app
diff options
context:
space:
mode:
authorben@chromium.org <ben@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2013-09-10 20:42:47 +0000
committerben@chromium.org <ben@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2013-09-10 20:42:47 +0000
commit5981e2d822372fb03c7e97ac122f4f7290dd499f (patch)
treeaea82a17bc92fbe092720dbb879202c5dea83976 /content/app
parentc3da595f4c87b295db2bfbf56fcf994f53881449 (diff)
downloadchromium_src-5981e2d822372fb03c7e97ac122f4f7290dd499f.zip
chromium_src-5981e2d822372fb03c7e97ac122f4f7290dd499f.tar.gz
chromium_src-5981e2d822372fb03c7e97ac122f4f7290dd499f.tar.bz2
Move ui/base/win/dpi.h to ui/gfx/dpi_win.h
Also moves hidpi switch to gfx/switches.h R=sky@chromium.org http://crbug.com/103304 Review URL: https://codereview.chromium.org/23451036 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@222336 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'content/app')
-rw-r--r--content/app/content_main_runner.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/content/app/content_main_runner.cc b/content/app/content_main_runner.cc
index 3f1bc1c..9fc34c2 100644
--- a/content/app/content_main_runner.cc
+++ b/content/app/content_main_runner.cc
@@ -49,7 +49,7 @@
#include "sandbox/win/src/sandbox_types.h"
#include "ui/base/ui_base_paths.h"
#include "ui/base/ui_base_switches.h"
-#include "ui/base/win/dpi.h"
+#include "ui/gfx/dpi_win.h"
#include "webkit/common/user_agent/user_agent.h"
#if defined(USE_TCMALLOC)