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

Unified Diff: chrome/browser/media_galleries/fileapi/native_media_file_util.h

Issue 298843002: Media Galleries: Refactor DeviceMediaAsyncFileUtil. (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: Created 6 years, 7 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/fileapi/native_media_file_util.h
===================================================================
--- chrome/browser/media_galleries/fileapi/native_media_file_util.h (revision 271530)
+++ chrome/browser/media_galleries/fileapi/native_media_file_util.h (working copy)
@@ -225,7 +225,7 @@
// Not owned, owned by the backend which owns this.
- MediaPathFilter* media_path_filter_;
+ MediaPathFilter* const media_path_filter_;
base::WeakPtrFactory<NativeMediaFileUtil> weak_factory_;

Powered by Google App Engine
This is Rietveld 408576698