| Index: chrome/browser/safe_browsing/protocol_parser.h
|
| diff --git a/chrome/browser/safe_browsing/protocol_parser.h b/chrome/browser/safe_browsing/protocol_parser.h
|
| index 9509734fa961bf0c8412863f1ac0245010968519..59078bf85e537242b7cf59288b94f88eaa64ea76 100644
|
| --- a/chrome/browser/safe_browsing/protocol_parser.h
|
| +++ b/chrome/browser/safe_browsing/protocol_parser.h
|
| @@ -10,10 +10,11 @@
|
| //
|
| // The quoted references are with respect to that document.
|
|
|
| +#include <stddef.h>
|
| +
|
| #include <string>
|
| #include <vector>
|
|
|
| -#include "base/basictypes.h"
|
| #include "chrome/browser/safe_browsing/safe_browsing_util.h"
|
|
|
| namespace base {
|
|
|