| Index: chrome/common/extensions/manifest_handlers/app_launch_info.h
|
| diff --git a/chrome/common/extensions/manifest_handlers/app_launch_info.h b/chrome/common/extensions/manifest_handlers/app_launch_info.h
|
| index 5c833cb9abcd99228008f4614cfd328cc2de59b0..516bd0aaa6061943539137ac13bdedb051eef885 100644
|
| --- a/chrome/common/extensions/manifest_handlers/app_launch_info.h
|
| +++ b/chrome/common/extensions/manifest_handlers/app_launch_info.h
|
| @@ -8,6 +8,7 @@
|
| #include <string>
|
| #include <vector>
|
|
|
| +#include "base/macros.h"
|
| #include "chrome/common/extensions/extension_constants.h"
|
| #include "extensions/common/constants.h"
|
| #include "extensions/common/extension.h"
|
|
|