Index: apps/load_and_launch_browsertest.cc |
diff --git a/apps/load_and_launch_browsertest.cc b/apps/load_and_launch_browsertest.cc |
index d63772b33b555c6df0891a8657849da193d6e20a..ced656487ae38045b8a46ef841507190e15b1981 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 { |
+ virtual void SetUpCommandLine(CommandLine* command_line) override { |
PlatformAppBrowserTest::SetUpCommandLine(command_line); |
app_path_ = test_data_dir_ |
.AppendASCII("platform_apps") |