| Index: content/browser/indexed_db/mock_indexed_db_factory.h
|
| diff --git a/content/browser/indexed_db/mock_indexed_db_factory.h b/content/browser/indexed_db/mock_indexed_db_factory.h
|
| index 7c122e9464995de7cb1903d97b88820c3022f1d5..6860cfa7da873c790bd0e7410cff958f0cccae3b 100644
|
| --- a/content/browser/indexed_db/mock_indexed_db_factory.h
|
| +++ b/content/browser/indexed_db/mock_indexed_db_factory.h
|
| @@ -42,7 +42,7 @@ class MockIndexedDBFactory : public IndexedDBFactory {
|
| // The Android NDK implements a subset of STL, and the gtest templates can't
|
| // deal with std::pair's. This means we can't use GoogleMock for this method
|
| virtual OriginDBs GetOpenDatabasesForOrigin(
|
| - const GURL& origin_url) const OVERRIDE;
|
| + const GURL& origin_url) const override;
|
| MOCK_METHOD1(ForceClose, void(const GURL& origin_url));
|
| MOCK_METHOD0(ContextDestroyed, void());
|
| MOCK_METHOD1(DatabaseDeleted,
|
|
|