// Copyright 2012 The Chromium Authors // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. #include "net/cookies/static_cookie_policy.h" #include "base/notreached.h" #include "net/base/net_errors.h" #include "net/cookies/site_for_cookies.h" #include "url/gurl.h" namespace net { int StaticCookiePolicy::CanAccessCookies( const GURL& url, const net::SiteForCookies& site_for_cookies) const { … } } // namespace net