Index: content/public/test/render_view_test.h |
diff --git a/content/public/test/render_view_test.h b/content/public/test/render_view_test.h |
index 1e081ebcf949d711659ebf1feecf5ac4925356bc..3c3b3f8c07b2e3dcc530f4cda357956e930bbe25 100644 |
--- a/content/public/test/render_view_test.h |
+++ b/content/public/test/render_view_test.h |
@@ -19,11 +19,11 @@ |
#include "content/public/common/main_function_params.h" |
#include "content/public/common/page_state.h" |
#include "content/public/test/mock_render_thread.h" |
+#include "mojo/edk/test/scoped_ipc_support.h" |
#include "testing/gtest/include/gtest/gtest.h" |
#include "third_party/WebKit/public/platform/Platform.h" |
#include "third_party/WebKit/public/web/WebFrame.h" |
#include "third_party/WebKit/public/web/WebLeakDetector.h" |
-#include "third_party/mojo/src/mojo/edk/test/scoped_ipc_support.h" |
namespace blink { |
class WebInputElement; |
@@ -206,7 +206,7 @@ class RenderViewTest : public testing::Test, blink::WebLeakDetectorClient { |
// For Mojo. |
scoped_ptr<base::TestIOThread> test_io_thread_; |
- scoped_ptr<mojo::test::ScopedIPCSupport> ipc_support_; |
+ scoped_ptr<mojo::edk::test::ScopedIPCSupport> ipc_support_; |
#if defined(OS_MACOSX) |
scoped_ptr<base::mac::ScopedNSAutoreleasePool> autorelease_pool_; |