| Index: net/base/x509_cert_types.h
|
| diff --git a/net/base/x509_cert_types.h b/net/base/x509_cert_types.h
|
| index ab91a8d8da654afdeab7a6727e6012b57c292986..72cf58cdde6e38aa70fe3e55df3318889c17977a 100644
|
| --- a/net/base/x509_cert_types.h
|
| +++ b/net/base/x509_cert_types.h
|
| @@ -12,6 +12,7 @@
|
| #include <string>
|
| #include <vector>
|
|
|
| +#include "base/string_piece.h"
|
| #include "build/build_config.h"
|
| #include "net/base/net_export.h"
|
|
|
| @@ -21,7 +22,6 @@
|
|
|
| namespace base {
|
| class Time;
|
| -class StringPiece;
|
| } // namespace base
|
|
|
| namespace net {
|
|
|