Index: chrome/browser/media_galleries/mac/mtp_device_delegate_impl_mac.h |
diff --git a/chrome/browser/media_galleries/mac/mtp_device_delegate_impl_mac.h b/chrome/browser/media_galleries/mac/mtp_device_delegate_impl_mac.h |
index 1de9c9767fb44ef3bc57787b7b9811c04a6f0dc6..fecd06916a601400d94ca7a89bf428bd24932d4b 100644 |
--- a/chrome/browser/media_galleries/mac/mtp_device_delegate_impl_mac.h |
+++ b/chrome/browser/media_galleries/mac/mtp_device_delegate_impl_mac.h |
@@ -15,8 +15,6 @@ |
#include "base/platform_file.h" |
#include "chrome/browser/media_galleries/fileapi/mtp_device_async_delegate.h" |
-namespace chrome { |
- |
// Delegate for presenting an Image Capture device through the filesystem |
// API. The synthetic filesystem will be rooted at the constructed location, |
// and names of all files notified through the ItemAdded call will be |
@@ -153,6 +151,4 @@ class MTPDeviceDelegateImplMac : public MTPDeviceAsyncDelegate { |
DISALLOW_COPY_AND_ASSIGN(MTPDeviceDelegateImplMac); |
}; |
-} // namespace chrome |
- |
#endif // CHROME_BROWSER_MEDIA_GALLERIES_MAC_MTP_DEVICE_DELEGATE_IMPL_MAC_H_ |