| Index: cc/test/test_web_graphics_context_3d.cc
|
| diff --git a/cc/debug/test_web_graphics_context_3d.cc b/cc/test/test_web_graphics_context_3d.cc
|
| similarity index 99%
|
| rename from cc/debug/test_web_graphics_context_3d.cc
|
| rename to cc/test/test_web_graphics_context_3d.cc
|
| index 4135ba021722defe918fd59e2a6144d3f18f3cd9..0c15f20bc3fe28314b20e96a87f05caf210c7366 100644
|
| --- a/cc/debug/test_web_graphics_context_3d.cc
|
| +++ b/cc/test/test_web_graphics_context_3d.cc
|
| @@ -2,7 +2,7 @@
|
| // Use of this source code is governed by a BSD-style license that can be
|
| // found in the LICENSE file.
|
|
|
| -#include "cc/debug/test_web_graphics_context_3d.h"
|
| +#include "cc/test/test_web_graphics_context_3d.h"
|
|
|
| #include <algorithm>
|
| #include <string>
|
| @@ -11,7 +11,7 @@
|
| #include "base/lazy_instance.h"
|
| #include "base/logging.h"
|
| #include "base/message_loop/message_loop.h"
|
| -#include "cc/debug/test_context_support.h"
|
| +#include "cc/test/test_context_support.h"
|
| #include "gpu/GLES2/gl2extchromium.h"
|
| #include "third_party/khronos/GLES2/gl2ext.h"
|
|
|
|
|