| Index: base/platform_file.h
|
| diff --git a/base/platform_file.h b/base/platform_file.h
|
| index 1ca98686f856c5b58dab3747e46605dd86de2bff..dd3028bff5f68876817d10703cbf209942564f60 100644
|
| --- a/base/platform_file.h
|
| +++ b/base/platform_file.h
|
| @@ -1,4 +1,4 @@
|
| -// Copyright (c) 2006-2008 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.
|
|
|
| @@ -71,6 +71,9 @@ enum PlatformFileError {
|
| // too, and the ParamTraits<base::PlatformFileInfo> implementation in
|
| // chrome/common/common_param_traits.cc.
|
| struct PlatformFileInfo {
|
| + PlatformFileInfo();
|
| + ~PlatformFileInfo();
|
| +
|
| // The size of the file in bytes. Undefined when is_directory is true.
|
| int64 size;
|
|
|
|
|