Commit b6a351af authored by Peter Marshall's avatar Peter Marshall Committed by Commit Bot

[cleanup] Remove explicit from 2-arg constructor

Change-Id: I42697b4692ff30c390ded25568b8d424b03bbf19
Reviewed-on: https://chromium-review.googlesource.com/c/1288450Reviewed-by: 's avatarJakob Gruber <jgruber@chromium.org>
Commit-Queue: Peter Marshall <petermarshall@chromium.org>
Cr-Commit-Position: refs/heads/master@{#56764}
parent 46aecaa6
......@@ -149,8 +149,7 @@ class ProfilerEventsProcessor : public base::Thread, public CodeEventObserver {
void AddSample(TickSample sample);
protected:
explicit ProfilerEventsProcessor(Isolate* isolate,
ProfileGenerator* generator);
ProfilerEventsProcessor(Isolate* isolate, ProfileGenerator* generator);
// Called from events processing thread (Run() method.)
bool ProcessCodeEvent();
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment