diff options
Diffstat (limited to 'chrome/browser/protector')
-rw-r--r-- | chrome/browser/protector/protector.cc | 2 | ||||
-rw-r--r-- | chrome/browser/protector/settings_change_global_error.cc | 2 |
2 files changed, 4 insertions, 0 deletions
diff --git a/chrome/browser/protector/protector.cc b/chrome/browser/protector/protector.cc index df21493..7fe1320 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) diff --git a/chrome/browser/protector/settings_change_global_error.cc b/chrome/browser/protector/settings_change_global_error.cc index 113f29c..037c095 100644 --- a/chrome/browser/protector/settings_change_global_error.cc +++ b/chrome/browser/protector/settings_change_global_error.cc @@ -19,6 +19,8 @@ #include "grit/generated_resources.h" #include "ui/base/l10n/l10n_util.h" +using content::BrowserThread; + namespace protector { namespace { |