Index: chrome/common/automation_messages_internal.h |
diff --git a/chrome/common/automation_messages_internal.h b/chrome/common/automation_messages_internal.h |
index 64a17a4b2d4c93a244fdc2d450461fa5614d2809..3225853b5a69ba91cbf8456701cc115684650770 100644 |
--- a/chrome/common/automation_messages_internal.h |
+++ b/chrome/common/automation_messages_internal.h |
@@ -928,7 +928,7 @@ IPC_MESSAGE_ROUTED1(AutomationMsg_MoveWindow, |
// Call BeginTracing on the browser TraceController. This will tell all |
// processes to start collecting trace events via base/debug/trace_event.h. |
IPC_SYNC_MESSAGE_CONTROL1_1(AutomationMsg_BeginTracing, |
- std::string /* categories */, |
+ std::string /* tag_patterns */, |
bool /* success */) |
// End tracing (called after BeginTracing). This blocks until tracing has |