| Index: chrome/common/extensions/command.cc
|
| diff --git a/chrome/common/extensions/command.cc b/chrome/common/extensions/command.cc
|
| index 01c90c02bdac6f2cea5f8549c720df898b919d36..759397449aa2ff94043af016cfdb47d00b169199 100644
|
| --- a/chrome/common/extensions/command.cc
|
| +++ b/chrome/common/extensions/command.cc
|
| @@ -10,8 +10,8 @@
|
| #include "base/strings/string_util.h"
|
| #include "base/values.h"
|
| #include "chrome/common/chrome_version_info.h" // TODO(finnur): Remove.
|
| -#include "chrome/common/extensions/extension.h"
|
| #include "extensions/common/error_utils.h"
|
| +#include "extensions/common/extension.h"
|
| #include "extensions/common/feature_switch.h"
|
| #include "extensions/common/manifest_constants.h"
|
| #include "grit/generated_resources.h"
|
|
|