| Index: content/common/gpu/client/gl_helper_benchmark.cc
|
| diff --git a/content/common/gpu/client/gl_helper_benchmark.cc b/content/common/gpu/client/gl_helper_benchmark.cc
|
| index 82356ecf4d020ff71d68e190d23d0e5674529c13..a6efaedb730c9fd904cb90bff5706f6f2c206cc7 100644
|
| --- a/content/common/gpu/client/gl_helper_benchmark.cc
|
| +++ b/content/common/gpu/client/gl_helper_benchmark.cc
|
| @@ -31,8 +31,8 @@
|
| #include "third_party/skia/include/core/SkTypes.h"
|
| #include "ui/gfx/codec/png_codec.h"
|
| #include "ui/gl/gl_surface.h"
|
| -#include "webkit/gpu/webgraphicscontext3d_in_process_command_buffer_impl.h"
|
| -#include "webkit/gpu/webgraphicscontext3d_in_process_impl.h"
|
| +#include "webkit/common/gpu/webgraphicscontext3d_in_process_command_buffer_impl.h"
|
| +#include "webkit/common/gpu/webgraphicscontext3d_in_process_impl.h"
|
|
|
| #if defined(OS_MACOSX)
|
| #include "base/mac/scoped_nsautorelease_pool.h"
|
|
|