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

Unified Diff: chrome/browser/policy/cloud_policy_controller_unittest.cc

Issue 6537020: Update policy backend and testserver for the newest policy protocol (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: 5 Created 9 years, 10 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: chrome/browser/policy/cloud_policy_controller_unittest.cc
diff --git a/chrome/browser/policy/cloud_policy_controller_unittest.cc b/chrome/browser/policy/cloud_policy_controller_unittest.cc
index f8a9cb18db7ea22c7ce5e5e8aa60898e3ee6d3a1..e9fbecc194dd6f97e681ac59ea79c3f369a802e4 100644
--- a/chrome/browser/policy/cloud_policy_controller_unittest.cc
+++ b/chrome/browser/policy/cloud_policy_controller_unittest.cc
@@ -32,7 +32,7 @@ using ::testing::Mock;
class MockCloudPolicyCache : public CloudPolicyCache {
public:
- MockCloudPolicyCache(const FilePath& backing_file_path)
+ explicit MockCloudPolicyCache(const FilePath& backing_file_path)
Jakob Kummerow 2011/02/21 16:15:00 I've fixed this in my CL by now, you can remove it
gfeher 2011/02/22 15:57:29 Done.
: CloudPolicyCache(backing_file_path) {}
MOCK_METHOD1(SetPolicy, bool(const em::CloudPolicyResponse& policy));

Powered by Google App Engine
This is Rietveld 408576698