| Index: remoting/host/setup/win/auth_code_getter.cc
|
| diff --git a/remoting/host/setup/win/auth_code_getter.cc b/remoting/host/setup/win/auth_code_getter.cc
|
| index 7316c511228a3b1e93095f8c84ebae3a3193d491..2bab5203304365222947892dd59d7876ca5aaec6 100644
|
| --- a/remoting/host/setup/win/auth_code_getter.cc
|
| +++ b/remoting/host/setup/win/auth_code_getter.cc
|
| @@ -8,7 +8,7 @@
|
| #include "base/time/time.h"
|
| #include "base/win/scoped_bstr.h"
|
| #include "base/win/scoped_variant.h"
|
| -#include "remoting/host/setup/oauth_helper.h"
|
| +#include "remoting/base/oauth_helper.h"
|
|
|
| namespace {
|
| const int kUrlPollIntervalMs = 100;
|
|
|