diff options
Diffstat (limited to 'base/data_pack.cc')
-rw-r--r-- | base/data_pack.cc | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/base/data_pack.cc b/base/data_pack.cc index 29ecf98..e01318f 100644 --- a/base/data_pack.cc +++ b/base/data_pack.cc @@ -1,4 +1,4 @@ -// Copyright (c) 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. @@ -7,8 +7,8 @@ #include <errno.h> #include "base/file_util.h" -#include "base/histogram.h" #include "base/logging.h" +#include "base/metrics/histogram.h" #include "base/ref_counted_memory.h" #include "base/string_piece.h" |