| Index: chrome/common/extensions/manifest_handler.h
|
| diff --git a/chrome/common/extensions/manifest_handler.h b/chrome/common/extensions/manifest_handler.h
|
| index b4e9e936a3dc96902d7f01f24f7d1d3389498fc4..42f989bc4bb0e9dc53617d0773be08257fd02aef 100644
|
| --- a/chrome/common/extensions/manifest_handler.h
|
| +++ b/chrome/common/extensions/manifest_handler.h
|
| @@ -12,7 +12,7 @@
|
| #include "base/lazy_instance.h"
|
| #include "base/memory/linked_ptr.h"
|
| #include "base/strings/string16.h"
|
| -#include "chrome/common/extensions/manifest.h"
|
| +#include "extensions/common/manifest.h"
|
|
|
| namespace extensions {
|
| class Extension;
|
|
|