| Index: chrome/browser/history/in_memory_url_index_unittest.cc
|
| ===================================================================
|
| --- chrome/browser/history/in_memory_url_index_unittest.cc (revision 181040)
|
| +++ chrome/browser/history/in_memory_url_index_unittest.cc (working copy)
|
| @@ -384,7 +384,7 @@
|
|
|
| class LimitedInMemoryURLIndexTest : public InMemoryURLIndexTest {
|
| protected:
|
| - FilePath::StringType TestDBName() const;
|
| + virtual FilePath::StringType TestDBName() const OVERRIDE;
|
| };
|
|
|
| FilePath::StringType LimitedInMemoryURLIndexTest::TestDBName() const {
|
|
|