| Index: content/browser/cert_store.h
|
| diff --git a/content/browser/cert_store.h b/content/browser/cert_store.h
|
| index 8022c9d776466cd9abd46c491633311682f9d63f..719d4cbfb29f59be2d0598b30cd78dbc54311324 100644
|
| --- a/content/browser/cert_store.h
|
| +++ b/content/browser/cert_store.h
|
| @@ -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.
|
|
|
| @@ -10,8 +10,8 @@
|
|
|
| #include "base/singleton.h"
|
| #include "base/synchronization/lock.h"
|
| -#include "chrome/common/notification_observer.h"
|
| -#include "chrome/common/notification_registrar.h"
|
| +#include "content/common/notification_observer.h"
|
| +#include "content/common/notification_registrar.h"
|
| #include "net/base/x509_certificate.h"
|
|
|
| // The purpose of the cert store is to provide an easy way to store/retrieve
|
|
|