| Index: chrome/renderer/safe_browsing/phishing_classifier.h
|
| diff --git a/chrome/renderer/safe_browsing/phishing_classifier.h b/chrome/renderer/safe_browsing/phishing_classifier.h
|
| index 557bf294b89d07db58d44af537c260bf0ddab121..2a8a9f9501cba185bf431c68f0a29968d6eab6a0 100644
|
| --- a/chrome/renderer/safe_browsing/phishing_classifier.h
|
| +++ b/chrome/renderer/safe_browsing/phishing_classifier.h
|
| @@ -19,9 +19,10 @@
|
| #define CHROME_RENDERER_SAFE_BROWSING_PHISHING_CLASSIFIER_H_
|
|
|
| #include "base/basictypes.h"
|
| +#include "base/callback.h"
|
| #include "base/memory/scoped_ptr.h"
|
| +#include "base/memory/weak_ptr.h"
|
| #include "base/string16.h"
|
| -#include "base/task.h"
|
|
|
| namespace content {
|
| class RenderView;
|
|
|