| Index: content/browser/android/tracing_intent_handler.h
|
| diff --git a/content/browser/android/tracing_intent_handler.h b/content/browser/android/tracing_intent_handler.h
|
| index 1ea4b6e40332ba4e778e2d33549a0fbb48852e9a..f916300fc9913a3be30514a3669f0024a7f65c0b 100644
|
| --- a/content/browser/android/tracing_intent_handler.h
|
| +++ b/content/browser/android/tracing_intent_handler.h
|
| @@ -18,7 +18,7 @@ bool RegisterTracingIntentHandler(JNIEnv* env);
|
|
|
| class TracingIntentHandler : public TraceSubscriberStdio {
|
| public:
|
| - explicit TracingIntentHandler(const FilePath& path);
|
| + explicit TracingIntentHandler(const base::FilePath& path);
|
| virtual ~TracingIntentHandler();
|
|
|
| // TraceSubscriber implementation
|
|
|