Index: components/test_runner/test_interfaces.h |
diff --git a/content/shell/renderer/test_runner/test_interfaces.h b/components/test_runner/test_interfaces.h |
similarity index 89% |
rename from content/shell/renderer/test_runner/test_interfaces.h |
rename to components/test_runner/test_interfaces.h |
index c2390ea133377817fd6f07cfc50f74d4ccb4cea7..8c8cae5d77d4dac7a25dfdc7c9657c935015334b 100644 |
--- a/content/shell/renderer/test_runner/test_interfaces.h |
+++ b/components/test_runner/test_interfaces.h |
@@ -2,15 +2,15 @@ |
// 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_INTERFACES_H_ |
-#define CONTENT_SHELL_RENDERER_TEST_RUNNER_TEST_INTERFACES_H_ |
+#ifndef COMPONENTS_TEST_RUNNER_TEST_INTERFACES_H_ |
+#define COMPONENTS_TEST_RUNNER_TEST_INTERFACES_H_ |
#include <vector> |
#include "base/basictypes.h" |
#include "base/memory/scoped_ptr.h" |
#include "base/memory/weak_ptr.h" |
-#include "content/shell/renderer/test_runner/mock_web_theme_engine.h" |
+#include "components/test_runner/mock_web_theme_engine.h" |
#include "third_party/WebKit/public/platform/WebNonCopyable.h" |
namespace blink { |
@@ -76,4 +76,4 @@ class TestInterfaces { |
} // namespace content |
-#endif // CONTENT_SHELL_RENDERER_TEST_RUNNER_TEST_INTERFACES_H_ |
+#endif // COMPONENTS_TEST_RUNNER_TEST_INTERFACES_H_ |