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

Unified Diff: chrome/browser/media_galleries/linux/snapshot_file_details.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/linux/snapshot_file_details.h
diff --git a/chrome/browser/media_galleries/linux/snapshot_file_details.h b/chrome/browser/media_galleries/linux/snapshot_file_details.h
index e358b39493764877164d58c2ad7f36859a0d4f28..4d3fc5286fcdb6267fef3818af3c895b523e73bd 100644
--- a/chrome/browser/media_galleries/linux/snapshot_file_details.h
+++ b/chrome/browser/media_galleries/linux/snapshot_file_details.h
@@ -13,8 +13,6 @@
#include "base/platform_file.h"
#include "chrome/browser/media_galleries/fileapi/mtp_device_async_delegate.h"
-namespace chrome {
-
// Used to represent snapshot file request params.
struct SnapshotRequestInfo {
SnapshotRequestInfo(
@@ -111,6 +109,4 @@ class SnapshotFileDetails {
DISALLOW_COPY_AND_ASSIGN(SnapshotFileDetails);
};
-} // namespace chrome
-
#endif // CHROME_BROWSER_MEDIA_GALLERIES_LINUX_SNAPSHOT_FILE_DETAILS_H_

Powered by Google App Engine
This is Rietveld 408576698