| Index: chrome/browser/sync/glue/typed_url_model_associator_unittest.cc
|
| ===================================================================
|
| --- chrome/browser/sync/glue/typed_url_model_associator_unittest.cc (revision 181040)
|
| +++ chrome/browser/sync/glue/typed_url_model_associator_unittest.cc (working copy)
|
| @@ -72,7 +72,7 @@
|
| : TypedUrlModelAssociator(&mock_, NULL, NULL),
|
| startup_(startup),
|
| aborted_(aborted) {}
|
| - virtual bool IsAbortPending() {
|
| + virtual bool IsAbortPending() OVERRIDE {
|
| // Let the main thread know that we've been started up, and block until
|
| // they've called Abort().
|
| startup_->Signal();
|
|
|