Index: content/browser/browser_main_runner.cc |
diff --git a/content/browser/browser_main_runner.cc b/content/browser/browser_main_runner.cc |
index b19fc6950ba1162569f63bee28d6cbea40e36850..63200ca760e4d1b235b7c61a97e850ddcfeece4a 100644 |
--- a/content/browser/browser_main_runner.cc |
+++ b/content/browser/browser_main_runner.cc |
@@ -264,7 +264,7 @@ class BrowserMainRunnerImpl : public BrowserMainRunner { |
} else if (tracing::TraceConfigFile::GetInstance()->IsEnabled() && |
TracingController::GetInstance()->IsRecording()) { |
base::FilePath result_file; |
-#if defined(OS_ANDROID) |
+#if defined(OS_ANDROID) && !defined(USE_AURA) |
TracingControllerAndroid::GenerateTracingFilePath(&result_file); |
#else |
result_file = tracing::TraceConfigFile::GetInstance()->GetResultFile(); |