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