| Index: remoting/host/gcd_rest_client.cc
|
| diff --git a/remoting/host/gcd_rest_client.cc b/remoting/host/gcd_rest_client.cc
|
| index 59b2391c27d4b9e161979c738f9b79f82003b79a..c8c429f9c1cec3067e1eca69837d36f921e56c84 100644
|
| --- a/remoting/host/gcd_rest_client.cc
|
| +++ b/remoting/host/gcd_rest_client.cc
|
| @@ -6,6 +6,8 @@
|
|
|
| #include "base/bind.h"
|
| #include "base/json/json_writer.h"
|
| +#include "base/message_loop/message_loop.h"
|
| +#include "base/thread_task_runner_handle.h"
|
| #include "base/time/default_clock.h"
|
| #include "base/values.h"
|
| #include "net/url_request/url_fetcher.h"
|
|
|