Index: chrome/browser/apps/app_shim/app_shim_quit_interactive_uitest_mac.mm |
diff --git a/chrome/browser/apps/app_shim/app_shim_quit_interactive_uitest_mac.mm b/chrome/browser/apps/app_shim/app_shim_quit_interactive_uitest_mac.mm |
index 556005ea4a9299db76f60d6c093698810d831772..acb90ed31653191d0ffa33c3d810f2e0a535a33c 100644 |
--- a/chrome/browser/apps/app_shim/app_shim_quit_interactive_uitest_mac.mm |
+++ b/chrome/browser/apps/app_shim/app_shim_quit_interactive_uitest_mac.mm |
@@ -85,7 +85,7 @@ class AppShimQuitTest : public PlatformAppBrowserTest { |
content::RunAllPendingInMessageLoop(); |
} |
- void SetUpCommandLine(CommandLine* command_line) override { |
+ void SetUpCommandLine(base::CommandLine* command_line) override { |
PlatformAppBrowserTest::SetUpCommandLine(command_line); |
// Simulate an app shim initiated launch, i.e. launch app but not browser. |
app_path_ = test_data_dir_ |