summaryrefslogtreecommitdiffstats
path: root/remoting/protocol/v2_authenticator.cc
diff options
context:
space:
mode:
authorsergeyu <sergeyu@chromium.org>2015-12-23 16:22:44 -0800
committerCommit bot <commit-bot@chromium.org>2015-12-24 00:23:33 +0000
commit89d088b2b41fa8b300a517d1171ff59340f53f44 (patch)
treed52a59845f753c1d07bbc2bb140f99da0b890b7c /remoting/protocol/v2_authenticator.cc
parent8687febfa32576e4c923319cbc28944dfbbeaff8 (diff)
downloadchromium_src-89d088b2b41fa8b300a517d1171ff59340f53f44.zip
chromium_src-89d088b2b41fa8b300a517d1171ff59340f53f44.tar.gz
chromium_src-89d088b2b41fa8b300a517d1171ff59340f53f44.tar.bz2
Include <utility> in files that use std::move() in remoting/protocol.
This is a follow up for crrev.com/366687 that converted remoting/protocol to std::move() Review URL: https://codereview.chromium.org/1547603004 Cr-Commit-Position: refs/heads/master@{#366780}
Diffstat (limited to 'remoting/protocol/v2_authenticator.cc')
-rw-r--r--remoting/protocol/v2_authenticator.cc2
1 files changed, 2 insertions, 0 deletions
diff --git a/remoting/protocol/v2_authenticator.cc b/remoting/protocol/v2_authenticator.cc
index 925bcd4..a17fb46 100644
--- a/remoting/protocol/v2_authenticator.cc
+++ b/remoting/protocol/v2_authenticator.cc
@@ -4,6 +4,8 @@
#include "remoting/protocol/v2_authenticator.h"
+#include <utility>
+
#include "base/base64.h"
#include "base/logging.h"
#include "remoting/base/constants.h"