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

Unified Diff: components/policy/core/common/cloud/cloud_policy_core_unittest.cc

Issue 762863002: Removed policy::PolicyNamespaceKey. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 6 years, 1 month 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: components/policy/core/common/cloud/cloud_policy_core_unittest.cc
diff --git a/components/policy/core/common/cloud/cloud_policy_core_unittest.cc b/components/policy/core/common/cloud/cloud_policy_core_unittest.cc
index 16372d5e8e8e5dde85ee5d16109056755f409bcb..a2650c0c9f59fcde33c86f8a2cfacde835da1ce2 100644
--- a/components/policy/core/common/cloud/cloud_policy_core_unittest.cc
+++ b/components/policy/core/common/cloud/cloud_policy_core_unittest.cc
@@ -21,8 +21,8 @@ class CloudPolicyCoreTest : public testing::Test,
public CloudPolicyCore::Observer {
protected:
CloudPolicyCoreTest()
- : core_(PolicyNamespaceKey(dm_protocol::kChromeUserPolicyType,
- std::string()),
+ : core_(dm_protocol::kChromeUserPolicyType,
+ "",
Mattias Nissler (ping if slow) 2014/11/27 08:34:10 why not std::string()
Joao da Silva 2014/11/27 12:19:31 Done.
&store_,
loop_.message_loop_proxy()),
core_connected_callback_count_(0),

Powered by Google App Engine
This is Rietveld 408576698