| Index: components/test_runner/test_plugin.cc
|
| diff --git a/content/shell/renderer/test_runner/test_plugin.cc b/components/test_runner/test_plugin.cc
|
| similarity index 99%
|
| rename from content/shell/renderer/test_runner/test_plugin.cc
|
| rename to components/test_runner/test_plugin.cc
|
| index 26600f3f710bcf7fd7003c12c1933bd82014f5c1..ac42f2f8136cb9d1ac13a0a782062d99e0c73136 100644
|
| --- a/content/shell/renderer/test_runner/test_plugin.cc
|
| +++ b/components/test_runner/test_plugin.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 "content/shell/renderer/test_runner/test_plugin.h"
|
| +#include "components/test_runner/test_plugin.h"
|
|
|
| #include "base/basictypes.h"
|
| #include "base/bind.h"
|
| @@ -10,10 +10,7 @@
|
| #include "base/memory/shared_memory.h"
|
| #include "base/strings/stringprintf.h"
|
| #include "cc/resources/shared_bitmap_manager.h"
|
| -#include "content/shell/renderer/test_runner/web_test_delegate.h"
|
| -#include "third_party/skia/include/core/SkBitmap.h"
|
| -#include "third_party/skia/include/core/SkCanvas.h"
|
| -#include "third_party/skia/include/core/SkColor.h"
|
| +#include "components/test_runner/web_test_delegate.h"
|
| #include "third_party/WebKit/public/platform/Platform.h"
|
| #include "third_party/WebKit/public/platform/WebCompositorSupport.h"
|
| #include "third_party/WebKit/public/platform/WebGraphicsContext3D.h"
|
| @@ -25,6 +22,9 @@
|
| #include "third_party/WebKit/public/web/WebPluginParams.h"
|
| #include "third_party/WebKit/public/web/WebTouchPoint.h"
|
| #include "third_party/WebKit/public/web/WebUserGestureIndicator.h"
|
| +#include "third_party/skia/include/core/SkBitmap.h"
|
| +#include "third_party/skia/include/core/SkCanvas.h"
|
| +#include "third_party/skia/include/core/SkColor.h"
|
|
|
| namespace content {
|
|
|
|
|