Index: android_webview/native/aw_contents.cc |
diff --git a/android_webview/native/aw_contents.cc b/android_webview/native/aw_contents.cc |
index eac46000a7d7738f2eca7d19275b246f43b530dd..fb7b2e4eef30a1b27aaf23bf0b18e95fb2573b9a 100644 |
--- a/android_webview/native/aw_contents.cc |
+++ b/android_webview/native/aw_contents.cc |
@@ -279,7 +279,7 @@ AwContents::~AwContents() { |
// without ever using another WebView. |
if (base::subtle::NoBarrier_Load(&g_instance_count) == 0) { |
base::MemoryPressureListener::NotifyMemoryPressure( |
- base::MemoryPressureListener::MEMORY_PRESSURE_CRITICAL); |
+ base::MemoryPressureListener::MEMORY_PRESSURE_LEVEL_CRITICAL); |
} |
} |