| Index: trunk/src/chrome/browser/chromeos/policy/user_cloud_policy_manager_chromeos_unittest.cc
|
| ===================================================================
|
| --- trunk/src/chrome/browser/chromeos/policy/user_cloud_policy_manager_chromeos_unittest.cc (revision 207797)
|
| +++ trunk/src/chrome/browser/chromeos/policy/user_cloud_policy_manager_chromeos_unittest.cc (working copy)
|
| @@ -24,7 +24,6 @@
|
| #include "chrome/browser/policy/mock_configuration_policy_provider.h"
|
| #include "chrome/browser/policy/proto/cloud/device_management_backend.pb.h"
|
| #include "chrome/browser/prefs/browser_prefs.h"
|
| -#include "chrome/browser/prefs/pref_service_syncable.h"
|
| #include "chrome/browser/signin/token_service.h"
|
| #include "chrome/browser/signin/token_service_factory.h"
|
| #include "chrome/common/chrome_constants.h"
|
| @@ -86,8 +85,7 @@
|
| new TestingProfileManager(TestingBrowserProcess::GetGlobal()));
|
| ASSERT_TRUE(profile_manager_->SetUp());
|
| profile_ = profile_manager_->CreateTestingProfile(
|
| - chrome::kInitialProfile, scoped_ptr<PrefServiceSyncable>(),
|
| - UTF8ToUTF16("testing_profile"), 0);
|
| + chrome::kInitialProfile, UTF8ToUTF16("testing_profile"), 0);
|
| signin_profile_ = profile_manager_->CreateTestingProfile("signin_profile");
|
| signin_profile_->set_incognito(true);
|
| // Usually the signin Profile and the main Profile are separate, but since
|
|
|