Index: chrome/browser/history/android/android_history_provider_service.h |
diff --git a/chrome/browser/history/android/android_history_provider_service.h b/chrome/browser/history/android/android_history_provider_service.h |
index 8f66c0e3a807f82d0670c4d3ef23602605496156..d25a0cdd63edb62486194817200e980755f25b73 100644 |
--- a/chrome/browser/history/android/android_history_provider_service.h |
+++ b/chrome/browser/history/android/android_history_provider_service.h |
@@ -8,7 +8,6 @@ |
#include "base/callback.h" |
#include "base/memory/ref_counted.h" |
#include "base/task/cancelable_task_tracker.h" |
-#include "chrome/browser/common/cancelable_request.h" |
#include "chrome/browser/history/android/android_history_types.h" |
#include "sql/statement.h" |
@@ -18,7 +17,7 @@ class Profile; |
// for the Android content provider. |
// The methods of this class must run on the UI thread to cooperate with the |
// BookmarkModel task posted in the DB thread. |
-class AndroidHistoryProviderService : public CancelableRequestProvider { |
+class AndroidHistoryProviderService { |
public: |
explicit AndroidHistoryProviderService(Profile* profile); |
virtual ~AndroidHistoryProviderService(); |