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)); |