| Index: content/shell/renderer/test_runner/TestPlugin.h
|
| diff --git a/content/shell/renderer/test_runner/TestPlugin.h b/content/shell/renderer/test_runner/TestPlugin.h
|
| index d9cd7c6e02bf14239627bc5370d53884f86fea3d..8c1f06b775c2f02371389e0b97f6a7df1239f4f9 100644
|
| --- a/content/shell/renderer/test_runner/TestPlugin.h
|
| +++ b/content/shell/renderer/test_runner/TestPlugin.h
|
| @@ -20,9 +20,9 @@
|
|
|
| namespace blink {
|
| class WebFrame;
|
| -} // namespace blink
|
| +}
|
|
|
| -namespace WebTestRunner {
|
| +namespace content {
|
|
|
| class WebTestDelegate;
|
|
|
| @@ -153,6 +153,6 @@ private:
|
| DISALLOW_COPY_AND_ASSIGN(TestPlugin);
|
| };
|
|
|
| -}
|
| +} // namespace content
|
|
|
| #endif // CONTENT_SHELL_RENDERER_TEST_RUNNER_TESTPLUGIN_H_
|
|
|