| Index: third_party/leveldatabase/port/port_chromium.h
|
| diff --git a/third_party/leveldatabase/port/port_chromium.h b/third_party/leveldatabase/port/port_chromium.h
|
| index 3548d626ed7765c0c055e21d14477651ea5befa9..5e542ba07529a1a6402458b6cb5670ef4b921cb6 100644
|
| --- a/third_party/leveldatabase/port/port_chromium.h
|
| +++ b/third_party/leveldatabase/port/port_chromium.h
|
| @@ -7,13 +7,17 @@
|
| #ifndef STORAGE_LEVELDB_PORT_PORT_CHROMIUM_H_
|
| #define STORAGE_LEVELDB_PORT_PORT_CHROMIUM_H_
|
|
|
| +#include <stddef.h>
|
| #include <stdint.h>
|
| -#include <string>
|
| +
|
| #include <cstring>
|
| +#include <string>
|
| +
|
| #include "base/atomicops.h"
|
| -#include "base/basictypes.h"
|
| +#include "base/macros.h"
|
| #include "base/synchronization/condition_variable.h"
|
| #include "base/synchronization/lock.h"
|
| +#include "build/build_config.h"
|
|
|
| // Linux's ThreadIdentifier() needs this.
|
| #if defined(OS_LINUX)
|
|
|