| Index: chrome/common/extensions/command.cc
|
| diff --git a/chrome/common/extensions/command.cc b/chrome/common/extensions/command.cc
|
| index 5dbb96df0e0466598f772a88f11063e20c712737..01c90c02bdac6f2cea5f8549c720df898b919d36 100644
|
| --- a/chrome/common/extensions/command.cc
|
| +++ b/chrome/common/extensions/command.cc
|
| @@ -11,8 +11,8 @@
|
| #include "base/values.h"
|
| #include "chrome/common/chrome_version_info.h" // TODO(finnur): Remove.
|
| #include "chrome/common/extensions/extension.h"
|
| -#include "chrome/common/extensions/feature_switch.h"
|
| #include "extensions/common/error_utils.h"
|
| +#include "extensions/common/feature_switch.h"
|
| #include "extensions/common/manifest_constants.h"
|
| #include "grit/generated_resources.h"
|
| #include "ui/base/l10n/l10n_util.h"
|
|
|