diff options
Diffstat (limited to 'base/openssl_util.cc')
-rw-r--r-- | base/openssl_util.cc | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/base/openssl_util.cc b/base/openssl_util.cc index 931485a..2c20f45 100644 --- a/base/openssl_util.cc +++ b/base/openssl_util.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,8 +8,8 @@ #include <openssl/ssl.h> #include "base/logging.h" -#include "base/scoped_vector.h" -#include "base/singleton.h" +#include "base/memory/scoped_vector.h" +#include "base/memory/singleton.h" #include "base/string_piece.h" #include "base/synchronization/lock.h" |