| Index: extensions/common/update_manifest.cc
|
| diff --git a/chrome/common/extensions/update_manifest.cc b/extensions/common/update_manifest.cc
|
| similarity index 99%
|
| rename from chrome/common/extensions/update_manifest.cc
|
| rename to extensions/common/update_manifest.cc
|
| index 0ed653ff76a8e32288b96c9bef31027a41ad2324..7644537f8a80e2d2a16a9e5e8d8b7ce7002bc404 100644
|
| --- a/chrome/common/extensions/update_manifest.cc
|
| +++ b/extensions/common/update_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/update_manifest.h"
|
| +#include "extensions/common/update_manifest.h"
|
|
|
| #include <algorithm>
|
|
|
|
|