Index: apps/load_and_launch_browsertest.cc |
diff --git a/apps/load_and_launch_browsertest.cc b/apps/load_and_launch_browsertest.cc |
index ced656487ae38045b8a46ef841507190e15b1981..f3573b8122e86aa737c46805ad7533a905c1f149 100644 |
--- a/apps/load_and_launch_browsertest.cc |
+++ b/apps/load_and_launch_browsertest.cc |
@@ -109,7 +109,7 @@ class PlatformAppLoadAndLaunchBrowserTest : public PlatformAppBrowserTest { |
protected: |
PlatformAppLoadAndLaunchBrowserTest() {} |
- virtual void SetUpCommandLine(CommandLine* command_line) override { |
+ void SetUpCommandLine(CommandLine* command_line) override { |
PlatformAppBrowserTest::SetUpCommandLine(command_line); |
app_path_ = test_data_dir_ |
.AppendASCII("platform_apps") |