Index: content/renderer/renderer_main_platform_delegate_win.cc |
diff --git a/content/renderer/renderer_main_platform_delegate_win.cc b/content/renderer/renderer_main_platform_delegate_win.cc |
index 086823ab87e8930b2816a924c8b5591a267d8662..f623c1da16bfb3c356d9aecfc3fbc09e01ad8e38 100644 |
--- a/content/renderer/renderer_main_platform_delegate_win.cc |
+++ b/content/renderer/renderer_main_platform_delegate_win.cc |
@@ -11,7 +11,6 @@ |
#include "base/win/scoped_comptr.h" |
#include "base/win/win_util.h" |
#include "base/win/windows_version.h" |
-#include "content/common/sandbox_win.h" |
#include "content/public/common/content_switches.h" |
#include "content/public/common/injection_test_win.h" |
#include "content/public/renderer/render_font_warmup_win.h" |
@@ -88,7 +87,7 @@ void RendererMainPlatformDelegate::PlatformInitialize() { |
// malicious code if the renderer gets compromised. |
bool no_sandbox = command_line.HasSwitch(switches::kNoSandbox); |
- bool use_direct_write = ShouldUseDirectWrite(); |
+ bool use_direct_write = gfx::win::ShouldUseDirectWrite(); |
if (!no_sandbox) { |
// ICU DateFormat class (used in base/time_format.cc) needs to get the |
// Olson timezone ID by accessing the registry keys under |