| Index: chrome/test/logging/win/mof_data_parser.h
|
| diff --git a/chrome/test/logging/win/mof_data_parser.h b/chrome/test/logging/win/mof_data_parser.h
|
| index 4a58361ea972ad4d852e8caabb6ae3a6d8bc7dcb..1198709f825a2bfe8559e2dc196bfe5aa104ffc5 100644
|
| --- a/chrome/test/logging/win/mof_data_parser.h
|
| +++ b/chrome/test/logging/win/mof_data_parser.h
|
| @@ -5,12 +5,12 @@
|
| #ifndef CHROME_TEST_LOGGING_WIN_MOF_DATA_PARSER_H_
|
| #define CHROME_TEST_LOGGING_WIN_MOF_DATA_PARSER_H_
|
|
|
| -#include <stddef.h>
|
| #include <windows.h>
|
| -#include <wmistr.h>
|
| #include <evntrace.h>
|
| +#include <stddef.h>
|
| +#include <stdint.h>
|
| +#include <wmistr.h>
|
|
|
| -#include "base/basictypes.h"
|
| #include "base/strings/string_piece.h"
|
|
|
| namespace logging_win {
|
| @@ -81,8 +81,8 @@ class MofDataParser {
|
| return true;
|
| }
|
|
|
| - const uint8* scan_;
|
| - uint32 length_;
|
| + const uint8_t* scan_;
|
| + uint32_t length_;
|
| };
|
|
|
| } // namespace logging_win
|
|
|