aboutsummaryrefslogtreecommitdiffhomepage
path: root/tools/skiaserve
diff options
context:
space:
mode:
Diffstat (limited to 'tools/skiaserve')
-rw-r--r--tools/skiaserve/urlhandlers/UrlHandler.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/tools/skiaserve/urlhandlers/UrlHandler.h b/tools/skiaserve/urlhandlers/UrlHandler.h
index e86e7fca90..95fa47603a 100644
--- a/tools/skiaserve/urlhandlers/UrlHandler.h
+++ b/tools/skiaserve/urlhandlers/UrlHandler.h
@@ -4,6 +4,8 @@
* Use of this source code is governed by a BSD-style license that can be
* found in the LICENSE file.
*/
+#ifndef UrlHandler_DEFINED
+#define UrlHandler_DEFINED
#include "SkColor.h"
@@ -162,3 +164,4 @@ public:
const char* upload_data, size_t* upload_data_size) override;
};
+#endif // UrlHandler_DEFINED