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

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

Issue 575993002: Fix WeakPtrFactory member ordering in chrome/browser (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 6 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
« no previous file with comments | « chrome/browser/jumplist_win.cc ('k') | chrome/browser/media_galleries/fileapi/itunes_file_util.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/media_galleries/fileapi/itunes_file_util.h
diff --git a/chrome/browser/media_galleries/fileapi/itunes_file_util.h b/chrome/browser/media_galleries/fileapi/itunes_file_util.h
index 039cb654e3e4e87eac523385be05a6c84066299c..8c9db7540138bff0acad5eaf71a5aebb28689b68 100644
--- a/chrome/browser/media_galleries/fileapi/itunes_file_util.h
+++ b/chrome/browser/media_galleries/fileapi/itunes_file_util.h
@@ -84,10 +84,10 @@ class ITunesFileUtil : public NativeMediaFileUtil {
virtual ITunesDataProvider* GetDataProvider();
- base::WeakPtrFactory<ITunesFileUtil> weak_factory_;
-
ImportedMediaGalleryRegistry* imported_registry_;
+ base::WeakPtrFactory<ITunesFileUtil> weak_factory_;
+
DISALLOW_COPY_AND_ASSIGN(ITunesFileUtil);
};
« no previous file with comments | « chrome/browser/jumplist_win.cc ('k') | chrome/browser/media_galleries/fileapi/itunes_file_util.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698