| Index: content/browser/appcache/appcache_manifest_parser.cc
|
| diff --git a/content/browser/appcache/manifest_parser.cc b/content/browser/appcache/appcache_manifest_parser.cc
|
| similarity index 99%
|
| rename from content/browser/appcache/manifest_parser.cc
|
| rename to content/browser/appcache/appcache_manifest_parser.cc
|
| index 2ca3ce85286e5b2e0b9a1bde97e1f868d2bdca61..0a10e43ba255022b5d30d5fe6169f34fa5cca7f4 100644
|
| --- a/content/browser/appcache/manifest_parser.cc
|
| +++ b/content/browser/appcache/appcache_manifest_parser.cc
|
| @@ -29,7 +29,7 @@
|
| * OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
| */
|
|
|
| -#include "content/browser/appcache/manifest_parser.h"
|
| +#include "content/browser/appcache/appcache_manifest_parser.h"
|
|
|
| #include "base/command_line.h"
|
| #include "base/i18n/icu_string_conversions.h"
|
|
|