Index: testing/android/native_test/java/src/org/chromium/native_test/NativeUnitTest.java |
diff --git a/testing/android/native_test/java/src/org/chromium/native_test/NativeUnitTest.java b/testing/android/native_test/java/src/org/chromium/native_test/NativeUnitTest.java |
index d7209ba836e58757d4b9e6a9f1634c2080ab8fca..88a8abea774978b8ea19e9abfbbd445a1dfd449c 100644 |
--- a/testing/android/native_test/java/src/org/chromium/native_test/NativeUnitTest.java |
+++ b/testing/android/native_test/java/src/org/chromium/native_test/NativeUnitTest.java |
@@ -23,7 +23,7 @@ public class NativeUnitTest extends NativeTest { |
super.preCreate(activity); |
// Needed by path_utils_unittest.cc |
- PathUtils.setPrivateDataDirectorySuffix("chrome", activity.getApplicationContext()); |
+ PathUtils.setPrivateDataDirectorySuffix("chrome"); |
// Needed by system_monitor_unittest.cc |
PowerMonitor.createForTests(activity); |