зеркало из https://github.com/mozilla/gecko-dev.git
Bug 1075984 - SpdyZlibReporter.h is missing an include guard. r=froydnj
--HG-- extra : rebase_source : 1765ff21f520e07da6337ce0b4a8c1190d46fdb7
This commit is contained in:
Родитель
a973b182c5
Коммит
8cf690729c
|
@ -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
|
||||
|
|
Загрузка…
Ссылка в новой задаче