Index: base/process/memory_unittest.cc |
diff --git a/base/process/memory_unittest.cc b/base/process/memory_unittest.cc |
index 52777165a374d4cb1162ed4ef3a1e125c07fe2fa..85bc16e9ad803cc1efc57dcd76cf0b0a2fecf477 100644 |
--- a/base/process/memory_unittest.cc |
+++ b/base/process/memory_unittest.cc |
@@ -96,7 +96,8 @@ namespace { |
// Windows raises an exception rather than using LOG(FATAL) in order to make the |
// exit code unique to OOM. |
const char* kOomRegex = ""; |
-const int kExitCode = base::win::kOomExceptionCode; |
+// See definition in memory_win.cc. |
+const int kExitCode = 0xe0000008; |
#else |
const char* kOomRegex = "Out of memory"; |
const int kExitCode = 1; |