| Index: chrome/common/extensions/api/commands/commands_handler.h
|
| diff --git a/chrome/common/extensions/api/commands/commands_handler.h b/chrome/common/extensions/api/commands/commands_handler.h
|
| index d38cc2be17e5525a042400c6cbe2f6167f609d5d..54f2b7e9875d9468ce341a7f311b215bebb0cb68 100644
|
| --- a/chrome/common/extensions/api/commands/commands_handler.h
|
| +++ b/chrome/common/extensions/api/commands/commands_handler.h
|
| @@ -10,8 +10,8 @@
|
| #include "base/memory/scoped_ptr.h"
|
| #include "chrome/common/extensions/command.h"
|
| #include "chrome/common/extensions/extension.h"
|
| -#include "chrome/common/extensions/manifest.h"
|
| #include "chrome/common/extensions/manifest_handler.h"
|
| +#include "extensions/common/manifest.h"
|
|
|
| namespace extensions {
|
|
|
|
|