| Index: extensions/common/manifest.cc
|
| diff --git a/chrome/common/extensions/manifest.cc b/extensions/common/manifest.cc
|
| similarity index 98%
|
| rename from chrome/common/extensions/manifest.cc
|
| rename to extensions/common/manifest.cc
|
| index 15d62e5a69a3f2deba4edb7fbeba7d3055da4eeb..3f0613758caf31da89186cc87f7bba8fb5eed40b 100644
|
| --- a/chrome/common/extensions/manifest.cc
|
| +++ b/extensions/common/manifest.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/manifest.h"
|
| +#include "extensions/common/manifest.h"
|
|
|
| #include "base/basictypes.h"
|
| #include "base/lazy_instance.h"
|
| @@ -10,8 +10,8 @@
|
| #include "base/strings/string_split.h"
|
| #include "base/strings/stringprintf.h"
|
| #include "base/strings/utf_string_conversions.h"
|
| -#include "chrome/common/extensions/features/feature.h"
|
| #include "extensions/common/error_utils.h"
|
| +#include "extensions/common/features/feature.h"
|
| #include "extensions/common/features/feature_provider.h"
|
| #include "extensions/common/install_warning.h"
|
| #include "extensions/common/manifest_constants.h"
|
|
|