| Index: third_party/WebKit/Source/platform/v8_inspector/public/V8ProfilerAgent.h
|
| diff --git a/third_party/WebKit/Source/platform/v8_inspector/public/V8ProfilerAgent.h b/third_party/WebKit/Source/platform/v8_inspector/public/V8ProfilerAgent.h
|
| index 01b999235463679e23070774e66c6ce0746909bc..ee3175f22a564346a58a8c27fb7c2a6f50eecaa8 100644
|
| --- a/third_party/WebKit/Source/platform/v8_inspector/public/V8ProfilerAgent.h
|
| +++ b/third_party/WebKit/Source/platform/v8_inspector/public/V8ProfilerAgent.h
|
| @@ -17,8 +17,8 @@ public:
|
| virtual ~V8ProfilerAgent() { }
|
|
|
| // API for the embedder.
|
| - virtual void consoleProfile(const String& title) = 0;
|
| - virtual void consoleProfileEnd(const String& title) = 0;
|
| + virtual void consoleProfile(const String16& title) = 0;
|
| + virtual void consoleProfileEnd(const String16& title) = 0;
|
|
|
| virtual void idleStarted() = 0;
|
| virtual void idleFinished() = 0;
|
|
|