| 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
|
|
|