diff options
author | joedow <joedow@chromium.org> | 2015-03-05 18:41:02 -0800 |
---|---|---|
committer | Commit bot <commit-bot@chromium.org> | 2015-03-06 02:41:58 +0000 |
commit | dd5660bd5b757e906eee390b83c8a7585822a60d (patch) | |
tree | 32592da2e604f96a50e180e2e0cdecc60c56eb29 /remoting/test/fake_access_token_fetcher.h | |
parent | dbf8bfd7fa34d69e880f0b8073a0441f439bf08a (diff) | |
download | chromium_src-dd5660bd5b757e906eee390b83c8a7585822a60d.zip chromium_src-dd5660bd5b757e906eee390b83c8a7585822a60d.tar.gz chromium_src-dd5660bd5b757e906eee390b83c8a7585822a60d.tar.bz2 |
Adding the RemoteHostInfo and RemoteHostInfoFetcher classes and unittests for use with the App Remoting Test Driver.
This changelist also includes some lint error cleanup and updating of
assertions in the unittest code to remove the c_str() calls.
BUG=462307
Review URL: https://codereview.chromium.org/962763002
Cr-Commit-Position: refs/heads/master@{#319396}
Diffstat (limited to 'remoting/test/fake_access_token_fetcher.h')
-rw-r--r-- | remoting/test/fake_access_token_fetcher.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/remoting/test/fake_access_token_fetcher.h b/remoting/test/fake_access_token_fetcher.h index 45856fd..173469b 100644 --- a/remoting/test/fake_access_token_fetcher.h +++ b/remoting/test/fake_access_token_fetcher.h @@ -5,9 +5,9 @@ #ifndef REMOTING_TEST_FAKE_ACCESS_TOKEN_FETCHER_H_ #define REMOTING_TEST_FAKE_ACCESS_TOKEN_FETCHER_H_ -#include "remoting/test/access_token_fetcher.h" +#include <string> -#include "testing/gtest/include/gtest/gtest.h" +#include "remoting/test/access_token_fetcher.h" namespace remoting { namespace test { |