| Index: chrome/common/extensions/features/base_feature_provider_unittest.cc
|
| diff --git a/chrome/common/extensions/features/base_feature_provider_unittest.cc b/chrome/common/extensions/features/base_feature_provider_unittest.cc
|
| index 84afa5983d4479123acbdf59e9bf31d2f5416997..5cb19fb9e34feada78ff49f44a8ac9d0e43b6687 100644
|
| --- a/chrome/common/extensions/features/base_feature_provider_unittest.cc
|
| +++ b/chrome/common/extensions/features/base_feature_provider_unittest.cc
|
| @@ -2,11 +2,11 @@
|
| // 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/base_feature_provider.h"
|
| +#include "extensions/common/features/base_feature_provider.h"
|
|
|
| #include "chrome/common/extensions/features/chrome_channel_feature_filter.h"
|
| #include "chrome/common/extensions/features/feature_channel.h"
|
| -#include "chrome/common/extensions/features/permission_feature.h"
|
| +#include "extensions/common/features/permission_feature.h"
|
| #include "extensions/common/value_builder.h"
|
| #include "testing/gtest/include/gtest/gtest.h"
|
|
|
|
|