Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(361)

Unified Diff: third_party/WebKit/Source/core/workers/WorkletModuleTreeClient.h

Issue 2935823003: Add ifdef guard to WorkletModuleTreeClient.h (Closed)
Patch Set: Created 3 years, 6 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/WebKit/Source/core/workers/WorkletModuleTreeClient.h
diff --git a/third_party/WebKit/Source/core/workers/WorkletModuleTreeClient.h b/third_party/WebKit/Source/core/workers/WorkletModuleTreeClient.h
index 64c107647959e55a6f2810d92734233f4f4f199b..eb8c4b8fed0a53afe74f3b8a7bd046bd9e71ab3a 100644
--- a/third_party/WebKit/Source/core/workers/WorkletModuleTreeClient.h
+++ b/third_party/WebKit/Source/core/workers/WorkletModuleTreeClient.h
@@ -2,6 +2,9 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
+#ifndef WorkletModuleTreeClient_h
+#define WorkletModuleTreeClient_h
+
#include "core/dom/Modulator.h"
#include "core/workers/WorkletPendingTasks.h"
#include "platform/WebTaskRunner.h"
@@ -34,3 +37,5 @@ class WorkletModuleTreeClient final
};
} // namespace blink
+
+#endif // WorkletModuleTreeClient_h
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698