| Index: base/file_version_info.h
|
| diff --git a/base/file_version_info.h b/base/file_version_info.h
|
| index f38d23ff5e3a6a3297821b3ad634e203fbfc107b..7e8663904083736d82ef8d7235b4179b7f99f7ed 100644
|
| --- a/base/file_version_info.h
|
| +++ b/base/file_version_info.h
|
| @@ -8,7 +8,6 @@
|
| #include <string>
|
|
|
| #include "base/basictypes.h"
|
| -#include "base/file_path.h"
|
| #include "base/scoped_ptr.h"
|
|
|
| #if defined(OS_WIN)
|
| @@ -22,6 +21,8 @@ class NSBundle;
|
| #endif
|
| #endif
|
|
|
| +class FilePath;
|
| +
|
| // Provides a way to access the version information for a file.
|
| // This is the information you access when you select a file in the Windows
|
| // explorer, right-click select Properties, then click the Version tab.
|
|
|