Index: content/browser/indexed_db/indexed_db_backing_store.h |
diff --git a/content/browser/indexed_db/indexed_db_backing_store.h b/content/browser/indexed_db/indexed_db_backing_store.h |
index 2eb1f125ef4042f4a2c3d916efdf0c231ce03fc1..1e72d805743f40e905d82409d1446dc6acada31f 100644 |
--- a/content/browser/indexed_db/indexed_db_backing_store.h |
+++ b/content/browser/indexed_db/indexed_db_backing_store.h |
@@ -59,8 +59,8 @@ class CONTENT_EXPORT IndexedDBBackingStore |
class CONTENT_EXPORT Comparator : public LevelDBComparator { |
public: |
virtual int Compare(const base::StringPiece& a, |
- const base::StringPiece& b) const OVERRIDE; |
- virtual const char* Name() const OVERRIDE; |
+ const base::StringPiece& b) const override; |
+ virtual const char* Name() const override; |
}; |
class CONTENT_EXPORT RecordIdentifier { |