Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(396)

Unified Diff: trunk/src/chrome/browser/chromeos/policy/user_cloud_policy_manager_chromeos_unittest.cc

Issue 17068004: Revert 207755 "Add device policies to control accessibility sett..." (Closed) Base URL: svn://svn.chromium.org/chrome/
Patch Set: Created 7 years, 6 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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

Powered by Google App Engine
This is Rietveld 408576698