| Index: third_party/WebKit/Source/platform/EventTracer.h
|
| diff --git a/third_party/WebKit/Source/platform/EventTracer.h b/third_party/WebKit/Source/platform/EventTracer.h
|
| index ec4dcdc08e9eb6b02fbd0a4288a4d8f9bec864b6..fe589b213a13761e73f7f62acefbd0a62ece670a 100644
|
| --- a/third_party/WebKit/Source/platform/EventTracer.h
|
| +++ b/third_party/WebKit/Source/platform/EventTracer.h
|
| @@ -31,7 +31,7 @@
|
| #ifndef EventTracer_h
|
| #define EventTracer_h
|
|
|
| -#include "base/memory/ref_counted.h"
|
| +#include "base/memory/scoped_ptr.h"
|
| #include "platform/PlatformExport.h"
|
| #include "wtf/Allocator.h"
|
| #include "wtf/PassOwnPtr.h"
|
| @@ -109,7 +109,7 @@ private:
|
| const char* argNames[],
|
| const unsigned char argTypes[],
|
| const unsigned long long argValues[],
|
| - const scoped_refptr<base::trace_event::ConvertableToTraceFormat>* convertables,
|
| + scoped_ptr<base::trace_event::ConvertableToTraceFormat>* convertables,
|
| unsigned flags);
|
| };
|
|
|
|
|