diff options
author | phajdan.jr@chromium.org <phajdan.jr@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-08-12 22:21:50 +0000 |
---|---|---|
committer | phajdan.jr@chromium.org <phajdan.jr@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-08-12 22:21:50 +0000 |
commit | b06ee4d8cbbced93e0faf03d6517f4279015ee5c (patch) | |
tree | 9be68daed31236c6d24c8fdb1c691de273a693ed /chrome/browser/chromeos/input_method/input_method_util_unittest.cc | |
parent | c9c16ab3dc14d9caf03665e359b713e8c21486ba (diff) | |
download | chromium_src-b06ee4d8cbbced93e0faf03d6517f4279015ee5c.zip chromium_src-b06ee4d8cbbced93e0faf03d6517f4279015ee5c.tar.gz chromium_src-b06ee4d8cbbced93e0faf03d6517f4279015ee5c.tar.bz2 |
GTTF: Use a fresh TestingBrowserProcess for each test, part #6
For a detailed description see part #1, http://codereview.chromium.org/6478005/
This CL fixes the bug fully on Linux. More platforms will follow.
BUG=61062
TEST=unit_tests, possibly more
Review URL: http://codereview.chromium.org/7628006
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@96638 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/browser/chromeos/input_method/input_method_util_unittest.cc')
-rw-r--r-- | chrome/browser/chromeos/input_method/input_method_util_unittest.cc | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/chrome/browser/chromeos/input_method/input_method_util_unittest.cc b/chrome/browser/chromeos/input_method/input_method_util_unittest.cc index 0fffd41..78d2878 100644 --- a/chrome/browser/chromeos/input_method/input_method_util_unittest.cc +++ b/chrome/browser/chromeos/input_method/input_method_util_unittest.cc @@ -8,6 +8,7 @@ #include "base/utf_string_conversions.h" #include "chrome/browser/chromeos/cros/cros_library.h" +#include "chrome/test/base/testing_browser_process_test.h" #include "grit/generated_resources.h" #include "testing/gtest/include/gtest/gtest.h" #include "ui/base/l10n/l10n_util.h" @@ -24,7 +25,7 @@ InputMethodDescriptor GetDesc(const std::string& id, } } // namespace -class InputMethodUtilTest : public testing::Test { +class InputMethodUtilTest : public TestingBrowserProcessTest { public: static void SetUpTestCase() { // Reload the internal maps before running tests, with the stub |