Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(53)

Unified Diff: third_party/WebKit/Source/platform/probe/PlatformTraceEventsAgent.cpp

Issue 2772613002: [instrumentation] Rename InspectorInstrumentation into CoreProbes (Closed)
Patch Set: fix typo Created 3 years, 9 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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 {

Powered by Google App Engine
This is Rietveld 408576698