| Index: chrome/browser/chromeos/input_method/input_method_persistence_unittest.cc
|
| diff --git a/chrome/browser/chromeos/input_method/input_method_persistence_unittest.cc b/chrome/browser/chromeos/input_method/input_method_persistence_unittest.cc
|
| index c6d0fdeecbcaa3fab3f55ac42e6d9524f44f64da..764a86434ef0f19284e66e9f742431f7e141665d 100644
|
| --- a/chrome/browser/chromeos/input_method/input_method_persistence_unittest.cc
|
| +++ b/chrome/browser/chromeos/input_method/input_method_persistence_unittest.cc
|
| @@ -41,7 +41,6 @@ class InputMethodPersistenceTest : public testing::Test {
|
| CommandLine *cl = CommandLine::ForCurrentProcess();
|
| cl->AppendSwitchASCII(switches::kLoginProfile, chrome::kTestUserProfileDir);
|
| mock_profile_manager_.SetLoggedIn(true);
|
| - ProfileManager::AllowGetDefaultProfile();
|
| EXPECT_TRUE(ProfileManager::GetActiveUserProfile() != NULL);
|
| mock_user_prefs_ = mock_profile->GetTestingPrefService();
|
| }
|
|
|