| Index: chrome/test/ui/ui_test.cc
|
| diff --git a/chrome/test/ui/ui_test.cc b/chrome/test/ui/ui_test.cc
|
| index c5010b074ccb6df857e7d7e4f85107de9008fac7..293ddbed1a7b33d65f9148c711acb37a7566bffb 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() {
|
|
|