Index: chrome/browser/ui/browser_navigator_browsertest_chromeos.cc |
diff --git a/chrome/browser/ui/browser_navigator_browsertest_chromeos.cc b/chrome/browser/ui/browser_navigator_browsertest_chromeos.cc |
index 025f9ead3893c41c36e035e033068372a3ae4eaa..695cc5877cb88751d3df2900b7241426bb08c899 100644 |
--- a/chrome/browser/ui/browser_navigator_browsertest_chromeos.cc |
+++ b/chrome/browser/ui/browser_navigator_browsertest_chromeos.cc |
@@ -25,7 +25,7 @@ GURL GetGoogleURL() { |
// Subclass that tests navigation while in the Guest session. |
class BrowserGuestSessionNavigatorTest: public BrowserNavigatorTest { |
protected: |
- virtual void SetUpCommandLine(base::CommandLine* command_line) override { |
+ void SetUpCommandLine(base::CommandLine* command_line) override { |
base::CommandLine command_line_copy = *command_line; |
command_line_copy.AppendSwitchASCII( |
chromeos::switches::kLoginProfile, "user"); |