Index: webkit/support/platform_support_android.cc |
diff --git a/webkit/support/platform_support_android.cc b/webkit/support/platform_support_android.cc |
index 458cc72231e8161d02010941df546e5c99f23cea..d99d99ea00cc2794b895a4e3e9c1e49e567aa429 100644 |
--- a/webkit/support/platform_support_android.cc |
+++ b/webkit/support/platform_support_android.cc |
@@ -33,7 +33,7 @@ const char kDumpRenderTreeDir[] = "/data/drt"; |
namespace webkit_support { |
void BeforeInitialize(bool unit_test_mode) { |
- InitAndroidTestPaths(); |
+ base::InitAndroidTestPaths(); |
// Set XML_CATALOG_FILES environment variable to blank to prevent libxml from |
// loading and complaining the non-exsistent /etc/xml/catalog file. |