| Index: chromecast/net/connectivity_checker.h
|
| diff --git a/chromecast/net/connectivity_checker.h b/chromecast/net/connectivity_checker.h
|
| index d52543b4ca0504263194a763cac15c45e35863bf..a9711181132385ddb4dc292f0944d1db3484edff 100644
|
| --- a/chromecast/net/connectivity_checker.h
|
| +++ b/chromecast/net/connectivity_checker.h
|
| @@ -5,9 +5,10 @@
|
| #ifndef CHROMECAST_NET_CONNECTIVITY_CHECKER_H_
|
| #define CHROMECAST_NET_CONNECTIVITY_CHECKER_H_
|
|
|
| +#include <memory>
|
| +
|
| #include "base/macros.h"
|
| #include "base/memory/ref_counted.h"
|
| -#include "base/memory/scoped_ptr.h"
|
| #include "base/observer_list_threadsafe.h"
|
|
|
| class GURL;
|
|
|