| Index: chrome/test/ui/ui_test.h
|
| diff --git a/chrome/test/ui/ui_test.h b/chrome/test/ui/ui_test.h
|
| index 98c75fe04785285d96bf1fb9e84c460400def7f2..9b00685fc60e8e38da21c2e2768d171e6d4de2ac 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& tag_patterns);
|
|
|
| // Pass-through to AutomationProxy::EndTracing.
|
| std::string EndTracing();
|
|
|