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

Unified Diff: mojo/edk/embedder/embedder_unittest.cc

Issue 1462083003: Add //mojo/edk/platform and move platform_task_runners.h there. (Closed) Base URL: https://github.com/domokit/mojo.git@master
Patch Set: update readme Created 5 years, 1 month 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: mojo/edk/embedder/embedder_unittest.cc
diff --git a/mojo/edk/embedder/embedder_unittest.cc b/mojo/edk/embedder/embedder_unittest.cc
index e8fa65ae631e265643b0f6d6913624acf6b34cd5..4b7619f2e06b7cf44d1e156147af8dcdc675d831 100644
--- a/mojo/edk/embedder/embedder_unittest.cc
+++ b/mojo/edk/embedder/embedder_unittest.cc
@@ -29,6 +29,7 @@
#include "mojo/public/cpp/system/message_pipe.h"
#include "testing/gtest/include/gtest/gtest.h"
+using mojo::platform::TaskRunner;
using mojo::system::test::TestIOThread;
using mojo::util::ManualResetWaitableEvent;
using mojo::util::Mutex;
@@ -139,7 +140,7 @@ class EmbedderTest : public testing::Test {
protected:
TestIOThread& test_io_thread() { return test_io_thread_; }
- const RefPtr<PlatformTaskRunner>& test_io_task_runner() {
+ const RefPtr<TaskRunner>& test_io_task_runner() {
return test_io_thread_.task_runner();
}

Powered by Google App Engine
This is Rietveld 408576698