Index: chrome/installer/setup/memory_unittest.cc |
diff --git a/chrome/installer/setup/memory_unittest.cc b/chrome/installer/setup/memory_unittest.cc |
index 35cc5e2d11905b75a5b0c0dd09e5965a902103c3..30cc21a00dc4bd465202f5513bb94d39518803fe 100644 |
--- a/chrome/installer/setup/memory_unittest.cc |
+++ b/chrome/installer/setup/memory_unittest.cc |
@@ -2,7 +2,8 @@ |
// Use of this source code is governed by a BSD-style license that can be |
// found in the LICENSE file. |
-#include <cstddef> |
+#include <stddef.h> |
+ |
#include <limits> |
#include "base/process/memory.h" |