| Index: chrome/common/chrome_version_info.h
|
| diff --git a/chrome/common/chrome_version_info.h b/chrome/common/chrome_version_info.h
|
| index 703f266daed85030d2257339b94870df5f72716b..b6a15aa6b7ff63139d325a6cb3a64d4bae390091 100644
|
| --- a/chrome/common/chrome_version_info.h
|
| +++ b/chrome/common/chrome_version_info.h
|
| @@ -8,9 +8,6 @@
|
| #include <string>
|
|
|
| #include "base/basictypes.h"
|
| -#include "base/memory/scoped_ptr.h"
|
| -
|
| -class FileVersionInfo;
|
|
|
| namespace chrome {
|
|
|
| @@ -81,10 +78,6 @@ class VersionInfo {
|
| std::string CreateVersionString() const;
|
|
|
| private:
|
| -#if defined(OS_WIN) || defined(OS_MACOSX)
|
| - scoped_ptr<FileVersionInfo> version_info_;
|
| -#endif
|
| -
|
| DISALLOW_COPY_AND_ASSIGN(VersionInfo);
|
| };
|
|
|
|
|