Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(6152)

Unified Diff: chrome/utility/web_resource_unpacker.h

Issue 19224002: Get rid of single process code path in json_asynchronous_unpacker.cc. (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: move web_resource_unpacker Created 7 years, 5 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « chrome/utility/chrome_content_utility_client.cc ('k') | chrome/utility/web_resource_unpacker.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/utility/web_resource_unpacker.h
===================================================================
--- chrome/utility/web_resource_unpacker.h (revision 211642)
+++ chrome/utility/web_resource_unpacker.h (working copy)
@@ -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_WEB_RESOURCE_UNPACKER_H_
-#define CHROME_COMMON_WEB_RESOURCE_WEB_RESOURCE_UNPACKER_H_
+#ifndef CHROME_UTILITY_WEB_RESOURCE_UNPACKER_H_
+#define CHROME_UTILITY_WEB_RESOURCE_UNPACKER_H_
#include <string>
@@ -54,4 +54,4 @@
DISALLOW_COPY_AND_ASSIGN(WebResourceUnpacker);
};
-#endif // CHROME_COMMON_WEB_RESOURCE_WEB_RESOURCE_UNPACKER_H_
+#endif // CHROME_UTILITY_WEB_RESOURCE_UNPACKER_H_
« no previous file with comments | « chrome/utility/chrome_content_utility_client.cc ('k') | chrome/utility/web_resource_unpacker.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698