| Index: chrome/test/base/use_interactive_test_case.cc
|
| diff --git a/components/spellcheck/common/spellcheck_message_generator.h b/chrome/test/base/use_interactive_test_case.cc
|
| similarity index 51%
|
| copy from components/spellcheck/common/spellcheck_message_generator.h
|
| copy to chrome/test/base/use_interactive_test_case.cc
|
| index 0876034c524de64af94517fbb0eec76d791d33fb..11ea90d7092f8de3f0de2f68a895e6b2f4f8eaa0 100644
|
| --- a/components/spellcheck/common/spellcheck_message_generator.h
|
| +++ b/chrome/test/base/use_interactive_test_case.cc
|
| @@ -2,8 +2,12 @@
|
| // Use of this source code is governed by a BSD-style license that can be
|
| // found in the LICENSE file.
|
|
|
| -// Multiply-included file, hence no include guard.
|
| +#include "chrome/test/base/use_interactive_test_case.h"
|
|
|
| -#if defined(ENABLE_SPELLCHECK)
|
| -#include "components/spellcheck/common/spellcheck_messages.h"
|
| +#include "base/run_loop.h"
|
| +
|
| +#if !defined(OS_MACOSX)
|
| +void RunTestInteractively() {
|
| + base::RunLoop().Run();
|
| +}
|
| #endif
|
|
|