| Index: chrome/common/extensions/update_manifest.h
|
| ===================================================================
|
| --- chrome/common/extensions/update_manifest.h (revision 55037)
|
| +++ chrome/common/extensions/update_manifest.h (working copy)
|
| @@ -11,12 +11,8 @@
|
|
|
| #include "base/logging.h"
|
| #include "base/scoped_ptr.h"
|
| -#include "base/values.h"
|
| -#include "base/version.h"
|
| #include "googleurl/src/gurl.h"
|
|
|
| -class Version;
|
| -
|
| class UpdateManifest {
|
| public:
|
|
|
| @@ -79,4 +75,3 @@
|
| };
|
|
|
| #endif // CHROME_COMMON_EXTENSIONS_UPDATE_MANIFEST_H_
|
| -
|
|
|