summaryrefslogtreecommitdiffstats
path: root/chrome/browser/remoting/firewall_traversal_observer.h
diff options
context:
space:
mode:
Diffstat (limited to 'chrome/browser/remoting/firewall_traversal_observer.h')
-rw-r--r--chrome/browser/remoting/firewall_traversal_observer.h10
1 files changed, 5 insertions, 5 deletions
diff --git a/chrome/browser/remoting/firewall_traversal_observer.h b/chrome/browser/remoting/firewall_traversal_observer.h
index 2667fb6..9cb5bba 100644
--- a/chrome/browser/remoting/firewall_traversal_observer.h
+++ b/chrome/browser/remoting/firewall_traversal_observer.h
@@ -8,14 +8,14 @@
#include "chrome/browser/prefs/pref_change_registrar.h"
#include "chrome/browser/ui/tab_contents/tab_contents_wrapper.h"
-#include "content/common/notification_observer.h"
+#include "content/public/browser/notification_observer.h"
#include "ipc/ipc_channel.h"
// Per-tab class to manage the firewall traversal policies for
// the remoting plugin.
// TODO(dmaclach): Replace this with a more generic mechanism for
// plugins to access preferences. http://crbug.com/90543
-class FirewallTraversalObserver : public NotificationObserver,
+class FirewallTraversalObserver : public content::NotificationObserver,
public TabContentsObserver {
public:
explicit FirewallTraversalObserver(TabContents* tab_contents);
@@ -23,10 +23,10 @@ class FirewallTraversalObserver : public NotificationObserver,
static void RegisterUserPrefs(PrefService* prefs);
- // NotificationObserver overrides:
+ // content::NotificationObserver overrides:
virtual void Observe(int type,
- const NotificationSource& source,
- const NotificationDetails& details) OVERRIDE;
+ const content::NotificationSource& source,
+ const content::NotificationDetails& details) OVERRIDE;
// IPC::Channel::Listener overrides:
virtual bool OnMessageReceived(const IPC::Message& message) OVERRIDE;