| Index: extensions/common/manifest_handlers/offline_enabled_info.cc
|
| diff --git a/chrome/common/extensions/manifest_handlers/offline_enabled_info.cc b/extensions/common/manifest_handlers/offline_enabled_info.cc
|
| similarity index 96%
|
| rename from chrome/common/extensions/manifest_handlers/offline_enabled_info.cc
|
| rename to extensions/common/manifest_handlers/offline_enabled_info.cc
|
| index d78fe697a630f95bdfb088f7021e2781a5c570da..1812af2118f430c095adb65193c192f08796aebf 100644
|
| --- a/chrome/common/extensions/manifest_handlers/offline_enabled_info.cc
|
| +++ b/extensions/common/manifest_handlers/offline_enabled_info.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_handlers/offline_enabled_info.h"
|
| +#include "extensions/common/manifest_handlers/offline_enabled_info.h"
|
|
|
| #include "base/memory/scoped_ptr.h"
|
| #include "base/strings/string16.h"
|
|
|