| Index: third_party/WebKit/Source/platform/probe/PlatformTraceEventsAgent.cpp
|
| diff --git a/third_party/WebKit/Source/platform/instrumentation/PlatformTraceEventsAgent.cpp b/third_party/WebKit/Source/platform/probe/PlatformTraceEventsAgent.cpp
|
| similarity index 88%
|
| rename from third_party/WebKit/Source/platform/instrumentation/PlatformTraceEventsAgent.cpp
|
| rename to third_party/WebKit/Source/platform/probe/PlatformTraceEventsAgent.cpp
|
| index 111739501bc92989638a4ba08523327e5eb2f9b6..377a9cb155e5031a655cce46b172048a7a670cb2 100644
|
| --- a/third_party/WebKit/Source/platform/instrumentation/PlatformTraceEventsAgent.cpp
|
| +++ b/third_party/WebKit/Source/platform/probe/PlatformTraceEventsAgent.cpp
|
| @@ -2,11 +2,11 @@
|
| // Use of this source code is governed by a BSD-style license that can be
|
| // found in the LICENSE file.
|
|
|
| -#include "platform/instrumentation/PlatformTraceEventsAgent.h"
|
| +#include "platform/probe/PlatformTraceEventsAgent.h"
|
|
|
| -#include "platform/instrumentation/PlatformInstrumentation.h"
|
| #include "platform/instrumentation/tracing/TraceEvent.h"
|
| #include "platform/instrumentation/tracing/TracedValue.h"
|
| +#include "platform/probe/PlatformProbes.h"
|
|
|
| namespace blink {
|
|
|
|
|