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

Unified Diff: components/policy/core/browser/configuration_policy_handler.h

Issue 108603005: Update uses of Value in chromeos/, cloud_print/, components/, content/ to use the base:: namespace. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 years 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/browser/configuration_policy_handler.h
diff --git a/components/policy/core/browser/configuration_policy_handler.h b/components/policy/core/browser/configuration_policy_handler.h
index 2c9c5df5c2d92c31efca1c3176c985692690341f..74afaa3aab1639b315e42d8f5acbb171bc427b68 100644
--- a/components/policy/core/browser/configuration_policy_handler.h
+++ b/components/policy/core/browser/configuration_policy_handler.h
@@ -31,7 +31,7 @@ struct POLICY_EXPORT PolicyToPreferenceMapEntry {
// their corresponding preferences, and to check whether the policies are valid.
class POLICY_EXPORT ConfigurationPolicyHandler {
public:
- static std::string ValueTypeToString(Value::Type type);
+ static std::string ValueTypeToString(base::Value::Type type);
ConfigurationPolicyHandler();
virtual ~ConfigurationPolicyHandler();
@@ -76,7 +76,7 @@ class POLICY_EXPORT TypeCheckingPolicyHandler
// Runs policy checks and returns the policy value if successful.
bool CheckAndGetValue(const PolicyMap& policies,
PolicyErrorMap* errors,
- const Value** value);
+ const base::Value** value);
private:
// The name of the policy.

Powered by Google App Engine
This is Rietveld 408576698