| Index: chrome/test/ui/ui_test.cc
|
| diff --git a/chrome/test/ui/ui_test.cc b/chrome/test/ui/ui_test.cc
|
| index cf59949049e853a68e5f656b29bb2d688ae00399..a635046f38b4e4c37cde68eb0e2a6cd51b46680c 100644
|
| --- a/chrome/test/ui/ui_test.cc
|
| +++ b/chrome/test/ui/ui_test.cc
|
| @@ -502,8 +502,8 @@ void UITestBase::AppendBrowserLaunchSwitch(const char* name,
|
| launch_arguments_.AppendSwitchASCII(name, value);
|
| }
|
|
|
| -bool UITestBase::BeginTracing(const std::string& categories) {
|
| - return automation()->BeginTracing(categories);
|
| +bool UITestBase::BeginTracing(const std::string& category_patterns) {
|
| + return automation()->BeginTracing(category_patterns);
|
| }
|
|
|
| std::string UITestBase::EndTracing() {
|
|
|