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