diff options
author | pilgrim@chromium.org <pilgrim@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2013-01-16 23:24:22 +0000 |
---|---|---|
committer | pilgrim@chromium.org <pilgrim@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2013-01-16 23:24:22 +0000 |
commit | 76fb8222947f45b450002d0f2c0fb18ef5bd4417 (patch) | |
tree | 3fcd5cd73f471ace4c81f66bb93492115139788e /ui/aura/bench | |
parent | f2f31b3416a1828b43efd216f9d378c8b35c6d26 (diff) | |
download | chromium_src-76fb8222947f45b450002d0f2c0fb18ef5bd4417.zip chromium_src-76fb8222947f45b450002d0f2c0fb18ef5bd4417.tar.gz chromium_src-76fb8222947f45b450002d0f2c0fb18ef5bd4417.tar.bz2 |
Update some #includes for headers that have moved from WebKit/chromium/public/platform/ to Platform/chromium/public/
Review URL: https://chromiumcodereview.appspot.com/11971020
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@177259 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'ui/aura/bench')
-rw-r--r-- | ui/aura/bench/DEPS | 2 | ||||
-rw-r--r-- | ui/aura/bench/bench_main.cc | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/ui/aura/bench/DEPS b/ui/aura/bench/DEPS index f5b134b..c5931db 100644 --- a/ui/aura/bench/DEPS +++ b/ui/aura/bench/DEPS @@ -1,5 +1,5 @@ include_rules = [ "+third_party/khronos", - "+third_party/WebKit/Source/WebKit/chromium/public/platform", + "+third_party/WebKit/Source/Platform/chromium/public", "+ui/aura/shared", ] diff --git a/ui/aura/bench/bench_main.cc b/ui/aura/bench/bench_main.cc index eb620f0..7d0e134 100644 --- a/ui/aura/bench/bench_main.cc +++ b/ui/aura/bench/bench_main.cc @@ -33,8 +33,8 @@ #ifndef GL_GLEXT_PROTOTYPES #define GL_GLEXT_PROTOTYPES 1 #endif +#include "third_party/WebKit/Source/Platform/chromium/public/WebGraphicsContext3D.h" #include "third_party/khronos/GLES2/gl2ext.h" -#include "third_party/WebKit/Source/WebKit/chromium/public/platform/WebGraphicsContext3D.h" #if defined(USE_X11) #include "base/message_pump_aurax11.h" |