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

Unified Diff: shell/native_runner_unittest.cc

Issue 1131953006: Shell: switches cleanup. (Closed) Base URL: https://github.com/domokit/mojo.git@master
Patch Set: gn android fix Created 5 years, 7 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
« no previous file with comments | « shell/context.cc ('k') | shell/shell_test_main.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: shell/native_runner_unittest.cc
diff --git a/shell/native_runner_unittest.cc b/shell/native_runner_unittest.cc
index fe792c9a8414342a6e888a148abc08774ad182e9..a04d4c88b4f5f141827a92ad1c712d6f15f814b6 100644
--- a/shell/native_runner_unittest.cc
+++ b/shell/native_runner_unittest.cc
@@ -56,7 +56,8 @@ class TestNativeRunnerFactory : public NativeRunnerFactory {
class NativeApplicationLoaderTest : public testing::Test,
public ApplicationManager::Delegate {
public:
- NativeApplicationLoaderTest() : application_manager_(this) {}
+ NativeApplicationLoaderTest()
+ : application_manager_(ApplicationManager::Options(), this) {}
~NativeApplicationLoaderTest() override {}
void SetUp() override {
context_.Init();
« no previous file with comments | « shell/context.cc ('k') | shell/shell_test_main.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698