From 904d222f57a123c0b37fa82020e14e31d9aef267 Mon Sep 17 00:00:00 2001 From: Matan Lurey Date: Tue, 19 Sep 2023 10:38:32 -0700 Subject: [PATCH] Add TODO(name) to comply with Clang Tidy. --- shell/platform/darwin/macos/framework/Headers/FlutterEngine.h | 2 +- .../macos/framework/Headers/FlutterPluginRegistrarMacOS.h | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/shell/platform/darwin/macos/framework/Headers/FlutterEngine.h b/shell/platform/darwin/macos/framework/Headers/FlutterEngine.h index bb12d5cd2ae76..bc0cb71097360 100644 --- a/shell/platform/darwin/macos/framework/Headers/FlutterEngine.h +++ b/shell/platform/darwin/macos/framework/Headers/FlutterEngine.h @@ -16,7 +16,7 @@ #import "FlutterPluginRegistrarMacOS.h" #import "FlutterTexture.h" -// TODO: Merge this file with the iOS FlutterEngine.h. +// TODO(stuartmorgan): Merge this file with the iOS FlutterEngine.h. @class FlutterViewController; diff --git a/shell/platform/darwin/macos/framework/Headers/FlutterPluginRegistrarMacOS.h b/shell/platform/darwin/macos/framework/Headers/FlutterPluginRegistrarMacOS.h index 16768776afb0c..338896041d6bd 100644 --- a/shell/platform/darwin/macos/framework/Headers/FlutterPluginRegistrarMacOS.h +++ b/shell/platform/darwin/macos/framework/Headers/FlutterPluginRegistrarMacOS.h @@ -11,8 +11,8 @@ #import "FlutterPluginMacOS.h" #import "FlutterTexture.h" -// TODO: Merge this file and FlutterPluginMacOS.h with the iOS FlutterPlugin.h, sharing all but -// the platform-specific methods. +// TODO(stuartmorgan): Merge this file and FlutterPluginMacOS.h with the iOS FlutterPlugin.h, +// sharing all but the platform-specific methods. /** * The protocol for an object managing registration for a plugin. It provides access to application