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

Unified Diff: chrome/browser/policy/configuration_policy_store_interface.h

Issue 7259019: Move base/values.h into the base namespace. (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: '' Created 9 years, 5 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
« no previous file with comments | « chrome/browser/plugin_updater.h ('k') | chrome/browser/prefs/command_line_pref_store.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/policy/configuration_policy_store_interface.h
===================================================================
--- chrome/browser/policy/configuration_policy_store_interface.h (revision 92173)
+++ chrome/browser/policy/configuration_policy_store_interface.h (working copy)
@@ -9,7 +9,9 @@
#include "base/basictypes.h"
#include "policy/configuration_policy_type.h"
+namespace base {
class Value;
+}
namespace policy {
@@ -40,7 +42,7 @@
// A |ConfigurationPolicyProvider| specifies the value of a policy
// setting through a call to |Apply|. The configuration policy pref
// store takes over the ownership of |value|.
- virtual void Apply(ConfigurationPolicyType policy, Value* value) = 0;
+ virtual void Apply(ConfigurationPolicyType policy, base::Value* value) = 0;
protected:
ConfigurationPolicyStoreInterface() {}
« no previous file with comments | « chrome/browser/plugin_updater.h ('k') | chrome/browser/prefs/command_line_pref_store.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698