| Index: chrome/common/web_resource/web_resource_unpacker.h
|
| diff --git a/chrome/common/web_resource/web_resource_unpacker.h b/chrome/common/web_resource/web_resource_unpacker.h
|
| index 95600f9a034ae0158eaa4f413b78130c145c3389..f07c06f0ea94e41bd527d1ac80d285a394208898 100644
|
| --- a/chrome/common/web_resource/web_resource_unpacker.h
|
| +++ b/chrome/common/web_resource/web_resource_unpacker.h
|
| @@ -9,8 +9,8 @@
|
| // it will be set up to unpack and verify image data in addition to
|
| // just parsing a JSON feed.
|
|
|
| -#ifndef CHROME_COMMON_WEB_RESOURCE_UNPACKER_H_
|
| -#define CHROME_COMMON_WEB_RESOURCE_UNPACKER_H_
|
| +#ifndef CHROME_COMMON_WEB_RESOURCE_WEB_RESOURCE_UNPACKER_H_
|
| +#define CHROME_COMMON_WEB_RESOURCE_WEB_RESOURCE_UNPACKER_H_
|
|
|
| #include <string>
|
|
|
| @@ -52,6 +52,6 @@ class WebResourceUnpacker {
|
| DISALLOW_COPY_AND_ASSIGN(WebResourceUnpacker);
|
| };
|
|
|
| -#endif // CHROME_COMMON_WEB_RESOURCE_UNPACKER_H_
|
| +#endif // CHROME_COMMON_WEB_RESOURCE_WEB_RESOURCE_UNPACKER_H_
|
|
|
|
|
|
|