summaryrefslogtreecommitdiffstats
path: root/apps/load_and_launch_browsertest.cc
diff options
context:
space:
mode:
Diffstat (limited to 'apps/load_and_launch_browsertest.cc')
-rw-r--r--apps/load_and_launch_browsertest.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/load_and_launch_browsertest.cc b/apps/load_and_launch_browsertest.cc
index ced6564..f3573b8 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")