summaryrefslogtreecommitdiff
path: root/snappy.h
diff options
context:
space:
mode:
authorSteinar H. Gunderson <sesse@google.com>2015-06-22 15:39:08 +0200
committerSteinar H. Gunderson <sesse@google.com>2015-06-22 15:39:08 +0200
commit22acaf438ed93ab21a2ff1919d173206798b996e (patch)
tree517a4585420fa1599ef25540333c016f0b6c640f /snappy.h
parent1ff9be9b8fafc8528ca9e055646f5932aa5db9c4 (diff)
downloadsnappy-git-22acaf438ed93ab21a2ff1919d173206798b996e.tar.gz
Change some internal path names.
This is mostly to sync up with some changes from Google's internal repositories; it does not affect the open-source distribution in itself.
Diffstat (limited to 'snappy.h')
-rw-r--r--snappy.h7
1 files changed, 3 insertions, 4 deletions
diff --git a/snappy.h b/snappy.h
index e879e79..4ac572f 100644
--- a/snappy.h
+++ b/snappy.h
@@ -36,8 +36,8 @@
// using BMDiff and then compressing the output of BMDiff with
// Snappy.
-#ifndef UTIL_SNAPPY_SNAPPY_H__
-#define UTIL_SNAPPY_SNAPPY_H__
+#ifndef THIRD_PARTY_SNAPPY_SNAPPY_H__
+#define THIRD_PARTY_SNAPPY_SNAPPY_H__
#include <stddef.h>
#include <string>
@@ -180,5 +180,4 @@ namespace snappy {
static const size_t kMaxHashTableSize = 1 << kMaxHashTableBits;
} // end namespace snappy
-
-#endif // UTIL_SNAPPY_SNAPPY_H__
+#endif // THIRD_PARTY_SNAPPY_SNAPPY_H__