| 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 9c4e3f402a798e71a6511db29ed56987dc3ecf57..b480758692c9525faf15c18f4b3e3e3796834b84 100644
 | 
| --- a/content/browser/indexed_db/mock_indexed_db_factory.h
 | 
| +++ b/content/browser/indexed_db/mock_indexed_db_factory.h
 | 
| @@ -41,8 +41,7 @@ class MockIndexedDBFactory : public IndexedDBFactory {
 | 
|                      const IndexedDBDatabaseError& error));
 | 
|    // 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;
 | 
| +  OriginDBs GetOpenDatabasesForOrigin(const GURL& origin_url) const override;
 | 
|    MOCK_METHOD1(ForceClose, void(const GURL& origin_url));
 | 
|    MOCK_METHOD0(ContextDestroyed, void());
 | 
|    MOCK_METHOD1(DatabaseDeleted,
 | 
| 
 |