Skip to content
This repository was archived by the owner on Feb 25, 2025. It is now read-only.

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

Merged
merged 1 commit into from
Apr 29, 2019
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions fml/thread_local.h
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.

#ifndef FLUTTER_FML_THREAD_LOCAL_UNIQUE_PTR_H_
#define FLUTTER_FML_THREAD_LOCAL_UNIQUE_PTR_H_
#ifndef FLUTTER_FML_THREAD_LOCAL_H_
#define FLUTTER_FML_THREAD_LOCAL_H_

#include <memory>

Expand Down Expand Up @@ -84,4 +84,4 @@ class ThreadLocalUniquePtr {

} // namespace fml

#endif // FLUTTER_FML_THREAD_LOCAL_UNIQUE_PTR_H_
#endif // FLUTTER_FML_THREAD_LOCAL_H_