Index: chrome/browser/ui/webui/ntp/ntp_resource_cache.h |
diff --git a/chrome/browser/ui/webui/ntp/ntp_resource_cache.h b/chrome/browser/ui/webui/ntp/ntp_resource_cache.h |
index 6bfff511a4db4189b281cf0a0c079b7591504baa..5d501189e5c8c447ddab2309b5fc97249add73e6 100644 |
--- a/chrome/browser/ui/webui/ntp/ntp_resource_cache.h |
+++ b/chrome/browser/ui/webui/ntp/ntp_resource_cache.h |
@@ -7,6 +7,7 @@ |
#pragma once |
#include "base/basictypes.h" |
+#include "base/compiler_specific.h" |
#include "base/memory/ref_counted.h" |
#include "base/string16.h" |
#include "chrome/browser/prefs/pref_change_registrar.h" |
@@ -31,7 +32,7 @@ class NTPResourceCache : public NotificationObserver, |
// NotificationObserver interface. |
virtual void Observe(int type, |
const NotificationSource& source, |
- const NotificationDetails& details); |
+ const NotificationDetails& details) OVERRIDE; |
private: |
Profile* profile_; |