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

Unified Diff: third_party/WebKit/Source/core/inspector/InspectorPageAgent.h

Issue 2727633006: DevTools: Rename InspectorInstrumentation:: namespace into probe:: (Closed)
Patch Set: Created 3 years, 10 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/core/inspector/InspectorPageAgent.h
diff --git a/third_party/WebKit/Source/core/inspector/InspectorPageAgent.h b/third_party/WebKit/Source/core/inspector/InspectorPageAgent.h
index 6537dd60c5ad9fe17eb9d34b8018b935859c0694..e336bfe5609889826d4e56bc111fe16e8bc4c3ce 100644
--- a/third_party/WebKit/Source/core/inspector/InspectorPageAgent.h
+++ b/third_party/WebKit/Source/core/inspector/InspectorPageAgent.h
@@ -42,7 +42,7 @@
namespace blink {
-namespace InspectorInstrumentation {
+namespace probe {
class RecalculateStyle;
}
@@ -159,8 +159,8 @@ class CORE_EXPORT InspectorPageAgent final
void didRunJavaScriptDialog(bool result);
void didUpdateLayout();
void didResizeMainFrame();
- void will(const InspectorInstrumentation::RecalculateStyle&);
- void did(const InspectorInstrumentation::RecalculateStyle&);
+ void will(const probe::RecalculateStyle&);
+ void did(const probe::RecalculateStyle&);
void windowCreated(LocalFrame*);
// Inspector Controller API

Powered by Google App Engine
This is Rietveld 408576698