| Index: chrome/browser/content_settings/cookie_settings.cc
|
| diff --git a/chrome/browser/content_settings/cookie_settings.cc b/chrome/browser/content_settings/cookie_settings.cc
|
| index da8614f7a97ee08eda4efdd78a77c8189a62e85d..dd5d7888b564bf482286415c27cf4024b6c103f4 100644
|
| --- a/chrome/browser/content_settings/cookie_settings.cc
|
| +++ b/chrome/browser/content_settings/cookie_settings.cc
|
| @@ -23,6 +23,8 @@
|
| #include "net/base/net_errors.h"
|
| #include "net/base/static_cookie_policy.h"
|
|
|
| +using content::BrowserThread;
|
| +
|
| namespace {
|
|
|
| bool IsValidSetting(ContentSetting setting) {
|
|
|