Index: chrome/browser/sync/glue/data_type_controller.h |
diff --git a/chrome/browser/sync/glue/data_type_controller.h b/chrome/browser/sync/glue/data_type_controller.h |
index e63d5ed0aa57614b395cbd2a98ecc2e41ef2b2ed..02ce411e9f76d240213ea953d72d223840288b63 100644 |
--- a/chrome/browser/sync/glue/data_type_controller.h |
+++ b/chrome/browser/sync/glue/data_type_controller.h |
@@ -11,6 +11,7 @@ |
#include "base/callback.h" |
#include "base/location.h" |
+#include "base/message_loop_helpers.h" |
#include "chrome/browser/sync/engine/model_safe_worker.h" |
#include "chrome/browser/sync/internal_api/includes/unrecoverable_error_handler.h" |
#include "chrome/browser/sync/syncable/model_type.h" |
@@ -94,8 +95,7 @@ class DataTypeController |
protected: |
friend struct content::BrowserThread::DeleteOnThread< |
content::BrowserThread::UI>; |
- friend class DeleteTask<DataTypeController>; |
- friend class ShutdownTask; |
+ friend class base::DeleteHelper<DataTypeController>; |
virtual ~DataTypeController() {} |
}; |