| Index: components/test_runner/test_plugin.h
|
| diff --git a/content/shell/renderer/test_runner/test_plugin.h b/components/test_runner/test_plugin.h
|
| similarity index 97%
|
| rename from content/shell/renderer/test_runner/test_plugin.h
|
| rename to components/test_runner/test_plugin.h
|
| index c64d48b71b9d7869aa7ef28317591978b0800ef3..2d36380612be09b5a8ec18055cb3035ffc0f3e3b 100644
|
| --- a/content/shell/renderer/test_runner/test_plugin.h
|
| +++ b/components/test_runner/test_plugin.h
|
| @@ -2,8 +2,8 @@
|
| // Use of this source code is governed by a BSD-style license that can be
|
| // found in the LICENSE file.
|
|
|
| -#ifndef CONTENT_SHELL_RENDERER_TEST_RUNNER_TEST_PLUGIN_H_
|
| -#define CONTENT_SHELL_RENDERER_TEST_RUNNER_TEST_PLUGIN_H_
|
| +#ifndef COMPONENTS_TEST_RUNNER_TEST_PLUGIN_H_
|
| +#define COMPONENTS_TEST_RUNNER_TEST_PLUGIN_H_
|
|
|
| #include <string>
|
|
|
| @@ -181,4 +181,4 @@ class TestPlugin : public blink::WebPlugin, public cc::TextureLayerClient {
|
|
|
| } // namespace content
|
|
|
| -#endif // CONTENT_SHELL_RENDERER_TEST_RUNNER_TEST_PLUGIN_H_
|
| +#endif // COMPONENTS_TEST_RUNNER_TEST_PLUGIN_H_
|
|
|