| Index: chrome/browser/content_settings/host_content_settings_map.cc
|
| diff --git a/chrome/browser/content_settings/host_content_settings_map.cc b/chrome/browser/content_settings/host_content_settings_map.cc
|
| index ebf157ea2a7a57bb1c6ded509f656b6dd230d149..3b4d4db3938734034237b0864253ffec3cf0a266 100644
|
| --- a/chrome/browser/content_settings/host_content_settings_map.cc
|
| +++ b/chrome/browser/content_settings/host_content_settings_map.cc
|
| @@ -35,6 +35,8 @@
|
| #include "net/base/net_errors.h"
|
| #include "net/base/static_cookie_policy.h"
|
|
|
| +using content::BrowserThread;
|
| +
|
| namespace {
|
|
|
| typedef std::vector<content_settings::Rule> Rules;
|
|
|