Index: chrome/test/base/extension_load_waiter_one_shot.h |
diff --git a/chrome/test/base/extension_load_waiter_one_shot.h b/chrome/test/base/extension_load_waiter_one_shot.h |
index 1494c614cf48d78d36ee5543f5e49773acf10f72..47d22d680eb47132a546019c85d2d542e220db1a 100644 |
--- a/chrome/test/base/extension_load_waiter_one_shot.h |
+++ b/chrome/test/base/extension_load_waiter_one_shot.h |
@@ -28,7 +28,7 @@ class ExtensionLoadWaiterOneShot : public content::NotificationObserver { |
// content::NotificationObserver overrides. |
virtual void Observe(int type, |
const content::NotificationSource& source, |
- const content::NotificationDetails& details) OVERRIDE; |
+ const content::NotificationDetails& details) override; |
// Get the browser context associated with the loaded extension. Returns |
// NULL if |WaitForExtension| was not previously called. |