| Index: chrome/common/extensions/features/complex_feature.h
|
| diff --git a/chrome/common/extensions/features/complex_feature.h b/chrome/common/extensions/features/complex_feature.h
|
| index 8653d3d293379853610176bb6c07ec04252dabd5..3cfa4519b5fee998a8cb3f8e2424116478c68522 100644
|
| --- a/chrome/common/extensions/features/complex_feature.h
|
| +++ b/chrome/common/extensions/features/complex_feature.h
|
| @@ -9,8 +9,8 @@
|
|
|
| #include "base/memory/scoped_vector.h"
|
| #include "chrome/common/extensions/extension.h"
|
| -#include "chrome/common/extensions/features/feature.h"
|
| -#include "chrome/common/extensions/manifest.h"
|
| +#include "extensions/common/features/feature.h"
|
| +#include "extensions/common/manifest.h"
|
|
|
| namespace extensions {
|
|
|
|
|