Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1875)

Unified Diff: chrome/browser/media_galleries/win/mtp_device_delegate_impl_win.h

Issue 23727009: Cleanup: Remove chrome namespace for storage monitor and media galleries. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: fix nit Created 7 years, 3 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: chrome/browser/media_galleries/win/mtp_device_delegate_impl_win.h
diff --git a/chrome/browser/media_galleries/win/mtp_device_delegate_impl_win.h b/chrome/browser/media_galleries/win/mtp_device_delegate_impl_win.h
index f102032adc4ca2dcc27141cd4a26629ac0405c96..79672ea36adcaaaafb7ca4491a2877ade536bb1c 100644
--- a/chrome/browser/media_galleries/win/mtp_device_delegate_impl_win.h
+++ b/chrome/browser/media_galleries/win/mtp_device_delegate_impl_win.h
@@ -23,8 +23,6 @@ class FilePath;
class SequencedTaskRunner;
}
-namespace chrome {
-
class SnapshotFileDetails;
struct SnapshotRequestInfo;
@@ -216,6 +214,4 @@ class MTPDeviceDelegateImplWin : public MTPDeviceAsyncDelegate {
DISALLOW_COPY_AND_ASSIGN(MTPDeviceDelegateImplWin);
};
-} // namespace chrome
-
#endif // CHROME_BROWSER_MEDIA_GALLERIES_WIN_MTP_DEVICE_DELEGATE_IMPL_WIN_H_

Powered by Google App Engine
This is Rietveld 408576698