| Index: extensions/common/features/feature.cc
|
| diff --git a/chrome/common/extensions/features/feature.cc b/extensions/common/features/feature.cc
|
| similarity index 94%
|
| rename from chrome/common/extensions/features/feature.cc
|
| rename to extensions/common/features/feature.cc
|
| index d1ae538e670fa73f03f662ad4004ebd9592e8dd6..eb16551c55cf5ddce42301532b492c6bdefadc6b 100644
|
| --- a/chrome/common/extensions/features/feature.cc
|
| +++ b/extensions/common/features/feature.cc
|
| @@ -2,7 +2,7 @@
|
| // Use of this source code is governed by a BSD-style license that can be
|
| // found in the LICENSE file.
|
|
|
| -#include "chrome/common/extensions/features/feature.h"
|
| +#include "extensions/common/features/feature.h"
|
|
|
| #include <map>
|
|
|
|
|