| Index: content/browser/cert_store.cc
|
| diff --git a/content/browser/cert_store.cc b/content/browser/cert_store.cc
|
| index e43e570fc6bfaf8b4cb7885c3fe1f093be9d0621..be75b38b5909b13baf4aec12e77c2de9f9a11c8b 100644
|
| --- a/content/browser/cert_store.cc
|
| +++ b/content/browser/cert_store.cc
|
| @@ -1,4 +1,4 @@
|
| -// Copyright (c) 2010 The Chromium Authors. All rights reserved.
|
| +// Copyright (c) 2011 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,9 +8,9 @@
|
| #include <functional>
|
|
|
| #include "base/stl_util-inl.h"
|
| -#include "chrome/common/notification_service.h"
|
| #include "content/browser/renderer_host/render_process_host.h"
|
| #include "content/browser/renderer_host/render_view_host.h"
|
| +#include "content/common/notification_service.h"
|
|
|
| template <typename T>
|
| struct MatchSecond {
|
|
|