| Index: chrome/common/extensions/unpacker.h
 | 
| diff --git a/chrome/common/extensions/unpacker.h b/chrome/common/extensions/unpacker.h
 | 
| index d31291425b1c1a569bc46261cfff2504ef956bee..1c68fdd809d1f5e8e4e5fb5f0fcdfb8112db3902 100644
 | 
| --- a/chrome/common/extensions/unpacker.h
 | 
| +++ b/chrome/common/extensions/unpacker.h
 | 
| @@ -11,7 +11,7 @@
 | 
|  #include "base/file_path.h"
 | 
|  #include "base/memory/scoped_ptr.h"
 | 
|  #include "base/tuple.h"
 | 
| -#include "chrome/common/extensions/extension.h"
 | 
| +#include "chrome/common/extensions/manifest.h"
 | 
|  
 | 
|  class SkBitmap;
 | 
|  
 | 
| @@ -31,7 +31,7 @@ class Unpacker {
 | 
|  
 | 
|    Unpacker(const FilePath& extension_path,
 | 
|             const std::string& extension_id,
 | 
| -           Extension::Location location,
 | 
| +           Manifest::Location location,
 | 
|             int creation_flags);
 | 
|    ~Unpacker();
 | 
|  
 | 
| @@ -95,7 +95,7 @@ class Unpacker {
 | 
|    std::string extension_id_;
 | 
|  
 | 
|    // The location to use for the created extension.
 | 
| -  Extension::Location location_;
 | 
| +  Manifest::Location location_;
 | 
|  
 | 
|    // The creation flags to use with the created extension.
 | 
|    int creation_flags_;
 | 
| 
 |