提交 a0bb23aa 编写于 作者: M Matthew Dempsky 提交者: Chris Bracken

Fix header include guards for fml/thread_local.h (#8721)

While working on #8659, I had planned on renaming this file to
thread_local_unique_ptr.h, but decided against that at the last minute
before sending for review. However, when reverting the file rename, I
forgot to also revert the header guard change.
上级 1ecf924f
...@@ -2,8 +2,8 @@ ...@@ -2,8 +2,8 @@
// Use of this source code is governed by a BSD-style license that can be // Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file. // found in the LICENSE file.
#ifndef FLUTTER_FML_THREAD_LOCAL_UNIQUE_PTR_H_ #ifndef FLUTTER_FML_THREAD_LOCAL_H_
#define FLUTTER_FML_THREAD_LOCAL_UNIQUE_PTR_H_ #define FLUTTER_FML_THREAD_LOCAL_H_
#include <memory> #include <memory>
...@@ -84,4 +84,4 @@ class ThreadLocalUniquePtr { ...@@ -84,4 +84,4 @@ class ThreadLocalUniquePtr {
} // namespace fml } // namespace fml
#endif // FLUTTER_FML_THREAD_LOCAL_UNIQUE_PTR_H_ #endif // FLUTTER_FML_THREAD_LOCAL_H_
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册