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

Unified Diff: mojo/shell/application_manager_apptest_driver.cc

Issue 1448783002: Another branch build fix (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@2564
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 2799b8aa8367daaade83ca617c971bba32617c9a..114b538fb4f754b6417d0f78fd9b52a84a82753e 100644
--- a/mojo/shell/application_manager_apptest_driver.cc
+++ b/mojo/shell/application_manager_apptest_driver.cc
@@ -118,9 +118,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