Index: content/renderer/gpu/compositor_output_surface.cc |
diff --git a/content/renderer/gpu/compositor_output_surface.cc b/content/renderer/gpu/compositor_output_surface.cc |
index 8d240435fcf85dce1b3bc5ca73ca15324e84afd3..9350479ed59b97505db2d9ac83888044ade54d83 100644 |
--- a/content/renderer/gpu/compositor_output_surface.cc |
+++ b/content/renderer/gpu/compositor_output_surface.cc |
@@ -16,7 +16,7 @@ |
#include "content/renderer/render_thread_impl.h" |
#include "ipc/ipc_forwarding_message_filter.h" |
#include "ipc/ipc_sync_channel.h" |
-#include "third_party/WebKit/Source/Platform/chromium/public/WebGraphicsContext3D.h" |
+#include "third_party/WebKit/public/platform/WebGraphicsContext3D.h" |
#if defined(OS_ANDROID) |
// TODO(epenner): Move thread priorities to base. (crbug.com/170549) |