diff options
Diffstat (limited to 'net/base/cert_database.cc')
-rw-r--r-- | net/base/cert_database.cc | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net/base/cert_database.cc b/net/base/cert_database.cc index f049aca..70e7a9b 100644 --- a/net/base/cert_database.cc +++ b/net/base/cert_database.cc @@ -1,11 +1,11 @@ -// 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. #include "net/base/cert_database.h" +#include "base/memory/singleton.h" #include "base/observer_list_threadsafe.h" -#include "base/singleton.h" #include "net/base/x509_certificate.h" namespace net { |