Bug 1075984 - SpdyZlibReporter.h is missing an include guard. r=froydnj

--HG--
extra : rebase_source : 1765ff21f520e07da6337ce0b4a8c1190d46fdb7
This commit is contained in:
Eric Rahm 2014-10-01 13:57:18 -07:00
Родитель a973b182c5
Коммит 8cf690729c
1 изменённых файлов: 5 добавлений и 0 удалений

Просмотреть файл

@ -6,6 +6,9 @@
/* A memory allocator for zlib use in SPDY that reports to about:memory. */
#ifndef mozilla_net_SpdyZlibReporter_h
#define mozilla_net_SpdyZlibReporter_h
#include "mozilla/Assertions.h"
#include "mozilla/Atomics.h"
#include "mozilla/Attributes.h"
@ -51,3 +54,5 @@ private:
};
} // namespace mozilla
#endif // mozilla_net_SpdyZlibReporter_h