| Index: chrome/browser/net/cookie_policy_browsertest.cc
|
| ===================================================================
|
| --- chrome/browser/net/cookie_policy_browsertest.cc (revision 35740)
|
| +++ chrome/browser/net/cookie_policy_browsertest.cc (working copy)
|
| @@ -1,4 +1,4 @@
|
| -// Copyright (c) 2009 The Chromium Authors. All rights reserved.
|
| +// Copyright (c) 2010 The Chromium Authors. All rights reserved.
|
| // Use of this source code is governed by a BSD-style license that can be
|
| // found in the LICENSE file.
|
|
|
| @@ -9,6 +9,7 @@
|
| #include "chrome/common/pref_service.h"
|
| #include "chrome/test/in_process_browser_test.h"
|
| #include "chrome/test/ui_test_utils.h"
|
| +#include "net/base/mock_host_resolver.h"
|
|
|
| class CookiePolicyBrowserTest : public InProcessBrowserTest {
|
| public:
|
|
|