| Index: chrome/common/extensions/manifest_handlers/icons_handler.h
|
| diff --git a/chrome/common/extensions/manifest_handlers/icons_handler.h b/chrome/common/extensions/manifest_handlers/icons_handler.h
|
| index 147e7cf981bc92dbb48b43c177691eb653b85fd2..924eb189759290ffc0fc61e44bf22094590e69e0 100644
|
| --- a/chrome/common/extensions/manifest_handlers/icons_handler.h
|
| +++ b/chrome/common/extensions/manifest_handlers/icons_handler.h
|
| @@ -7,8 +7,8 @@
|
|
|
| #include <string>
|
|
|
| -#include "chrome/common/extensions/extension.h"
|
| #include "chrome/common/extensions/extension_icon_set.h"
|
| +#include "extensions/common/extension.h"
|
| #include "extensions/common/extension_resource.h"
|
| #include "extensions/common/manifest_handler.h"
|
|
|
|
|