Index: components/tracing/trace_config_file.h |
diff --git a/components/tracing/trace_config_file.h b/components/tracing/trace_config_file.h |
index 863fee49b5bd25d65936d17aecaa363aeb54107d..0834fc2775090a73eeb860fdc60ba13a9222409a 100644 |
--- a/components/tracing/trace_config_file.h |
+++ b/components/tracing/trace_config_file.h |
@@ -70,7 +70,7 @@ class TRACING_EXPORT TraceConfigFile { |
bool IsEnabled() const; |
base::trace_event::TraceConfig GetTraceConfig() const; |
int GetStartupDuration() const; |
-#if !defined(OS_ANDROID) |
+#if !defined(OS_ANDROID) || defined(USE_AURA) |
base::FilePath GetResultFile() const; |
#endif |