| Index: chrome/browser/web_applications/web_app_mac_unittest.mm
|
| diff --git a/chrome/browser/web_applications/web_app_mac_unittest.mm b/chrome/browser/web_applications/web_app_mac_unittest.mm
|
| index e01b826de17c55ba44d4a6845fc0a8a59ef6048f..56f98bfa7ad04795f48508334c384206dd4bc224 100644
|
| --- a/chrome/browser/web_applications/web_app_mac_unittest.mm
|
| +++ b/chrome/browser/web_applications/web_app_mac_unittest.mm
|
| @@ -299,7 +299,7 @@ TEST_F(WebAppShortcutCreatorTest, RevealAppShimInFinder) {
|
| }
|
|
|
| TEST_F(WebAppShortcutCreatorTest, FileHandlers) {
|
| - CommandLine::ForCurrentProcess()->AppendSwitch(
|
| + base::CommandLine::ForCurrentProcess()->AppendSwitch(
|
| switches::kEnableAppsFileAssociations);
|
| extensions::FileHandlersInfo file_handlers_info;
|
| extensions::FileHandlerInfo handler_0;
|
|
|