Skip to content

Commit b34c474

Browse files
author
Tina Zhou
committed
Another branch build fix
[email protected] BUG=555741 Review URL: https://codereview.chromium.org/1451583002 Cr-Commit-Position: refs/heads/master@{#359786} (cherry picked from commit 4fb8840) Review URL: https://codereview.chromium.org/1448783002 . Cr-Commit-Position: refs/branch-heads/2564@{crosswalk-project#7} Cr-Branched-From: 1283eca-refs/heads/master@{#359700}
1 parent 80ac980 commit b34c474

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

mojo/shell/application_manager_apptest_driver.cc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -118,9 +118,9 @@ class TargetApplicationDelegate : public mojo::ApplicationDelegate,
118118
void DidCreateChannel(mojo::embedder::ChannelInfo* channel_info) {}
119119

120120
mojo::ApplicationImpl* app_;
121-
base::WeakPtrFactory<TargetApplicationDelegate> weak_factory_;
122121
base::Process target_;
123122
mojo::WeakBindingSet<Driver> bindings_;
123+
base::WeakPtrFactory<TargetApplicationDelegate> weak_factory_;
124124

125125
DISALLOW_COPY_AND_ASSIGN(TargetApplicationDelegate);
126126
};

0 commit comments

Comments
 (0)