| Index: chrome/browser/browsing_data/browsing_data_remover_unittest.cc
|
| ===================================================================
|
| --- chrome/browser/browsing_data/browsing_data_remover_unittest.cc (revision 181040)
|
| +++ chrome/browser/browsing_data/browsing_data_remover_unittest.cc (working copy)
|
| @@ -149,7 +149,7 @@
|
|
|
| protected:
|
| // BrowsingDataRemover::Observer implementation.
|
| - virtual void OnBrowsingDataRemoverDone() {
|
| + virtual void OnBrowsingDataRemoverDone() OVERRIDE {
|
| Notify();
|
| }
|
|
|
| @@ -515,7 +515,7 @@
|
| virtual ~BrowsingDataRemoverTest() {
|
| }
|
|
|
| - void TearDown() {
|
| + virtual void TearDown() {
|
| // TestingProfile contains a DOMStorageContext. BrowserContext's destructor
|
| // posts a message to the WEBKIT thread to delete some of its member
|
| // variables. We need to ensure that the profile is destroyed, and that
|
|
|