| Index: chrome/browser/history/top_sites_unittest.cc
|
| diff --git a/chrome/browser/history/top_sites_unittest.cc b/chrome/browser/history/top_sites_unittest.cc
|
| index f908646ec49aaec8a95914c4aba1ef12c8edd111..f267287aa185327f4acde25922c6ac3179767d3f 100644
|
| --- a/chrome/browser/history/top_sites_unittest.cc
|
| +++ b/chrome/browser/history/top_sites_unittest.cc
|
| @@ -132,7 +132,6 @@ class TopSitesTest : public testing::Test {
|
| }
|
|
|
| virtual void SetUp() {
|
| - CommandLine::ForCurrentProcess()->AppendSwitch(switches::kEnableTopSites);
|
| profile_.reset(new TestingProfile);
|
| if (CreateHistoryAndTopSites()) {
|
| profile_->CreateHistoryService(false, false);
|
|
|