Skip to content
This repository was archived by the owner on Feb 25, 2025. It is now read-only.
Merged
Show file tree
Hide file tree
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
2 changes: 1 addition & 1 deletion fml/platform/fuchsia/log_interest_listener.h
Original file line number Diff line number Diff line change
Expand Up @@ -34,4 +34,4 @@ class LogInterestListener {

} // namespace fml

#endif // FLUTTER_FML_PLATFORM_FUCHSIA_LOG_STATE_H_
#endif // FLUTTER_FML_PLATFORM_FUCHSIA_LOG_INTEREST_LISTENER_H_
6 changes: 3 additions & 3 deletions fml/platform/fuchsia/log_state.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_PLATFORM_FUCHSIA_LOG_CONNECTION_H_
#define FLUTTER_FML_PLATFORM_FUCHSIA_LOG_CONNECTION_H_
#ifndef FLUTTER_FML_PLATFORM_FUCHSIA_LOG_STATE_H_
#define FLUTTER_FML_PLATFORM_FUCHSIA_LOG_STATE_H_

#include <fidl/fuchsia.logger/cpp/fidl.h>
#include <lib/fidl/cpp/wire/internal/transport_channel.h>
Expand Down Expand Up @@ -52,4 +52,4 @@ class LogState {

} // namespace fml

#endif // FLUTTER_FML_PLATFORM_FUCHSIA_LOG_CONNECTION_H_
#endif // FLUTTER_FML_PLATFORM_FUCHSIA_LOG_STATE_H_
Loading