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..79f2c39ccdf9f94e00a5e2d0173b09023d7681c3 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(); |
Xianzhu
2012/06/08 19:35:37
Nit: Extra indent
nilesh
2012/06/08 19:39:12
Done.
|
// Set XML_CATALOG_FILES environment variable to blank to prevent libxml from |
// loading and complaining the non-exsistent /etc/xml/catalog file. |