Index: chrome/browser/media_galleries/fileapi/iphoto_file_util.cc |
diff --git a/chrome/browser/media_galleries/fileapi/iphoto_file_util.cc b/chrome/browser/media_galleries/fileapi/iphoto_file_util.cc |
index 08bc6438c4ee96436e8f8a7414507b683ddcf8fb..ab47addd7f8852de89e4d8530a8aa33ba17632e7 100644 |
--- a/chrome/browser/media_galleries/fileapi/iphoto_file_util.cc |
+++ b/chrome/browser/media_galleries/fileapi/iphoto_file_util.cc |
@@ -69,8 +69,8 @@ const char kIPhotoOriginalsDir[] = "Originals"; |
IPhotoFileUtil::IPhotoFileUtil(MediaPathFilter* media_path_filter) |
: NativeMediaFileUtil(media_path_filter), |
- weak_factory_(this), |
- imported_registry_(NULL) { |
+ imported_registry_(NULL), |
+ weak_factory_(this) { |
} |
IPhotoFileUtil::~IPhotoFileUtil() { |