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

Unified Diff: third_party/WebKit/Source/platform/probe/PlatformProbes.pidl

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/PlatformProbes.pidl
diff --git a/third_party/WebKit/Source/platform/instrumentation/PlatformInstrumentation.idl b/third_party/WebKit/Source/platform/probe/PlatformProbes.pidl
similarity index 93%
rename from third_party/WebKit/Source/platform/instrumentation/PlatformInstrumentation.idl
rename to third_party/WebKit/Source/platform/probe/PlatformProbes.pidl
index c2fc3a0619240d46ef4d93a1250e36c37ee3a42c..e6477eb69640143f9bef4487ad785376ab12da17 100644
--- a/third_party/WebKit/Source/platform/instrumentation/PlatformInstrumentation.idl
+++ b/third_party/WebKit/Source/platform/probe/PlatformProbes.pidl
@@ -2,7 +2,7 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
-interface PlatformInstrumentation {
+interface PlatformProbes {
#define PROBE_EXPORT PLATFORM_EXPORT

Powered by Google App Engine
This is Rietveld 408576698