| Index: chrome/test/ui/ui_test.h
|
| diff --git a/chrome/test/ui/ui_test.h b/chrome/test/ui/ui_test.h
|
| index ade8dfb4170695786ee5ae786f406641002e391a..981b15edafd9573ca7835ae811ffa535c5a5d9c6 100644
|
| --- a/chrome/test/ui/ui_test.h
|
| +++ b/chrome/test/ui/ui_test.h
|
| @@ -237,7 +237,7 @@ class UITestBase {
|
| void AppendBrowserLaunchSwitch(const char* name, const char* value);
|
|
|
| // Pass-through to AutomationProxy::BeginTracing.
|
| - bool BeginTracing(const std::string& categories);
|
| + bool BeginTracing(const std::string& category_patterns);
|
|
|
| // Pass-through to AutomationProxy::EndTracing.
|
| std::string EndTracing();
|
|
|