| 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);
|
| };
|
|
|