Chromium Code Reviews| Index: build/build_config.h |
| diff --git a/build/build_config.h b/build/build_config.h |
| index 6f412c75e2cab4c2011a8cee226136ab5ed99c19..e58491c86d649ff216d4f14ece70d38c7f5e856c 100644 |
| --- a/build/build_config.h |
| +++ b/build/build_config.h |
| @@ -69,8 +69,6 @@ |
| defined(OS_OPENBSD) || defined(OS_SOLARIS) || defined(OS_ANDROID) || \ |
| defined(OS_NACL) |
| #define OS_POSIX 1 |
| -// Use base::DataPack for name/value pairs. |
| -#define USE_BASE_DATA_PACK 1 |
| #endif |
| // Use tcmalloc |