diff options
Diffstat (limited to 'chrome/installer/util/package.h')
-rw-r--r-- | chrome/installer/util/package.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/chrome/installer/util/package.h b/chrome/installer/util/package.h index 8d2af0c..d89baa6 100644 --- a/chrome/installer/util/package.h +++ b/chrome/installer/util/package.h @@ -12,11 +12,11 @@ #include "base/ref_counted.h" class CommandLine; +class Version; namespace installer { class Product; -class Version; class PackageProperties; typedef std::vector<scoped_refptr<const Product> > Products; |