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

Unified Diff: chrome/browser/chromeos/drive/drive_file_system.h

Issue 12706012: chromeos: Destruct DriveResourceMetadata on the blocking pool (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: _ Created 7 years, 9 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/chromeos/drive/drive_file_system.h
diff --git a/chrome/browser/chromeos/drive/drive_file_system.h b/chrome/browser/chromeos/drive/drive_file_system.h
index 4a42dc953a7e5451a1492f41d2f4f4dc041d21ed..1ed11d4ff0fb0059d8a758e8e21ea8c2cefef4ff 100644
--- a/chrome/browser/chromeos/drive/drive_file_system.h
+++ b/chrome/browser/chromeos/drive/drive_file_system.h
@@ -15,6 +15,7 @@
#include "chrome/browser/chromeos/drive/change_list_loader.h"
#include "chrome/browser/chromeos/drive/change_list_loader_observer.h"
#include "chrome/browser/chromeos/drive/drive_file_system_interface.h"
+#include "chrome/browser/chromeos/drive/drive_file_system_util.h"
#include "chrome/browser/chromeos/drive/file_system/drive_operations.h"
#include "chrome/browser/chromeos/drive/file_system/operation_observer.h"
#include "chrome/browser/google_apis/gdata_errorcode.h"
@@ -459,7 +460,7 @@ class DriveFileSystem : public DriveFileSystemInterface,
base::PlatformFileInfo* file_info,
bool get_file_info_result);
- scoped_ptr<DriveResourceMetadata> resource_metadata_;
+ util::DestroyHelper<DriveResourceMetadata>::scoped_ptr resource_metadata_;
// The profile hosts the DriveFileSystem via DriveSystemService.
Profile* profile_;

Powered by Google App Engine
This is Rietveld 408576698