| Index: chrome/browser/policy/file_based_policy_provider.h
|
| diff --git a/chrome/browser/policy/file_based_policy_provider.h b/chrome/browser/policy/file_based_policy_provider.h
|
| index a5546995e3efb4053f11f2516f78d5bc2b45be42..7b1807a59d538354abda11d53fd6f05dcdf23e8f 100644
|
| --- a/chrome/browser/policy/file_based_policy_provider.h
|
| +++ b/chrome/browser/policy/file_based_policy_provider.h
|
| @@ -106,8 +106,8 @@ class FileBasedPolicyLoader : public FilePathWatcher::Delegate {
|
| const FilePath& config_file_path() { return delegate_->config_file_path(); }
|
|
|
| // FilePathWatcher::Delegate implementation:
|
| - void OnFilePathChanged(const FilePath& path);
|
| - void OnError();
|
| + virtual void OnFilePathChanged(const FilePath& path);
|
| + virtual void OnError();
|
|
|
| private:
|
| // FileBasedPolicyLoader objects should only be deleted by
|
|
|