| Index: chrome/test/ui/ui_test.cc
|
| diff --git a/chrome/test/ui/ui_test.cc b/chrome/test/ui/ui_test.cc
|
| index 40bdf16799b7915317cb71dd5f5e7274446fde92..4a409ac8db9db93de93a3586ed216073a51c456e 100644
|
| --- a/chrome/test/ui/ui_test.cc
|
| +++ b/chrome/test/ui/ui_test.cc
|
| @@ -509,8 +509,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() {
|
|
|