Skip to content

Commit

Permalink
Another branch build fix
Browse files Browse the repository at this point in the history
TBR=sky@chromium.org
BUG=555741

Review URL: https://codereview.chromium.org/1451583002

Cr-Commit-Position: refs/heads/master@{#359786}
  • Loading branch information
ben authored and Commit bot committed Nov 15, 2015
1 parent 9451d8f commit 4fb8840
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mojo/shell/application_manager_apptest_driver.cc
Original file line number Diff line number Diff line change
Expand Up @@ -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);
};
Expand Down

0 comments on commit 4fb8840

Please sign in to comment.