diff options
Diffstat (limited to 'base/test/test_file_util.h')
-rw-r--r-- | base/test/test_file_util.h | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/base/test/test_file_util.h b/base/test/test_file_util.h index 8161d13..362c525 100644 --- a/base/test/test_file_util.h +++ b/base/test/test_file_util.h @@ -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. @@ -8,8 +8,6 @@ // File utility functions used only by tests. -#include <string> - class FilePath; namespace file_util { |