aboutsummaryrefslogtreecommitdiff
path: root/woff2/file.h
diff options
context:
space:
mode:
Diffstat (limited to 'woff2/file.h')
-rw-r--r--woff2/file.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/woff2/file.h b/woff2/file.h
index f93fdee..69a92f8 100644
--- a/woff2/file.h
+++ b/woff2/file.h
@@ -14,8 +14,8 @@
//
// File IO helpers
-#ifndef BROTLI_WOFF2_FILE_H_
-#define BROTLI_WOFF2_FILE_H_
+#ifndef WOFF2_FILE_H_
+#define WOFF2_FILE_H_
#include <fstream>
#include <iterator>
@@ -37,4 +37,4 @@ inline void SetFileContents(std::string filename, std::string content) {
}
} // namespace woff2
-#endif // BROTLI_WOFF2_FILE_H_
+#endif // WOFF2_FILE_H_