| Index: content/browser/appcache/appcache_manifest_parser.h
|
| diff --git a/content/browser/appcache/manifest_parser.h b/content/browser/appcache/appcache_manifest_parser.h
|
| similarity index 92%
|
| rename from content/browser/appcache/manifest_parser.h
|
| rename to content/browser/appcache/appcache_manifest_parser.h
|
| index 4deb5998ccd3e18748a61bc2d4a21fc77a030a38..b419f365cb1b611350b4b464d098585f84eb8fbd 100644
|
| --- a/content/browser/appcache/manifest_parser.h
|
| +++ b/content/browser/appcache/appcache_manifest_parser.h
|
| @@ -29,8 +29,8 @@
|
| * OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
| */
|
|
|
| -#ifndef CONTENT_BROWSER_APPCACHE_MANIFEST_PARSER_H_
|
| -#define CONTENT_BROWSER_APPCACHE_MANIFEST_PARSER_H_
|
| +#ifndef CONTENT_BROWSER_APPCACHE_APPCACHE_MANIFEST_PARSER_H_
|
| +#define CONTENT_BROWSER_APPCACHE_APPCACHE_MANIFEST_PARSER_H_
|
|
|
| #include <string>
|
| #include <vector>
|
| @@ -69,4 +69,4 @@ CONTENT_EXPORT bool ParseManifest(
|
|
|
| } // namespace content
|
|
|
| -#endif // CONTENT_BROWSER_APPCACHE_MANIFEST_PARSER_H_
|
| +#endif // CONTENT_BROWSER_APPCACHE_APPCACHE_MANIFEST_PARSER_H_
|
|
|