| Index: ppapi/tests/test_x509_certificate_private.cc
|
| diff --git a/ppapi/tests/test_x509_certificate_private.cc b/ppapi/tests/test_x509_certificate_private.cc
|
| index fab2f210d714c0b8aaffb8b04057fdee4bddab5b..9a456f8d04016a1223f252d8304363c3d464fa71 100644
|
| --- a/ppapi/tests/test_x509_certificate_private.cc
|
| +++ b/ppapi/tests/test_x509_certificate_private.cc
|
| @@ -4,12 +4,14 @@
|
|
|
| #include "ppapi/tests/test_x509_certificate_private.h"
|
|
|
| +#include <stdint.h>
|
| +
|
| #include <cmath>
|
| #include <limits>
|
|
|
| #include "ppapi/cpp/private/x509_certificate_private.h"
|
| -#include "ppapi/cpp/var_array_buffer.h"
|
| #include "ppapi/cpp/var.h"
|
| +#include "ppapi/cpp/var_array_buffer.h"
|
| #include "ppapi/tests/testing_instance.h"
|
|
|
| REGISTER_TEST_CASE(X509CertificatePrivate);
|
|
|