| Index: chrome/browser/chromeos/cros_settings_provider.h
|
| diff --git a/chrome/browser/chromeos/cros_settings_provider.h b/chrome/browser/chromeos/cros_settings_provider.h
|
| index 36e856e81b3b3d62a9287af84bffcb2b4a3ddd3c..00e0307553efbef0a9b70e2347b3247ff103f6db 100644
|
| --- a/chrome/browser/chromeos/cros_settings_provider.h
|
| +++ b/chrome/browser/chromeos/cros_settings_provider.h
|
| @@ -20,7 +20,7 @@ class CrosSettingsProvider {
|
| void Set(const std::string& path, Value* in_value);
|
|
|
| // Gets settings value of given |path| to |out_value|.
|
| - // Note that |out_value| is still owned by this class.
|
| + // Note that |out_value| is owned by the caller, not this class.
|
| virtual bool Get(const std::string& path, Value** out_value) const = 0;
|
|
|
| // Gets the namespace prefix provided by this provider
|
|
|