Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1249)

Unified Diff: content/public/test/render_view_test.h

Issue 1554443003: Stop linking in the old Mojo EDK. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: more fixes Created 4 years, 11 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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 27cea17e7b33dee013de0c7fe5db01754d7283cd..00b6d5117bf956a5d02799209a827f716f1c349e 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"
struct ViewMsg_Resize_Params;
@@ -201,7 +201,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_;

Powered by Google App Engine
This is Rietveld 408576698