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

Unified Diff: mojo/shell/application_manager_apptest_driver.cc

Issue 1451583002: Another branch build fix (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: 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
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: mojo/shell/application_manager_apptest_driver.cc
diff --git a/mojo/shell/application_manager_apptest_driver.cc b/mojo/shell/application_manager_apptest_driver.cc
index f77a23d6710beb154aefb406c3bbe3c40bc965b4..51766ccb6ea585632ee330e80255cc3cccd6583e 100644
--- a/mojo/shell/application_manager_apptest_driver.cc
+++ b/mojo/shell/application_manager_apptest_driver.cc
@@ -117,9 +117,9 @@ class TargetApplicationDelegate : public mojo::ApplicationDelegate,
void DidCreateChannel(mojo::embedder::ChannelInfo* channel_info) {}
mojo::ApplicationImpl* app_;
- base::WeakPtrFactory<TargetApplicationDelegate> weak_factory_;
base::Process target_;
mojo::WeakBindingSet<Driver> bindings_;
+ base::WeakPtrFactory<TargetApplicationDelegate> weak_factory_;
DISALLOW_COPY_AND_ASSIGN(TargetApplicationDelegate);
};
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698