| Index: chrome/browser/google/google_url_tracker_unittest.cc
|
| ===================================================================
|
| --- chrome/browser/google/google_url_tracker_unittest.cc (revision 181040)
|
| +++ chrome/browser/google/google_url_tracker_unittest.cc (working copy)
|
| @@ -73,7 +73,7 @@
|
|
|
| virtual void Observe(int type,
|
| const content::NotificationSource& source,
|
| - const content::NotificationDetails& details);
|
| + const content::NotificationDetails& details) OVERRIDE;
|
| bool notified() const { return notified_; }
|
| void clear_notified() { notified_ = false; }
|
|
|
|
|