| Index: chrome/browser/safe_browsing/local_safebrowsing_test_server.h
|
| diff --git a/chrome/browser/safe_browsing/local_safebrowsing_test_server.h b/chrome/browser/safe_browsing/local_safebrowsing_test_server.h
|
| index 2d22647d2d47bd293f5aa8c6f7fe29f4dc9a1b8f..5433d12e98da9eada4c55813a9bf4c7e918ff0c1 100644
|
| --- a/chrome/browser/safe_browsing/local_safebrowsing_test_server.h
|
| +++ b/chrome/browser/safe_browsing/local_safebrowsing_test_server.h
|
| @@ -5,9 +5,9 @@
|
| #ifndef CHROME_BROWSER_SAFE_BROWSING_LOCAL_SAFEBROWSING_TEST_SERVER_H_
|
| #define CHROME_BROWSER_SAFE_BROWSING_LOCAL_SAFEBROWSING_TEST_SERVER_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 {
|
|
|