diff options
Diffstat (limited to 'cc/debug')
-rw-r--r-- | cc/debug/fake_web_graphics_context_3d.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cc/debug/fake_web_graphics_context_3d.h b/cc/debug/fake_web_graphics_context_3d.h index c915a9e..83ebc8e 100644 --- a/cc/debug/fake_web_graphics_context_3d.h +++ b/cc/debug/fake_web_graphics_context_3d.h @@ -9,7 +9,7 @@ #include "base/compiler_specific.h" #include "cc/base/cc_export.h" -#include "third_party/WebKit/Source/Platform/chromium/public/WebGraphicsContext3D.h" +#include "third_party/WebKit/public/platform/WebGraphicsContext3D.h" namespace cc { |