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

Unified Diff: net/filter/gzip_header.h

Issue 2149323003: Change the way that gzipped resources are loaded from resources.pak (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: whoops Created 4 years, 4 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
Index: net/filter/gzip_header.h
diff --git a/net/filter/gzip_header.h b/net/filter/gzip_header.h
index 91d695522edd19058d2cc0720ca16053d4a60aa1..e9ecd0406c5b374f9b257452a6e6fbf41a423c89 100644
--- a/net/filter/gzip_header.h
+++ b/net/filter/gzip_header.h
@@ -18,10 +18,11 @@
#include <stdint.h>
#include "base/macros.h"
+#include "net/base/net_export.h"
namespace net {
-class GZipHeader {
+class NET_EXPORT GZipHeader {
public:
enum Status {
INCOMPLETE_HEADER, // don't have all the bits yet...

Powered by Google App Engine
This is Rietveld 408576698