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

Unified Diff: third_party/mojo/src/mojo/public/cpp/environment/tests/logging_unittest.cc

Issue 1101303002: Update mojo sdk to rev e7270700d671fa8e458b4d8c9e47f7bcfb65da0b (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Actualy provide a default TaskTracker impl Created 5 years, 8 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: third_party/mojo/src/mojo/public/cpp/environment/tests/logging_unittest.cc
diff --git a/third_party/mojo/src/mojo/public/cpp/environment/tests/logging_unittest.cc b/third_party/mojo/src/mojo/public/cpp/environment/tests/logging_unittest.cc
index 7ecc8b2080a6ef099d2599d77e628c7daa747e31..25ebb3403507226cd092203ae68ee6b4d1c8fce9 100644
--- a/third_party/mojo/src/mojo/public/cpp/environment/tests/logging_unittest.cc
+++ b/third_party/mojo/src/mojo/public/cpp/environment/tests/logging_unittest.cc
@@ -31,7 +31,7 @@ bool DcheckTestHelper(bool* was_called) {
class LoggingTest : public testing::Test {
public:
- LoggingTest() : environment_(nullptr, &kMockLogger) {
+ LoggingTest() : environment_(nullptr, &kMockLogger, nullptr) {
minimum_log_level_ = MOJO_LOG_LEVEL_INFO;
ResetMockLogger();
}
« no previous file with comments | « third_party/mojo/src/mojo/public/cpp/environment/task_tracker.h ('k') | third_party/mojo/src/mojo/public/dart/README » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698