| Index: extensions/common/extension_set.cc
|
| diff --git a/chrome/common/extensions/extension_set.cc b/extensions/common/extension_set.cc
|
| similarity index 97%
|
| rename from chrome/common/extensions/extension_set.cc
|
| rename to extensions/common/extension_set.cc
|
| index e8e7f8c4e2193ed31867a67343f5b52abe90eab2..9bd424580723c14594b4c1c4790b86db089dc00a 100644
|
| --- a/chrome/common/extensions/extension_set.cc
|
| +++ b/extensions/common/extension_set.cc
|
| @@ -2,12 +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/extension_set.h"
|
| +#include "extensions/common/extension_set.h"
|
|
|
| #include "base/callback.h"
|
| #include "base/logging.h"
|
| #include "base/stl_util.h"
|
| -#include "chrome/common/url_constants.h"
|
| #include "extensions/common/constants.h"
|
| #include "extensions/common/extension.h"
|
| #include "extensions/common/manifest_handlers/sandboxed_page_info.h"
|
|
|