| Index: content/browser/tracing/tracing_controller_impl.h
|
| diff --git a/content/browser/tracing/tracing_controller_impl.h b/content/browser/tracing/tracing_controller_impl.h
|
| index a10a08242e723b8b24fff0ed2b050bb11e5af08f..294315966120161a16f9c751c083e08e69f56d9e 100644
|
| --- a/content/browser/tracing/tracing_controller_impl.h
|
| +++ b/content/browser/tracing/tracing_controller_impl.h
|
| @@ -116,7 +116,7 @@ class TracingControllerImpl : public TracingController {
|
| void OnDisableRecordingComplete();
|
| void OnResultFileClosed();
|
|
|
| -#if defined(OS_CHROMEOS)
|
| +#if defined(OS_CHROMEOS) || defined(OS_WIN)
|
| void OnEndSystemTracingAcked(
|
| const scoped_refptr<base::RefCountedString>& events_str_ptr);
|
| #endif
|
|
|