Chromium Code Reviews| Index: chrome/browser/protector/protector.cc |
| diff --git a/chrome/browser/protector/protector.cc b/chrome/browser/protector/protector.cc |
| index e26fe18b8eea59a542401231c2675f1164139366..40742ef1b3c928347c4f5a081b99b28f7c12d2b0 100644 |
| --- a/chrome/browser/protector/protector.cc |
| +++ b/chrome/browser/protector/protector.cc |
| @@ -16,6 +16,8 @@ |
| #include "content/public/browser/notification_source.h" |
| #include "crypto/hmac.h" |
| +using content::BrowserThread; |
| + |
| namespace protector { |
| Protector::Protector(Profile* profile) |