| Index: chrome/browser/chromeos/login/login_utils_browsertest.cc
|
| ===================================================================
|
| --- chrome/browser/chromeos/login/login_utils_browsertest.cc (revision 257128)
|
| +++ chrome/browser/chromeos/login/login_utils_browsertest.cc (working copy)
|
| @@ -37,6 +37,7 @@
|
| #include "chrome/common/chrome_paths.h"
|
| #include "chrome/common/chrome_switches.h"
|
| #include "chrome/common/pref_names.h"
|
| +#include "chrome/test/base/chrome_unit_test_suite.h"
|
| #include "chrome/test/base/scoped_testing_local_state.h"
|
| #include "chrome/test/base/testing_browser_process.h"
|
| #include "chromeos/chromeos_switches.h"
|
| @@ -161,6 +162,8 @@
|
| prepared_profile_(NULL) {}
|
|
|
| virtual void SetUp() OVERRIDE {
|
| + ChromeUnitTestSuite::InitializeProviders();
|
| + ChromeUnitTestSuite::InitializeResourceBundle();
|
| // This test is not a full blown InProcessBrowserTest, and doesn't have
|
| // all the usual threads running. However a lot of subsystems pulled from
|
| // ProfileImpl post to IO (usually from ProfileIOData), and DCHECK that
|
|
|