| Index: chrome/common/extensions/chrome_manifest_handlers.cc
|
| diff --git a/chrome/common/extensions/chrome_manifest_handlers.cc b/chrome/common/extensions/chrome_manifest_handlers.cc
|
| index c05117d7c04a4aae2066501e820fa75b09555566..df76016983906f3c7e6e69bd5b1116ed3d75f6c7 100644
|
| --- a/chrome/common/extensions/chrome_manifest_handlers.cc
|
| +++ b/chrome/common/extensions/chrome_manifest_handlers.cc
|
| @@ -28,7 +28,6 @@
|
| #include "chrome/common/extensions/manifest_handlers/content_scripts_handler.h"
|
| #include "chrome/common/extensions/manifest_handlers/mime_types_handler.h"
|
| #include "chrome/common/extensions/manifest_handlers/minimum_chrome_version_checker.h"
|
| -#include "chrome/common/extensions/manifest_handlers/nacl_modules_handler.h"
|
| #include "chrome/common/extensions/manifest_handlers/settings_overrides_handler.h"
|
| #include "chrome/common/extensions/manifest_handlers/synthesize_browser_action_handler.h"
|
| #include "chrome/common/extensions/manifest_handlers/theme_handler.h"
|
| @@ -36,6 +35,7 @@
|
| #include "chrome/common/extensions/manifest_url_handler.h"
|
| #include "extensions/common/api/sockets/sockets_manifest_handler.h"
|
| #include "extensions/common/manifest_handlers/externally_connectable.h"
|
| +#include "extensions/common/manifest_handlers/nacl_modules_handler.h"
|
| #include "extensions/common/manifest_handlers/requirements_info.h"
|
|
|
| namespace extensions {
|
|
|