diff options
Diffstat (limited to 'chrome/common/extensions/manifest_handlers/icons_handler.h')
-rw-r--r-- | chrome/common/extensions/manifest_handlers/icons_handler.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/chrome/common/extensions/manifest_handlers/icons_handler.h b/chrome/common/extensions/manifest_handlers/icons_handler.h index 2303755..9c4d42f5 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_icon_set.h" #include "extensions/common/extension.h" +#include "extensions/common/extension_icon_set.h" #include "extensions/common/extension_resource.h" #include "extensions/common/manifest_handler.h" |