| Index: sync/internal_api/public/write_transaction.h | 
| diff --git a/sync/internal_api/public/write_transaction.h b/sync/internal_api/public/write_transaction.h | 
| index 2dbcdaa5c725f6fdc253fbfd2ee8e8107fe8096e..e1000419b9fd5c42bce9a8e8d4f243133744cbe6 100644 | 
| --- a/sync/internal_api/public/write_transaction.h | 
| +++ b/sync/internal_api/public/write_transaction.h | 
| @@ -41,7 +41,7 @@ class SYNC_EXPORT WriteTransaction : public BaseTransaction { | 
| virtual ~WriteTransaction(); | 
|  | 
| // Provide access to the syncable transaction from the API WriteNode. | 
| -  virtual syncable::BaseTransaction* GetWrappedTrans() const OVERRIDE; | 
| +  virtual syncable::BaseTransaction* GetWrappedTrans() const override; | 
| syncable::WriteTransaction* GetWrappedWriteTrans() { return transaction_; } | 
|  | 
| // Set's a |type|'s local context. |refresh_status| controls whether | 
|  |