| Index: chrome/browser/ui/toolbar/toolbar_model_unittest.cc
|
| diff --git a/chrome/browser/ui/toolbar/toolbar_model_unittest.cc b/chrome/browser/ui/toolbar/toolbar_model_unittest.cc
|
| index 4dfd7c0d8613336630b88dcc9080ed57058cd4d7..fdf35832243188036a18a024b298398becbd35ea 100644
|
| --- a/chrome/browser/ui/toolbar/toolbar_model_unittest.cc
|
| +++ b/chrome/browser/ui/toolbar/toolbar_model_unittest.cc
|
| @@ -184,7 +184,7 @@ TEST_F(ToolbarModelTest, ShouldDisplayURLInstantExtendedAPIDisabled) {
|
| }
|
| }
|
|
|
| -// Test that we don't replace any URLs when the InstantExtended API is enabled.
|
| +// Test that we replace URLs when the InstantExtended API is enabled.
|
| TEST_F(ToolbarModelTest, ShouldDisplayURLInstantExtendedAPIEnabled) {
|
| CommandLine::ForCurrentProcess()->AppendSwitch(
|
| switches::kEnableInstantExtendedAPI);
|
|
|