| Index: chrome/browser/spellchecker/spellcheck_service_unittest.cc
|
| ===================================================================
|
| --- chrome/browser/spellchecker/spellcheck_service_unittest.cc (revision 181040)
|
| +++ chrome/browser/spellchecker/spellcheck_service_unittest.cc (working copy)
|
| @@ -29,13 +29,13 @@
|
| profile_(new TestingProfile()) {
|
| }
|
|
|
| - void SetUp() OVERRIDE {
|
| + virtual void SetUp() OVERRIDE {
|
| // Use SetTestingFactoryAndUse to force creation and initialization.
|
| SpellcheckServiceFactory::GetInstance()->SetTestingFactoryAndUse(
|
| profile_.get(), &BuildSpellcheckService);
|
| }
|
|
|
| - void TearDown() OVERRIDE {
|
| + virtual void TearDown() OVERRIDE {
|
| MessageLoop::current()->RunUntilIdle();
|
| }
|
|
|
|
|