| Index: chrome/browser/safe_browsing/chrome_cleaner/chrome_cleaner_controller_win.h
|
| diff --git a/chrome/browser/safe_browsing/chrome_cleaner/chrome_cleaner_controller_win.h b/chrome/browser/safe_browsing/chrome_cleaner/chrome_cleaner_controller_win.h
|
| index 67a87b371857b4b442dc86e64186b52d66d13124..48075b5066e05b874615ad0d314f32ba779b5f57 100644
|
| --- a/chrome/browser/safe_browsing/chrome_cleaner/chrome_cleaner_controller_win.h
|
| +++ b/chrome/browser/safe_browsing/chrome_cleaner/chrome_cleaner_controller_win.h
|
| @@ -8,6 +8,11 @@
|
| // NOTE: the actual implementation will be handled in a separate CL. These
|
| // changes are only here to enable testing.
|
|
|
| +// DO NOT SUBMIT. Please ignore changes to this file for the moment.
|
| +
|
| +#include <memory>
|
| +
|
| +#include "base/callback.h"
|
| #include "base/files/file_path.h"
|
| #include "base/macros.h"
|
| #include "base/memory/ref_counted.h"
|
| @@ -105,6 +110,8 @@ class ChromeCleanerController
|
|
|
| void OnCleanupFinished();
|
|
|
| + void FinalizeCleanup();
|
| +
|
| void NotifyObserver(Observer* observer) const;
|
| void NotifyAllObservers() const;
|
| void SetKeepAlive(bool keep_alive);
|
|
|