Index: trunk/src/chrome/browser/ui/webui/options/chromeos/guest_mode_options_ui_browsertest.cc |
=================================================================== |
--- trunk/src/chrome/browser/ui/webui/options/chromeos/guest_mode_options_ui_browsertest.cc (revision 192508) |
+++ trunk/src/chrome/browser/ui/webui/options/chromeos/guest_mode_options_ui_browsertest.cc (working copy) |
@@ -5,7 +5,6 @@ |
#include "base/command_line.h" |
#include "chrome/browser/ui/webui/options/options_ui_browsertest.h" |
#include "chrome/common/chrome_switches.h" |
-#include "chromeos/chromeos_switches.h" |
namespace { |
@@ -13,10 +12,10 @@ |
// switches. |
class GuestModeOptionsBrowserTest : public options::OptionsBrowserTest { |
public: |
- GuestModeOptionsBrowserTest() : OptionsBrowserTest() {} |
+ GuestModeOptionsBrowserTest() : OptionsBrowserTest() {} |
- virtual void SetUpCommandLine(CommandLine* command_line) OVERRIDE { |
- command_line->AppendSwitch(chromeos::switches::kGuestSession); |
+ virtual void SetUpCommandLine(CommandLine* command_line) OVERRIDE { |
+ command_line->AppendSwitch(switches::kGuestSession); |
command_line->AppendSwitch(switches::kIncognito); |
} |
}; |