summaryrefslogtreecommitdiffstats
path: root/remoting/client/chromoting_client.h
diff options
context:
space:
mode:
authordmichael@chromium.org <dmichael@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2013-10-10 09:58:54 +0000
committerdmichael@chromium.org <dmichael@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2013-10-10 09:58:54 +0000
commit70dbb9d514ede60e146acaba8296e7c8fb4abf50 (patch)
treea70afa186b7728a487e210eea8616c73ce5c5898 /remoting/client/chromoting_client.h
parent420ec523a48d0c86045f44c93ab4343225edbad8 (diff)
downloadchromium_src-70dbb9d514ede60e146acaba8296e7c8fb4abf50.zip
chromium_src-70dbb9d514ede60e146acaba8296e7c8fb4abf50.tar.gz
chromium_src-70dbb9d514ede60e146acaba8296e7c8fb4abf50.tar.bz2
Remoting: Move WeakPtrFactory members to be last
BUG=303818 R=wez@chromium.org Review URL: https://codereview.chromium.org/26539006 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@227908 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'remoting/client/chromoting_client.h')
-rw-r--r--remoting/client/chromoting_client.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/remoting/client/chromoting_client.h b/remoting/client/chromoting_client.h
index 58c8050..fda616b 100644
--- a/remoting/client/chromoting_client.h
+++ b/remoting/client/chromoting_client.h
@@ -113,8 +113,8 @@ class ChromotingClient : public protocol::ConnectionToHost::HostEventCallback,
ChromotingStats stats_;
// WeakPtr used to avoid tasks accessing the client after it is deleted.
- base::WeakPtrFactory<ChromotingClient> weak_factory_;
base::WeakPtr<ChromotingClient> weak_ptr_;
+ base::WeakPtrFactory<ChromotingClient> weak_factory_;
DISALLOW_COPY_AND_ASSIGN(ChromotingClient);
};