| Index: components/captive_portal/captive_portal_detector.h
|
| diff --git a/components/captive_portal/captive_portal_detector.h b/components/captive_portal/captive_portal_detector.h
|
| index fdbb7840eea1f35a9f224aa25e3ac06a0bc1133c..8b26ccf764eba3306368437348eebc64732f0789 100644
|
| --- a/components/captive_portal/captive_portal_detector.h
|
| +++ b/components/captive_portal/captive_portal_detector.h
|
| @@ -5,9 +5,9 @@
|
| #ifndef COMPONENTS_CAPTIVE_PORTAL_CAPTIVE_PORTAL_DETECTOR_H_
|
| #define COMPONENTS_CAPTIVE_PORTAL_CAPTIVE_PORTAL_DETECTOR_H_
|
|
|
| -#include "base/basictypes.h"
|
| #include "base/callback.h"
|
| #include "base/compiler_specific.h"
|
| +#include "base/macros.h"
|
| #include "base/memory/ref_counted.h"
|
| #include "base/memory/scoped_ptr.h"
|
| #include "base/threading/non_thread_safe.h"
|
|
|