| Index: chrome/browser/dom_ui/history_ui.h
|
| diff --git a/chrome/browser/dom_ui/history_ui.h b/chrome/browser/dom_ui/history_ui.h
|
| index 48b055baa3d935259efb1a6ae57650c1a84733c6..846fa6162a29991a9cbcaef8d71fede7d959402e 100644
|
| --- a/chrome/browser/dom_ui/history_ui.h
|
| +++ b/chrome/browser/dom_ui/history_ui.h
|
| @@ -7,7 +7,6 @@
|
|
|
| #include <vector>
|
|
|
| -#include "base/scoped_ptr.h"
|
| #include "chrome/browser/browsing_data_remover.h"
|
| #include "chrome/browser/dom_ui/chrome_url_data_manager.h"
|
| #include "chrome/browser/dom_ui/dom_ui.h"
|
| @@ -80,7 +79,7 @@ class BrowsingHistoryHandler : public DOMMessageHandler,
|
| std::wstring search_text_;
|
|
|
| // Browsing history remover
|
| - scoped_ptr<BrowsingDataRemover> remover_;
|
| + BrowsingDataRemover* remover_;
|
|
|
| // Our consumer for the history service.
|
| CancelableRequestConsumerT<int, 0> cancelable_consumer_;
|
|
|