Index: chrome/browser/storage_monitor/media_transfer_protocol_device_observer_linux.h |
diff --git a/chrome/browser/storage_monitor/media_transfer_protocol_device_observer_linux.h b/chrome/browser/storage_monitor/media_transfer_protocol_device_observer_linux.h |
index 36cda993aa5ac1ecb2144385b22aaa922ec4df84..8ab567a58c0c5a828b389cbb54dae54e6bbb854a 100644 |
--- a/chrome/browser/storage_monitor/media_transfer_protocol_device_observer_linux.h |
+++ b/chrome/browser/storage_monitor/media_transfer_protocol_device_observer_linux.h |
@@ -16,8 +16,6 @@ namespace base { |
class FilePath; |
} |
-namespace chrome { |
- |
// Gets the mtp device information given a |storage_name|. On success, |
// fills in |id|, |name| and |location|. |
typedef void (*GetStorageInfoFunc)( |
@@ -87,6 +85,4 @@ class MediaTransferProtocolDeviceObserverLinux |
DISALLOW_COPY_AND_ASSIGN(MediaTransferProtocolDeviceObserverLinux); |
}; |
-} // namespace chrome |
- |
#endif // CHROME_BROWSER_STORAGE_MONITOR_MEDIA_TRANSFER_PROTOCOL_DEVICE_OBSERVER_LINUX_H_ |