Index: chrome/browser/intents/device_attached_intent_source.h |
=================================================================== |
--- chrome/browser/intents/device_attached_intent_source.h (revision 146883) |
+++ chrome/browser/intents/device_attached_intent_source.h (working copy) |
@@ -7,7 +7,6 @@ |
#include "base/system_monitor/system_monitor.h" |
-class FilePath; |
class Browser; |
namespace content { |
@@ -28,11 +27,12 @@ |
content::WebContentsDelegate* delegate); |
virtual ~DeviceAttachedIntentSource(); |
- // DevicesChangedObserver |
+ // DevicesChangedObserver implementation. |
virtual void OnMediaDeviceAttached( |
const base::SystemMonitor::DeviceIdType& id, |
const std::string& name, |
- const FilePath& path) OVERRIDE; |
+ base::SystemMonitor::MediaDeviceType type, |
+ const string16& data) OVERRIDE; |
private: |
// Weak pointer to browser to which intents will be dispatched. |