Index: chrome/browser/chromeos/net/wake_on_wifi_manager.h |
diff --git a/chrome/browser/chromeos/net/wake_on_wifi_manager.h b/chrome/browser/chromeos/net/wake_on_wifi_manager.h |
index ea9de92f62410318f80c9d13826ecef2c5529256..365a1685d8e6b0a5ef157b267a98bfedf4450c09 100644 |
--- a/chrome/browser/chromeos/net/wake_on_wifi_manager.h |
+++ b/chrome/browser/chromeos/net/wake_on_wifi_manager.h |
@@ -7,7 +7,9 @@ |
#include "base/containers/scoped_ptr_hash_map.h" |
#include "base/macros.h" |
+#include "base/memory/scoped_ptr.h" |
#include "base/memory/weak_ptr.h" |
+#include "chrome/browser/chromeos/power/extension_event_observer.h" |
#include "content/public/browser/notification_observer.h" |
#include "content/public/browser/notification_registrar.h" |
@@ -68,6 +70,8 @@ class WakeOnWifiManager : public content::NotificationObserver { |
base::ScopedPtrHashMap<Profile*, WakeOnPacketConnectionObserver> |
connection_observers_; |
+ scoped_ptr<ExtensionEventObserver> extension_event_observer_; |
+ |
content::NotificationRegistrar registrar_; |
base::WeakPtrFactory<WakeOnWifiManager> weak_ptr_factory_; |