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

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

Issue 795943002: Fix WeakPtrFactory member ordering in chrome (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Adding more changes Created 6 years 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 | « no previous file | chrome/browser/media_galleries/fileapi/iphoto_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/iphoto_file_util.h
diff --git a/chrome/browser/media_galleries/fileapi/iphoto_file_util.h b/chrome/browser/media_galleries/fileapi/iphoto_file_util.h
index 1318442df25d90aca780bb59783a534602885537..68bb2004938c013894e831b97bea72c1ded9cad9 100644
--- a/chrome/browser/media_galleries/fileapi/iphoto_file_util.h
+++ b/chrome/browser/media_galleries/fileapi/iphoto_file_util.h
@@ -86,10 +86,10 @@ class IPhotoFileUtil : public NativeMediaFileUtil {
virtual IPhotoDataProvider* GetDataProvider();
- base::WeakPtrFactory<IPhotoFileUtil> weak_factory_;
-
ImportedMediaGalleryRegistry* imported_registry_;
+ base::WeakPtrFactory<IPhotoFileUtil> weak_factory_;
+
DISALLOW_COPY_AND_ASSIGN(IPhotoFileUtil);
};
« no previous file with comments | « no previous file | chrome/browser/media_galleries/fileapi/iphoto_file_util.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698