diff options
author | sergeyu@chromium.org <sergeyu@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2013-12-11 09:17:32 +0000 |
---|---|---|
committer | sergeyu@chromium.org <sergeyu@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2013-12-11 09:17:32 +0000 |
commit | 07b063c348bdc5627fff9f9bcf558ea2a2a80a03 (patch) | |
tree | 8bc1938fd4a60a9718810fb2f7717e1a8d2cf78e /remoting/host/remoting_me2me_host.cc | |
parent | 8ad04b82b3514a78b3f11d2bf06f8d984c609606 (diff) | |
download | chromium_src-07b063c348bdc5627fff9f9bcf558ea2a2a80a03.zip chromium_src-07b063c348bdc5627fff9f9bcf558ea2a2a80a03.tar.gz chromium_src-07b063c348bdc5627fff9f9bcf558ea2a2a80a03.tar.bz2 |
Move remoting::GetUsername() from remoting/base to remoting/host
GetUsername() doesn't belong to remoting/base because it's not used by
the client.
BUG=276739
Review URL: https://codereview.chromium.org/112353002
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@240064 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'remoting/host/remoting_me2me_host.cc')
-rw-r--r-- | remoting/host/remoting_me2me_host.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/remoting/host/remoting_me2me_host.cc b/remoting/host/remoting_me2me_host.cc index ba5fc1b..bc7e8a7 100644 --- a/remoting/host/remoting_me2me_host.cc +++ b/remoting/host/remoting_me2me_host.cc @@ -36,7 +36,6 @@ #include "remoting/base/constants.h" #include "remoting/base/logging.h" #include "remoting/base/rsa_key_pair.h" -#include "remoting/base/util.h" #include "remoting/host/branding.h" #include "remoting/host/chromoting_host.h" #include "remoting/host/chromoting_host_context.h" @@ -67,6 +66,7 @@ #include "remoting/host/signaling_connector.h" #include "remoting/host/token_validator_factory_impl.h" #include "remoting/host/usage_stats_consent.h" +#include "remoting/host/username.h" #include "remoting/jingle_glue/network_settings.h" #include "remoting/jingle_glue/xmpp_signal_strategy.h" #include "remoting/protocol/me2me_host_authenticator_factory.h" |