| Index: chrome/common/net/url_request_intercept_job.cc
|
| ===================================================================
|
| --- chrome/common/net/url_request_intercept_job.cc (revision 69306)
|
| +++ chrome/common/net/url_request_intercept_job.cc (working copy)
|
| @@ -1,4 +1,4 @@
|
| -// Copyright (c) 2006-2008 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.
|
| //
|
| @@ -8,11 +8,13 @@
|
|
|
| #include "chrome/common/net/url_request_intercept_job.h"
|
|
|
| +#include <vector>
|
| +
|
| #include "base/compiler_specific.h"
|
| #include "base/message_loop.h"
|
| #include "base/string_util.h"
|
| #include "chrome/common/chrome_plugin_lib.h"
|
| -#include "chrome/common/notification_service.h"
|
| +#include "chrome/common/notification_source.h"
|
| #include "net/base/io_buffer.h"
|
| #include "net/base/net_errors.h"
|
| #include "net/base/x509_certificate.h"
|
|
|