| Index: chrome/browser/policy/asynchronous_policy_test_base.h
|
| diff --git a/chrome/browser/policy/asynchronous_policy_test_base.h b/chrome/browser/policy/asynchronous_policy_test_base.h
|
| index 7771490edf3f592d1ba659fa65392108aafc8efe..33f4c5d83493fd6b4deea5f0cfe8dec71716fcce 100644
|
| --- a/chrome/browser/policy/asynchronous_policy_test_base.h
|
| +++ b/chrome/browser/policy/asynchronous_policy_test_base.h
|
| @@ -34,7 +34,7 @@ class AsynchronousPolicyTestBase : public testing::Test {
|
| virtual ~AsynchronousPolicyTestBase();
|
|
|
| // testing::Test:
|
| - virtual void TearDown();
|
| + virtual void TearDown() OVERRIDE;
|
|
|
| protected:
|
| // Create an actual IO loop (needed by FilePathWatcher).
|
|
|