| Index: chrome/browser/safe_browsing/local_two_phase_testserver.h
|
| diff --git a/chrome/browser/safe_browsing/local_two_phase_testserver.h b/chrome/browser/safe_browsing/local_two_phase_testserver.h
|
| index 6d0223f89f092d296491095aaae9a534bc8adbd9..0bb5b97fdd7c36de3f7a697042745d81d9fa82d6 100644
|
| --- a/chrome/browser/safe_browsing/local_two_phase_testserver.h
|
| +++ b/chrome/browser/safe_browsing/local_two_phase_testserver.h
|
| @@ -5,9 +5,9 @@
|
| #ifndef CHROME_BROWSER_SAFE_BROWSING_LOCAL_TWO_PHASE_TESTSERVER_H_
|
| #define CHROME_BROWSER_SAFE_BROWSING_LOCAL_TWO_PHASE_TESTSERVER_H_
|
|
|
| -#include "base/basictypes.h"
|
| #include "base/compiler_specific.h"
|
| #include "base/files/file_path.h"
|
| +#include "base/macros.h"
|
| #include "net/test/spawned_test_server/local_test_server.h"
|
|
|
| namespace safe_browsing {
|
|
|