diff --git a/shell/common/dl_op_spy.h b/shell/common/dl_op_spy.h index 1bcf08c7a84c5..8982b98d6914b 100644 --- a/shell/common/dl_op_spy.h +++ b/shell/common/dl_op_spy.h @@ -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_DISPLAY_LIST_DL_OP_SPY_H_ -#define FLUTTER_DISPLAY_LIST_DL_OP_SPY_H_ +#ifndef FLUTTER_SHELL_COMMON_DL_OP_SPY_H_ +#define FLUTTER_SHELL_COMMON_DL_OP_SPY_H_ #include "flutter/display_list/dl_op_receiver.h" #include "flutter/display_list/utils/dl_receiver_utils.h" @@ -109,4 +109,4 @@ class DlOpSpy final : public virtual DlOpReceiver, } // namespace flutter -#endif // FLUTTER_DISPLAY_LIST_DL_OP_SPY_H_ +#endif // FLUTTER_SHELL_COMMON_DL_OP_SPY_H_ diff --git a/shell/common/engine.h b/shell/common/engine.h index abe4978295ea5..3922d4a56e84c 100644 --- a/shell/common/engine.h +++ b/shell/common/engine.h @@ -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 SHELL_COMMON_ENGINE_H_ -#define SHELL_COMMON_ENGINE_H_ +#ifndef FLUTTER_SHELL_COMMON_ENGINE_H_ +#define FLUTTER_SHELL_COMMON_ENGINE_H_ #include #include @@ -1039,4 +1039,4 @@ class Engine final : public RuntimeDelegate, PointerDataDispatcher::Delegate { } // namespace flutter -#endif // SHELL_COMMON_ENGINE_H_ +#endif // FLUTTER_SHELL_COMMON_ENGINE_H_ diff --git a/shell/common/platform_message_handler.h b/shell/common/platform_message_handler.h index aa101829f5ba7..d890495cef294 100644 --- a/shell/common/platform_message_handler.h +++ b/shell/common/platform_message_handler.h @@ -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 SHELL_COMMON_PLATFORM_MESSAGE_HANDLER_H_ -#define SHELL_COMMON_PLATFORM_MESSAGE_HANDLER_H_ +#ifndef FLUTTER_SHELL_COMMON_PLATFORM_MESSAGE_HANDLER_H_ +#define FLUTTER_SHELL_COMMON_PLATFORM_MESSAGE_HANDLER_H_ #include @@ -45,4 +45,4 @@ class PlatformMessageHandler { }; } // namespace flutter -#endif // SHELL_COMMON_PLATFORM_MESSAGE_HANDLER_H_ +#endif // FLUTTER_SHELL_COMMON_PLATFORM_MESSAGE_HANDLER_H_ diff --git a/shell/common/platform_view.h b/shell/common/platform_view.h index 09ac7ed7c64f7..bfb6489b88e49 100644 --- a/shell/common/platform_view.h +++ b/shell/common/platform_view.h @@ -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 COMMON_PLATFORM_VIEW_H_ -#define COMMON_PLATFORM_VIEW_H_ +#ifndef FLUTTER_SHELL_COMMON_PLATFORM_VIEW_H_ +#define FLUTTER_SHELL_COMMON_PLATFORM_VIEW_H_ #include #include @@ -881,4 +881,4 @@ class PlatformView { } // namespace flutter -#endif // COMMON_PLATFORM_VIEW_H_ +#endif // FLUTTER_SHELL_COMMON_PLATFORM_VIEW_H_ diff --git a/shell/common/pointer_data_dispatcher.h b/shell/common/pointer_data_dispatcher.h index 89dfd4eeeb83a..b749bfeee99de 100644 --- a/shell/common/pointer_data_dispatcher.h +++ b/shell/common/pointer_data_dispatcher.h @@ -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 POINTER_DATA_DISPATCHER_H_ -#define POINTER_DATA_DISPATCHER_H_ +#ifndef FLUTTER_SHELL_COMMON_POINTER_DATA_DISPATCHER_H_ +#define FLUTTER_SHELL_COMMON_POINTER_DATA_DISPATCHER_H_ #include "flutter/runtime/runtime_controller.h" #include "flutter/shell/common/animator.h" @@ -174,4 +174,4 @@ using PointerDataDispatcherMaker = } // namespace flutter -#endif // POINTER_DATA_DISPATCHER_H_ +#endif // FLUTTER_SHELL_COMMON_POINTER_DATA_DISPATCHER_H_ diff --git a/shell/common/rasterizer.h b/shell/common/rasterizer.h index d2d3c40dede64..6c49c15aba17e 100644 --- a/shell/common/rasterizer.h +++ b/shell/common/rasterizer.h @@ -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 SHELL_COMMON_RASTERIZER_H_ -#define SHELL_COMMON_RASTERIZER_H_ +#ifndef FLUTTER_SHELL_COMMON_RASTERIZER_H_ +#define FLUTTER_SHELL_COMMON_RASTERIZER_H_ #include #include @@ -735,4 +735,4 @@ class Rasterizer final : public SnapshotDelegate, } // namespace flutter -#endif // SHELL_COMMON_RASTERIZER_H_ +#endif // FLUTTER_SHELL_COMMON_RASTERIZER_H_ diff --git a/shell/common/shell.h b/shell/common/shell.h index 1e2574f943567..2c2ead74cf46a 100644 --- a/shell/common/shell.h +++ b/shell/common/shell.h @@ -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 SHELL_COMMON_SHELL_H_ -#define SHELL_COMMON_SHELL_H_ +#ifndef FLUTTER_SHELL_COMMON_SHELL_H_ +#define FLUTTER_SHELL_COMMON_SHELL_H_ #include #include @@ -815,4 +815,4 @@ class Shell final : public PlatformView::Delegate, } // namespace flutter -#endif // SHELL_COMMON_SHELL_H_ +#endif // FLUTTER_SHELL_COMMON_SHELL_H_ diff --git a/shell/common/shell_test_external_view_embedder.h b/shell/common/shell_test_external_view_embedder.h index f378dce348555..d9af75d575b40 100644 --- a/shell/common/shell_test_external_view_embedder.h +++ b/shell/common/shell_test_external_view_embedder.h @@ -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_SHELL_TEST_EXTERNAL_VIEW_EMBEDDER_H_ -#define FLUTTER_SHELL_TEST_EXTERNAL_VIEW_EMBEDDER_H_ +#ifndef FLUTTER_SHELL_COMMON_SHELL_TEST_EXTERNAL_VIEW_EMBEDDER_H_ +#define FLUTTER_SHELL_COMMON_SHELL_TEST_EXTERNAL_VIEW_EMBEDDER_H_ #include "flutter/flow/embedded_views.h" #include "flutter/fml/raster_thread_merger.h" @@ -111,4 +111,4 @@ class ShellTestExternalViewEmbedder final : public ExternalViewEmbedder { } // namespace flutter -#endif // FLUTTER_SHELL_TEST_EXTERNAL_VIEW_EMBEDDER_H_ +#endif // FLUTTER_SHELL_COMMON_SHELL_TEST_EXTERNAL_VIEW_EMBEDDER_H_ diff --git a/shell/common/shell_test_platform_view.h b/shell/common/shell_test_platform_view.h index 0caac65a8fc44..459476c668bf2 100644 --- a/shell/common/shell_test_platform_view.h +++ b/shell/common/shell_test_platform_view.h @@ -66,4 +66,4 @@ class ShellTestPlatformViewBuilder { } // namespace testing } // namespace flutter -#endif // FLUTTER_SHELL_COMMON_SHELL_TEST_PLATFORM_VIEW_GL_H_ +#endif // FLUTTER_SHELL_COMMON_SHELL_TEST_PLATFORM_VIEW_H_ diff --git a/shell/common/snapshot_surface_producer.h b/shell/common/snapshot_surface_producer.h index ae505109beda8..9c61ff1e293fc 100644 --- a/shell/common/snapshot_surface_producer.h +++ b/shell/common/snapshot_surface_producer.h @@ -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 SHELL_COMMON_SNAPSHOT_SURFACE_PRODUCER_H_ -#define SHELL_COMMON_SNAPSHOT_SURFACE_PRODUCER_H_ +#ifndef FLUTTER_SHELL_COMMON_SNAPSHOT_SURFACE_PRODUCER_H_ +#define FLUTTER_SHELL_COMMON_SNAPSHOT_SURFACE_PRODUCER_H_ #include @@ -19,4 +19,4 @@ class SnapshotSurfaceProducer { }; } // namespace flutter -#endif // SHELL_COMMON_SNAPSHOT_SURFACE_PRODUCER_H_ +#endif // FLUTTER_SHELL_COMMON_SNAPSHOT_SURFACE_PRODUCER_H_ diff --git a/shell/common/switches.cc b/shell/common/switches.cc index 26359029cdf33..e51ed973c470a 100644 --- a/shell/common/switches.cc +++ b/shell/common/switches.cc @@ -17,7 +17,7 @@ // Include once for the default enum definition. #include "flutter/shell/common/switches.h" -#undef SHELL_COMMON_SWITCHES_H_ +#undef FLUTTER_SHELL_COMMON_SWITCHES_H_ struct SwitchDesc { flutter::Switch sw; diff --git a/shell/common/switches.h b/shell/common/switches.h index c6de383f8772b..08c75309c1107 100644 --- a/shell/common/switches.h +++ b/shell/common/switches.h @@ -7,8 +7,8 @@ #include "flutter/common/settings.h" #include "flutter/fml/command_line.h" -#ifndef SHELL_COMMON_SWITCHES_H_ -#define SHELL_COMMON_SWITCHES_H_ +#ifndef FLUTTER_SHELL_COMMON_SWITCHES_H_ +#define FLUTTER_SHELL_COMMON_SWITCHES_H_ namespace flutter { @@ -304,4 +304,4 @@ Settings SettingsFromCommandLine(const fml::CommandLine& command_line); } // namespace flutter -#endif // SHELL_COMMON_SWITCHES_H_ +#endif // FLUTTER_SHELL_COMMON_SWITCHES_H_ diff --git a/shell/gpu/gpu_surface_gl_impeller.h b/shell/gpu/gpu_surface_gl_impeller.h index c5327147ccc72..adf975fbbdb5d 100644 --- a/shell/gpu/gpu_surface_gl_impeller.h +++ b/shell/gpu/gpu_surface_gl_impeller.h @@ -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 SHELL_GPU_GPU_SURFACE_GL_IMPELLER_H_ -#define SHELL_GPU_GPU_SURFACE_GL_IMPELLER_H_ +#ifndef FLUTTER_SHELL_GPU_GPU_SURFACE_GL_IMPELLER_H_ +#define FLUTTER_SHELL_GPU_GPU_SURFACE_GL_IMPELLER_H_ #include "flutter/common/graphics/gl_context_switch.h" #include "flutter/flow/surface.h" @@ -63,4 +63,4 @@ class GPUSurfaceGLImpeller final : public Surface { } // namespace flutter -#endif // SHELL_GPU_GPU_SURFACE_GL_IMPELLER_H_ +#endif // FLUTTER_SHELL_GPU_GPU_SURFACE_GL_IMPELLER_H_ diff --git a/shell/gpu/gpu_surface_gl_skia.h b/shell/gpu/gpu_surface_gl_skia.h index 6aef2096f94df..ae6cdaf52d13f 100644 --- a/shell/gpu/gpu_surface_gl_skia.h +++ b/shell/gpu/gpu_surface_gl_skia.h @@ -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 SHELL_GPU_GPU_SURFACE_GL_SKIA_H_ -#define SHELL_GPU_GPU_SURFACE_GL_SKIA_H_ +#ifndef FLUTTER_SHELL_GPU_GPU_SURFACE_GL_SKIA_H_ +#define FLUTTER_SHELL_GPU_GPU_SURFACE_GL_SKIA_H_ #include #include @@ -88,4 +88,4 @@ class GPUSurfaceGLSkia : public Surface { } // namespace flutter -#endif // SHELL_GPU_GPU_SURFACE_GL_SKIA_H_ +#endif // FLUTTER_SHELL_GPU_GPU_SURFACE_GL_SKIA_H_ diff --git a/shell/gpu/gpu_surface_metal_skia.h b/shell/gpu/gpu_surface_metal_skia.h index bd7d6a35135f3..21a229ac9b7c2 100644 --- a/shell/gpu/gpu_surface_metal_skia.h +++ b/shell/gpu/gpu_surface_metal_skia.h @@ -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_SHELL_GPU_GPU_SURFACE_METAL_H_ -#define FLUTTER_SHELL_GPU_GPU_SURFACE_METAL_H_ +#ifndef FLUTTER_SHELL_GPU_GPU_SURFACE_METAL_SKIA_H_ +#define FLUTTER_SHELL_GPU_GPU_SURFACE_METAL_SKIA_H_ #include "flutter/common/graphics/msaa_sample_count.h" #include "flutter/flow/surface.h" @@ -71,4 +71,4 @@ class SK_API_AVAILABLE_CA_METAL_LAYER GPUSurfaceMetalSkia : public Surface { } // namespace flutter -#endif // FLUTTER_SHELL_GPU_GPU_SURFACE_METAL_H_ +#endif // FLUTTER_SHELL_GPU_GPU_SURFACE_METAL_SKIA_H_ diff --git a/shell/gpu/gpu_surface_vulkan.h b/shell/gpu/gpu_surface_vulkan.h index c198f7c60e8f4..69da9500393d1 100644 --- a/shell/gpu/gpu_surface_vulkan.h +++ b/shell/gpu/gpu_surface_vulkan.h @@ -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 SHELL_GPU_GPU_SURFACE_VULKAN_H_ -#define SHELL_GPU_GPU_SURFACE_VULKAN_H_ +#ifndef FLUTTER_SHELL_GPU_GPU_SURFACE_VULKAN_H_ +#define FLUTTER_SHELL_GPU_GPU_SURFACE_VULKAN_H_ #include @@ -66,4 +66,4 @@ class GPUSurfaceVulkan : public Surface { } // namespace flutter -#endif // SHELL_GPU_GPU_SURFACE_VULKAN_H_ +#endif // FLUTTER_SHELL_GPU_GPU_SURFACE_VULKAN_H_ diff --git a/shell/gpu/gpu_surface_vulkan_impeller.h b/shell/gpu/gpu_surface_vulkan_impeller.h index 19ba2b58730f7..3ddb106fa7c49 100644 --- a/shell/gpu/gpu_surface_vulkan_impeller.h +++ b/shell/gpu/gpu_surface_vulkan_impeller.h @@ -2,7 +2,8 @@ // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. -#pragma once +#ifndef FLUTTER_SHELL_GPU_GPU_SURFACE_VULKAN_IMPELLER_H_ +#define FLUTTER_SHELL_GPU_GPU_SURFACE_VULKAN_IMPELLER_H_ #include "flutter/common/graphics/gl_context_switch.h" #include "flutter/flow/surface.h" @@ -52,3 +53,5 @@ class GPUSurfaceVulkanImpeller final : public Surface { }; } // namespace flutter + +#endif // FLUTTER_SHELL_GPU_GPU_SURFACE_VULKAN_IMPELLER_H_ diff --git a/shell/platform/android/android_display.h b/shell/platform/android/android_display.h index 04ae63700be8a..c3eb9c33905d1 100644 --- a/shell/platform/android/android_display.h +++ b/shell/platform/android/android_display.h @@ -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_SHELL_PLATFORM_ANDROID_DISPLAY_H_ -#define FLUTTER_SHELL_PLATFORM_ANDROID_DISPLAY_H_ +#ifndef FLUTTER_SHELL_PLATFORM_ANDROID_ANDROID_DISPLAY_H_ +#define FLUTTER_SHELL_PLATFORM_ANDROID_ANDROID_DISPLAY_H_ #include @@ -39,4 +39,4 @@ class AndroidDisplay : public Display { } // namespace flutter -#endif // FLUTTER_SHELL_PLATFORM_ANDROID_DISPLAY_H_ +#endif // FLUTTER_SHELL_PLATFORM_ANDROID_ANDROID_DISPLAY_H_ diff --git a/shell/platform/android/android_surface_vulkan_impeller.h b/shell/platform/android/android_surface_vulkan_impeller.h index b58f4942e9c48..7c5296c180dd3 100644 --- a/shell/platform/android/android_surface_vulkan_impeller.h +++ b/shell/platform/android/android_surface_vulkan_impeller.h @@ -2,7 +2,8 @@ // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. -#pragma once +#ifndef FLUTTER_SHELL_PLATFORM_ANDROID_ANDROID_SURFACE_VULKAN_IMPELLER_H_ +#define FLUTTER_SHELL_PLATFORM_ANDROID_ANDROID_SURFACE_VULKAN_IMPELLER_H_ #include "flutter/fml/concurrent_message_loop.h" #include "flutter/fml/macros.h" @@ -54,3 +55,5 @@ class AndroidSurfaceVulkanImpeller : public AndroidSurface { }; } // namespace flutter + +#endif // FLUTTER_SHELL_PLATFORM_ANDROID_ANDROID_SURFACE_VULKAN_IMPELLER_H_ diff --git a/shell/platform/android/apk_asset_provider.h b/shell/platform/android/apk_asset_provider.h index d11ee049a91d4..24d57627af255 100644 --- a/shell/platform/android/apk_asset_provider.h +++ b/shell/platform/android/apk_asset_provider.h @@ -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_ASSETS_APK_ASSET_PROVIDER_H_ -#define FLUTTER_ASSETS_APK_ASSET_PROVIDER_H_ +#ifndef FLUTTER_SHELL_PLATFORM_ANDROID_APK_ASSET_PROVIDER_H_ +#define FLUTTER_SHELL_PLATFORM_ANDROID_APK_ASSET_PROVIDER_H_ #include #include @@ -64,4 +64,4 @@ class APKAssetProvider final : public AssetResolver { } // namespace flutter -#endif // FLUTTER_ASSETS_APK_ASSET_PROVIDER_H +#endif // FLUTTER_SHELL_PLATFORM_ANDROID_APK_ASSET_PROVIDER_H_ diff --git a/shell/platform/android/context/android_context.h b/shell/platform/android/context/android_context.h index a967ca2451ace..e49ddcf58ffd6 100644 --- a/shell/platform/android/context/android_context.h +++ b/shell/platform/android/context/android_context.h @@ -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_SHELL_PLATFORM_ANDROID_ANDROID_CONTEXT_H_ -#define FLUTTER_SHELL_PLATFORM_ANDROID_ANDROID_CONTEXT_H_ +#ifndef FLUTTER_SHELL_PLATFORM_ANDROID_CONTEXT_ANDROID_CONTEXT_H_ +#define FLUTTER_SHELL_PLATFORM_ANDROID_CONTEXT_ANDROID_CONTEXT_H_ #include "flutter/fml/macros.h" #include "flutter/fml/task_runner.h" @@ -83,4 +83,4 @@ class AndroidContext { } // namespace flutter -#endif // FLUTTER_SHELL_PLATFORM_ANDROID_ANDROID_CONTEXT_H_ +#endif // FLUTTER_SHELL_PLATFORM_ANDROID_CONTEXT_ANDROID_CONTEXT_H_ diff --git a/shell/platform/android/external_view_embedder/external_view_embedder.h b/shell/platform/android/external_view_embedder/external_view_embedder.h index 98b02daa80b7e..d601a52fcaccd 100644 --- a/shell/platform/android/external_view_embedder/external_view_embedder.h +++ b/shell/platform/android/external_view_embedder/external_view_embedder.h @@ -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_SHELL_PLATFORM_ANDROID_EXTERNAL_VIEW_EMBEDDER_H_ -#define FLUTTER_SHELL_PLATFORM_ANDROID_EXTERNAL_VIEW_EMBEDDER_H_ +#ifndef FLUTTER_SHELL_PLATFORM_ANDROID_EXTERNAL_VIEW_EMBEDDER_EXTERNAL_VIEW_EMBEDDER_H_ +#define FLUTTER_SHELL_PLATFORM_ANDROID_EXTERNAL_VIEW_EMBEDDER_EXTERNAL_VIEW_EMBEDDER_H_ #include @@ -149,4 +149,4 @@ class AndroidExternalViewEmbedder final : public ExternalViewEmbedder { } // namespace flutter -#endif // FLUTTER_SHELL_PLATFORM_ANDROID_EXTERNAL_VIEW_EMBEDDER_H_ +#endif // FLUTTER_SHELL_PLATFORM_ANDROID_EXTERNAL_VIEW_EMBEDDER_EXTERNAL_VIEW_EMBEDDER_H_ diff --git a/shell/platform/android/flutter_main.h b/shell/platform/android/flutter_main.h index 6370355f69f23..5bd9f298a1c5a 100644 --- a/shell/platform/android/flutter_main.h +++ b/shell/platform/android/flutter_main.h @@ -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 SHELL_PLATFORM_ANDROID_FLUTTER_MAIN_H_ -#define SHELL_PLATFORM_ANDROID_FLUTTER_MAIN_H_ +#ifndef FLUTTER_SHELL_PLATFORM_ANDROID_FLUTTER_MAIN_H_ +#define FLUTTER_SHELL_PLATFORM_ANDROID_FLUTTER_MAIN_H_ #include @@ -45,4 +45,4 @@ class FlutterMain { } // namespace flutter -#endif // SHELL_PLATFORM_ANDROID_FLUTTER_MAIN_H_ +#endif // FLUTTER_SHELL_PLATFORM_ANDROID_FLUTTER_MAIN_H_ diff --git a/shell/platform/android/jni/jni_mock.h b/shell/platform/android/jni/jni_mock.h index 43c4e3f82b5ad..20c64317dc567 100644 --- a/shell/platform/android/jni/jni_mock.h +++ b/shell/platform/android/jni/jni_mock.h @@ -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_SHELL_PLATFORM_ANDROID_JNI_MOCK_H_ -#define FLUTTER_SHELL_PLATFORM_ANDROID_JNI_MOCK_H_ +#ifndef FLUTTER_SHELL_PLATFORM_ANDROID_JNI_JNI_MOCK_H_ +#define FLUTTER_SHELL_PLATFORM_ANDROID_JNI_JNI_MOCK_H_ #include "flutter/shell/platform/android/jni/platform_view_android_jni.h" #include "gmock/gmock.h" @@ -132,4 +132,4 @@ class JNIMock final : public PlatformViewAndroidJNI { } // namespace flutter -#endif // FLUTTER_SHELL_PLATFORM_ANDROID_JNI_MOCK_H_ +#endif // FLUTTER_SHELL_PLATFORM_ANDROID_JNI_JNI_MOCK_H_ diff --git a/shell/platform/android/platform_message_handler_android.h b/shell/platform/android/platform_message_handler_android.h index e65c4148a7be0..2833e6cc56ea0 100644 --- a/shell/platform/android/platform_message_handler_android.h +++ b/shell/platform/android/platform_message_handler_android.h @@ -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 SHELL_PLATFORM_ANDROID_PLATFORM_MESSAGE_HANDLER_H_ -#define SHELL_PLATFORM_ANDROID_PLATFORM_MESSAGE_HANDLER_H_ +#ifndef FLUTTER_SHELL_PLATFORM_ANDROID_PLATFORM_MESSAGE_HANDLER_ANDROID_H_ +#define FLUTTER_SHELL_PLATFORM_ANDROID_PLATFORM_MESSAGE_HANDLER_ANDROID_H_ #include #include @@ -38,4 +38,4 @@ class PlatformMessageHandlerAndroid : public PlatformMessageHandler { }; } // namespace flutter -#endif +#endif // FLUTTER_SHELL_PLATFORM_ANDROID_PLATFORM_MESSAGE_HANDLER_ANDROID_H_ diff --git a/shell/platform/android/platform_view_android.h b/shell/platform/android/platform_view_android.h index 6e4d83fda02a9..7ccf8e39541f8 100644 --- a/shell/platform/android/platform_view_android.h +++ b/shell/platform/android/platform_view_android.h @@ -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 SHELL_PLATFORM_ANDROID_PLATFORM_VIEW_ANDROID_H_ -#define SHELL_PLATFORM_ANDROID_PLATFORM_VIEW_ANDROID_H_ +#ifndef FLUTTER_SHELL_PLATFORM_ANDROID_PLATFORM_VIEW_ANDROID_H_ +#define FLUTTER_SHELL_PLATFORM_ANDROID_PLATFORM_VIEW_ANDROID_H_ #include #include @@ -188,4 +188,4 @@ class PlatformViewAndroid final : public PlatformView { }; } // namespace flutter -#endif // SHELL_PLATFORM_ANDROID_PLATFORM_VIEW_ANDROID_H_ +#endif // FLUTTER_SHELL_PLATFORM_ANDROID_PLATFORM_VIEW_ANDROID_H_ diff --git a/shell/platform/android/platform_view_android_delegate/platform_view_android_delegate.h b/shell/platform/android/platform_view_android_delegate/platform_view_android_delegate.h index 6e4b18de19ff0..0a9d2a39f8075 100644 --- a/shell/platform/android/platform_view_android_delegate/platform_view_android_delegate.h +++ b/shell/platform/android/platform_view_android_delegate/platform_view_android_delegate.h @@ -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 SHELL_PLATFORM_ANDROID_PLATFORM_VIEW_ANDROID_DELEGATE_H_ -#define SHELL_PLATFORM_ANDROID_PLATFORM_VIEW_ANDROID_DELEGATE_H_ +#ifndef FLUTTER_SHELL_PLATFORM_ANDROID_PLATFORM_VIEW_ANDROID_DELEGATE_PLATFORM_VIEW_ANDROID_DELEGATE_H_ +#define FLUTTER_SHELL_PLATFORM_ANDROID_PLATFORM_VIEW_ANDROID_DELEGATE_PLATFORM_VIEW_ANDROID_DELEGATE_H_ #include #include @@ -27,4 +27,4 @@ class PlatformViewAndroidDelegate { }; } // namespace flutter -#endif // SHELL_PLATFORM_ANDROID_PLATFORM_VIEW_ANDROID_H_ +#endif // FLUTTER_SHELL_PLATFORM_ANDROID_PLATFORM_VIEW_ANDROID_DELEGATE_PLATFORM_VIEW_ANDROID_DELEGATE_H_ diff --git a/shell/platform/android/surface/android_native_window.h b/shell/platform/android/surface/android_native_window.h index 633ee02fadc13..6b5a45f9f701f 100644 --- a/shell/platform/android/surface/android_native_window.h +++ b/shell/platform/android/surface/android_native_window.h @@ -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_SHELL_PLATFORM_ANDROID_ANDROID_NATIVE_WINDOW_H_ -#define FLUTTER_SHELL_PLATFORM_ANDROID_ANDROID_NATIVE_WINDOW_H_ +#ifndef FLUTTER_SHELL_PLATFORM_ANDROID_SURFACE_ANDROID_NATIVE_WINDOW_H_ +#define FLUTTER_SHELL_PLATFORM_ANDROID_SURFACE_ANDROID_NATIVE_WINDOW_H_ #include "flutter/fml/build_config.h" @@ -55,4 +55,4 @@ class AndroidNativeWindow } // namespace flutter -#endif // FLUTTER_SHELL_PLATFORM_ANDROID_ANDROID_NATIVE_WINDOW_H_ +#endif // FLUTTER_SHELL_PLATFORM_ANDROID_SURFACE_ANDROID_NATIVE_WINDOW_H_ diff --git a/shell/platform/android/surface/android_surface.h b/shell/platform/android/surface/android_surface.h index 7eae6c68e7d71..23636d39f8752 100644 --- a/shell/platform/android/surface/android_surface.h +++ b/shell/platform/android/surface/android_surface.h @@ -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_SHELL_PLATFORM_ANDROID_ANDROID_SURFACE_H_ -#define FLUTTER_SHELL_PLATFORM_ANDROID_ANDROID_SURFACE_H_ +#ifndef FLUTTER_SHELL_PLATFORM_ANDROID_SURFACE_ANDROID_SURFACE_H_ +#define FLUTTER_SHELL_PLATFORM_ANDROID_SURFACE_ANDROID_SURFACE_H_ #include #include "flutter/flow/embedded_views.h" @@ -60,4 +60,4 @@ class AndroidSurfaceFactory { } // namespace flutter -#endif // FLUTTER_SHELL_PLATFORM_ANDROID_ANDROID_SURFACE_H_ +#endif // FLUTTER_SHELL_PLATFORM_ANDROID_SURFACE_ANDROID_SURFACE_H_ diff --git a/shell/platform/android/surface/android_surface_mock.h b/shell/platform/android/surface/android_surface_mock.h index 411816698cb74..6bb1628e7dd85 100644 --- a/shell/platform/android/surface/android_surface_mock.h +++ b/shell/platform/android/surface/android_surface_mock.h @@ -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_SHELL_PLATFORM_ANDROID_ANDROID_SURFACE_MOCK_H_ -#define FLUTTER_SHELL_PLATFORM_ANDROID_ANDROID_SURFACE_MOCK_H_ +#ifndef FLUTTER_SHELL_PLATFORM_ANDROID_SURFACE_ANDROID_SURFACE_MOCK_H_ +#define FLUTTER_SHELL_PLATFORM_ANDROID_SURFACE_ANDROID_SURFACE_MOCK_H_ #include "flutter/shell/gpu/gpu_surface_gl_skia.h" #include "flutter/shell/platform/android/surface/android_surface.h" @@ -53,4 +53,4 @@ class AndroidSurfaceMock final : public GPUSurfaceGLDelegate, } // namespace flutter -#endif // FLUTTER_SHELL_PLATFORM_ANDROID_ANDROID_SURFACE_MOCK_H_ +#endif // FLUTTER_SHELL_PLATFORM_ANDROID_SURFACE_ANDROID_SURFACE_MOCK_H_ diff --git a/shell/platform/android/surface/snapshot_surface_producer.h b/shell/platform/android/surface/snapshot_surface_producer.h index 5ec8c68b2f457..7fdbf63063a37 100644 --- a/shell/platform/android/surface/snapshot_surface_producer.h +++ b/shell/platform/android/surface/snapshot_surface_producer.h @@ -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 SHELL_PLATFORM_ANDROID_SURFACE_SNAPSHOT_SURFACE_PRODUCER_H_ -#define SHELL_PLATFORM_ANDROID_SURFACE_SNAPSHOT_SURFACE_PRODUCER_H_ +#ifndef FLUTTER_SHELL_PLATFORM_ANDROID_SURFACE_SNAPSHOT_SURFACE_PRODUCER_H_ +#define FLUTTER_SHELL_PLATFORM_ANDROID_SURFACE_SNAPSHOT_SURFACE_PRODUCER_H_ #include "flutter/flow/surface.h" #include "flutter/shell/common/snapshot_surface_producer.h" @@ -23,4 +23,4 @@ class AndroidSnapshotSurfaceProducer : public SnapshotSurfaceProducer { }; } // namespace flutter -#endif // SHELL_PLATFORM_ANDROID_SURFACE_SNAPSHOT_SURFACE_PRODUCER_H_ +#endif // FLUTTER_SHELL_PLATFORM_ANDROID_SURFACE_SNAPSHOT_SURFACE_PRODUCER_H_ diff --git a/shell/platform/android/surface_texture_external_texture.h b/shell/platform/android/surface_texture_external_texture.h index e12328ad18559..de4210dd4e9d9 100644 --- a/shell/platform/android/surface_texture_external_texture.h +++ b/shell/platform/android/surface_texture_external_texture.h @@ -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_SHELL_PLATFORM_SURFACE_TEXTURE_EXTERNAL_TEXTURE_H_ -#define FLUTTER_SHELL_PLATFORM_SURFACE_TEXTURE_EXTERNAL_TEXTURE_H_ +#ifndef FLUTTER_SHELL_PLATFORM_ANDROID_SURFACE_TEXTURE_EXTERNAL_TEXTURE_H_ +#define FLUTTER_SHELL_PLATFORM_ANDROID_SURFACE_TEXTURE_EXTERNAL_TEXTURE_H_ #include @@ -56,4 +56,4 @@ class SurfaceTextureExternalTexture : public flutter::Texture { } // namespace flutter -#endif // FLUTTER_SHELL_PLATFORM_SURFACE_TEXTURE_EXTERNAL_TEXTURE_H_ +#endif // FLUTTER_SHELL_PLATFORM_ANDROID_SURFACE_TEXTURE_EXTERNAL_TEXTURE_H_ diff --git a/shell/platform/android/surface_texture_external_texture_gl.h b/shell/platform/android/surface_texture_external_texture_gl.h index d76c9cf077e0a..bbe50655a12f8 100644 --- a/shell/platform/android/surface_texture_external_texture_gl.h +++ b/shell/platform/android/surface_texture_external_texture_gl.h @@ -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_SHELL_PLATFORM_SURFACE_TEXTURE_EXTERNAL_TEXTURE_GL_H_ -#define FLUTTER_SHELL_PLATFORM_SURFACE_TEXTURE_EXTERNAL_TEXTURE_GL_H_ +#ifndef FLUTTER_SHELL_PLATFORM_ANDROID_SURFACE_TEXTURE_EXTERNAL_TEXTURE_GL_H_ +#define FLUTTER_SHELL_PLATFORM_ANDROID_SURFACE_TEXTURE_EXTERNAL_TEXTURE_GL_H_ #include "flutter/shell/platform/android/surface_texture_external_texture.h" @@ -61,4 +61,4 @@ class SurfaceTextureExternalTextureImpellerGL } // namespace flutter -#endif // FLUTTER_SHELL_PLATFORM_SURFACE_TEXTURE_EXTERNAL_TEXTURE_GL_H_ +#endif // FLUTTER_SHELL_PLATFORM_ANDROID_SURFACE_TEXTURE_EXTERNAL_TEXTURE_GL_H_ diff --git a/shell/platform/android/vsync_waiter_android.h b/shell/platform/android/vsync_waiter_android.h index 0d7e383fd0286..dcc1657175534 100644 --- a/shell/platform/android/vsync_waiter_android.h +++ b/shell/platform/android/vsync_waiter_android.h @@ -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 SHELL_PLATFORM_ANDROID_VSYNC_WAITER_ANDROID_H_ -#define SHELL_PLATFORM_ANDROID_VSYNC_WAITER_ANDROID_H_ +#ifndef FLUTTER_SHELL_PLATFORM_ANDROID_VSYNC_WAITER_ANDROID_H_ +#define FLUTTER_SHELL_PLATFORM_ANDROID_VSYNC_WAITER_ANDROID_H_ #include @@ -50,4 +50,4 @@ class VsyncWaiterAndroid final : public VsyncWaiter { } // namespace flutter -#endif // SHELL_PLATFORM_ANDROID_ASYNC_WAITER_ANDROID_H_ +#endif // FLUTTER_SHELL_PLATFORM_ANDROID_VSYNC_WAITER_ANDROID_H_ diff --git a/shell/platform/common/client_wrapper/include/flutter/method_call.h b/shell/platform/common/client_wrapper/include/flutter/method_call.h index f9a9c287edb7f..3ddf71cefa7f4 100644 --- a/shell/platform/common/client_wrapper/include/flutter/method_call.h +++ b/shell/platform/common/client_wrapper/include/flutter/method_call.h @@ -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_SHELL_PLATFORM_COMMON_CLIENT_WRAPPER_INCLUDE_FLUTTER_TYPED_METHOD_CALL_H_ -#define FLUTTER_SHELL_PLATFORM_COMMON_CLIENT_WRAPPER_INCLUDE_FLUTTER_TYPED_METHOD_CALL_H_ +#ifndef FLUTTER_SHELL_PLATFORM_COMMON_CLIENT_WRAPPER_INCLUDE_FLUTTER_METHOD_CALL_H_ +#define FLUTTER_SHELL_PLATFORM_COMMON_CLIENT_WRAPPER_INCLUDE_FLUTTER_METHOD_CALL_H_ #include #include @@ -40,4 +40,4 @@ class MethodCall { } // namespace flutter -#endif // FLUTTER_SHELL_PLATFORM_COMMON_CLIENT_WRAPPER_INCLUDE_FLUTTER_TYPED_METHOD_CALL_H_ +#endif // FLUTTER_SHELL_PLATFORM_COMMON_CLIENT_WRAPPER_INCLUDE_FLUTTER_METHOD_CALL_H_ diff --git a/shell/platform/common/incoming_message_dispatcher.h b/shell/platform/common/incoming_message_dispatcher.h index 90a8f901f84b3..2152b05818da7 100644 --- a/shell/platform/common/incoming_message_dispatcher.h +++ b/shell/platform/common/incoming_message_dispatcher.h @@ -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_SHELL_PLATFORM_CPP_INCOMING_MESSAGE_DISPATCHER_H_ -#define FLUTTER_SHELL_PLATFORM_CPP_INCOMING_MESSAGE_DISPATCHER_H_ +#ifndef FLUTTER_SHELL_PLATFORM_COMMON_INCOMING_MESSAGE_DISPATCHER_H_ +#define FLUTTER_SHELL_PLATFORM_COMMON_INCOMING_MESSAGE_DISPATCHER_H_ #include #include @@ -75,4 +75,4 @@ class IncomingMessageDispatcher { } // namespace flutter -#endif // FLUTTER_SHELL_PLATFORM_CPP_INCOMING_MESSAGE_DISPATCHER_H_ +#endif // FLUTTER_SHELL_PLATFORM_COMMON_INCOMING_MESSAGE_DISPATCHER_H_ diff --git a/shell/platform/common/path_utils.h b/shell/platform/common/path_utils.h index 62cd3fd840a9e..e608430473162 100644 --- a/shell/platform/common/path_utils.h +++ b/shell/platform/common/path_utils.h @@ -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_SHELL_PLATFORM_GLFW_PATH_UTILS_H_ -#define FLUTTER_SHELL_PLATFORM_GLFW_PATH_UTILS_H_ +#ifndef FLUTTER_SHELL_PLATFORM_COMMON_PATH_UTILS_H_ +#define FLUTTER_SHELL_PLATFORM_COMMON_PATH_UTILS_H_ #include @@ -15,4 +15,4 @@ std::filesystem::path GetExecutableDirectory(); } // namespace flutter -#endif // FLUTTER_SHELL_PLATFORM_GLFW_PATH_UTILS_H_ +#endif // FLUTTER_SHELL_PLATFORM_COMMON_PATH_UTILS_H_ diff --git a/shell/platform/common/platform_provided_menu.h b/shell/platform/common/platform_provided_menu.h index 5c9b607968b33..ac23df33a65ec 100644 --- a/shell/platform/common/platform_provided_menu.h +++ b/shell/platform/common/platform_provided_menu.h @@ -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 PLATFORM_COMMON_PLATFORM_PROVIDED_MENU_H_ -#define PLATFORM_COMMON_PLATFORM_PROVIDED_MENU_H_ +#ifndef FLUTTER_SHELL_PLATFORM_COMMON_PLATFORM_PROVIDED_MENU_H_ +#define FLUTTER_SHELL_PLATFORM_COMMON_PLATFORM_PROVIDED_MENU_H_ namespace flutter { @@ -49,4 +49,4 @@ enum class PlatformProvidedMenu { } // namespace flutter -#endif // PLATFORM_COMMON_PLATFORM_provided_MENU_H_ +#endif // FLUTTER_SHELL_PLATFORM_COMMON_PLATFORM_PROVIDED_MENU_H_ diff --git a/shell/platform/darwin/common/framework/Headers/FlutterBinaryMessenger.h b/shell/platform/darwin/common/framework/Headers/FlutterBinaryMessenger.h index 4d2819c6c59d0..eb0186fd223c5 100644 --- a/shell/platform/darwin/common/framework/Headers/FlutterBinaryMessenger.h +++ b/shell/platform/darwin/common/framework/Headers/FlutterBinaryMessenger.h @@ -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_FLUTTERBINARYMESSENGER_H_ -#define FLUTTER_FLUTTERBINARYMESSENGER_H_ +#ifndef FLUTTER_SHELL_PLATFORM_DARWIN_COMMON_FRAMEWORK_HEADERS_FLUTTERBINARYMESSENGER_H_ +#define FLUTTER_SHELL_PLATFORM_DARWIN_COMMON_FRAMEWORK_HEADERS_FLUTTERBINARYMESSENGER_H_ #import @@ -103,4 +103,4 @@ FLUTTER_DARWIN_EXPORT - (void)cleanUpConnection:(FlutterBinaryMessengerConnection)connection; @end NS_ASSUME_NONNULL_END -#endif // FLUTTER_FLUTTERBINARYMESSENGER_H_ +#endif // FLUTTER_SHELL_PLATFORM_DARWIN_COMMON_FRAMEWORK_HEADERS_FLUTTERBINARYMESSENGER_H_ diff --git a/shell/platform/darwin/common/framework/Headers/FlutterChannels.h b/shell/platform/darwin/common/framework/Headers/FlutterChannels.h index 2263c251307a8..b88b78a901afa 100644 --- a/shell/platform/darwin/common/framework/Headers/FlutterChannels.h +++ b/shell/platform/darwin/common/framework/Headers/FlutterChannels.h @@ -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_FLUTTERCHANNELS_H_ -#define FLUTTER_FLUTTERCHANNELS_H_ +#ifndef FLUTTER_SHELL_PLATFORM_DARWIN_COMMON_FRAMEWORK_HEADERS_FLUTTERCHANNELS_H_ +#define FLUTTER_SHELL_PLATFORM_DARWIN_COMMON_FRAMEWORK_HEADERS_FLUTTERCHANNELS_H_ #import "FlutterBinaryMessenger.h" #import "FlutterCodecs.h" @@ -484,4 +484,4 @@ FLUTTER_DARWIN_EXPORT @end NS_ASSUME_NONNULL_END -#endif // FLUTTER_FLUTTERCHANNELS_H_ +#endif // FLUTTER_SHELL_PLATFORM_DARWIN_COMMON_FRAMEWORK_HEADERS_FLUTTERCHANNELS_H_ diff --git a/shell/platform/darwin/common/framework/Headers/FlutterCodecs.h b/shell/platform/darwin/common/framework/Headers/FlutterCodecs.h index be7e34cc7634d..93e1d32d93ebd 100644 --- a/shell/platform/darwin/common/framework/Headers/FlutterCodecs.h +++ b/shell/platform/darwin/common/framework/Headers/FlutterCodecs.h @@ -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_FLUTTERCODECS_H_ -#define FLUTTER_FLUTTERCODECS_H_ +#ifndef FLUTTER_SHELL_PLATFORM_DARWIN_COMMON_FRAMEWORK_HEADERS_FLUTTERCODECS_H_ +#define FLUTTER_SHELL_PLATFORM_DARWIN_COMMON_FRAMEWORK_HEADERS_FLUTTERCODECS_H_ #import @@ -475,4 +475,4 @@ FLUTTER_DARWIN_EXPORT NS_ASSUME_NONNULL_END -#endif // FLUTTER_FLUTTERCODECS_H_ +#endif // FLUTTER_SHELL_PLATFORM_DARWIN_COMMON_FRAMEWORK_HEADERS_FLUTTERCODECS_H_ diff --git a/shell/platform/darwin/common/framework/Headers/FlutterDartProject.h b/shell/platform/darwin/common/framework/Headers/FlutterDartProject.h index 2878a1d202e57..5e03cb86cbfb2 100644 --- a/shell/platform/darwin/common/framework/Headers/FlutterDartProject.h +++ b/shell/platform/darwin/common/framework/Headers/FlutterDartProject.h @@ -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_FLUTTERDARTPROJECT_H_ -#define FLUTTER_FLUTTERDARTPROJECT_H_ +#ifndef FLUTTER_SHELL_PLATFORM_DARWIN_COMMON_FRAMEWORK_HEADERS_FLUTTERDARTPROJECT_H_ +#define FLUTTER_SHELL_PLATFORM_DARWIN_COMMON_FRAMEWORK_HEADERS_FLUTTERDARTPROJECT_H_ #import #import @@ -100,4 +100,4 @@ FLUTTER_DARWIN_EXPORT NS_ASSUME_NONNULL_END -#endif // FLUTTER_FLUTTERDARTPROJECT_H_ +#endif // FLUTTER_SHELL_PLATFORM_DARWIN_COMMON_FRAMEWORK_HEADERS_FLUTTERDARTPROJECT_H_ diff --git a/shell/platform/darwin/common/framework/Headers/FlutterMacros.h b/shell/platform/darwin/common/framework/Headers/FlutterMacros.h index da99e10219b76..7f53b41334ab8 100644 --- a/shell/platform/darwin/common/framework/Headers/FlutterMacros.h +++ b/shell/platform/darwin/common/framework/Headers/FlutterMacros.h @@ -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_FLUTTERMACROS_H_ -#define FLUTTER_FLUTTERMACROS_H_ +#ifndef FLUTTER_SHELL_PLATFORM_DARWIN_COMMON_FRAMEWORK_HEADERS_FLUTTERMACROS_H_ +#define FLUTTER_SHELL_PLATFORM_DARWIN_COMMON_FRAMEWORK_HEADERS_FLUTTERMACROS_H_ #if defined(FLUTTER_FRAMEWORK) @@ -45,4 +45,4 @@ #define FLUTTER_ASSERT_NOT_ARC #endif -#endif // FLUTTER_FLUTTERMACROS_H_ +#endif // FLUTTER_SHELL_PLATFORM_DARWIN_COMMON_FRAMEWORK_HEADERS_FLUTTERMACROS_H_ diff --git a/shell/platform/darwin/common/framework/Headers/FlutterTexture.h b/shell/platform/darwin/common/framework/Headers/FlutterTexture.h index 59d2ced808df1..003b8650bb775 100644 --- a/shell/platform/darwin/common/framework/Headers/FlutterTexture.h +++ b/shell/platform/darwin/common/framework/Headers/FlutterTexture.h @@ -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_FLUTTERTEXTURE_H_ -#define FLUTTER_FLUTTERTEXTURE_H_ +#ifndef FLUTTER_SHELL_PLATFORM_DARWIN_COMMON_FRAMEWORK_HEADERS_FLUTTERTEXTURE_H_ +#define FLUTTER_SHELL_PLATFORM_DARWIN_COMMON_FRAMEWORK_HEADERS_FLUTTERTEXTURE_H_ #import #import @@ -59,4 +59,4 @@ FLUTTER_DARWIN_EXPORT NS_ASSUME_NONNULL_END -#endif // FLUTTER_FLUTTERTEXTURE_H_ +#endif // FLUTTER_SHELL_PLATFORM_DARWIN_COMMON_FRAMEWORK_HEADERS_FLUTTERTEXTURE_H_ diff --git a/shell/platform/darwin/common/framework/Source/FlutterBinaryMessengerRelay.h b/shell/platform/darwin/common/framework/Source/FlutterBinaryMessengerRelay.h index 392d6bac3775a..48d91f88cd3b9 100644 --- a/shell/platform/darwin/common/framework/Source/FlutterBinaryMessengerRelay.h +++ b/shell/platform/darwin/common/framework/Source/FlutterBinaryMessengerRelay.h @@ -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 SHELL_PLATFORM_DARWIN_COMMON_FRAMEWORK_SOURCE_FLUTTERBINARYMESSENGERRELAY_H_ -#define SHELL_PLATFORM_DARWIN_COMMON_FRAMEWORK_SOURCE_FLUTTERBINARYMESSENGERRELAY_H_ +#ifndef FLUTTER_SHELL_PLATFORM_DARWIN_COMMON_FRAMEWORK_SOURCE_FLUTTERBINARYMESSENGERRELAY_H_ +#define FLUTTER_SHELL_PLATFORM_DARWIN_COMMON_FRAMEWORK_SOURCE_FLUTTERBINARYMESSENGERRELAY_H_ #import "flutter/shell/platform/darwin/common/framework/Headers/FlutterBinaryMessenger.h" #import "flutter/shell/platform/darwin/common/framework/Headers/FlutterMacros.h" @@ -16,4 +16,4 @@ FLUTTER_DARWIN_EXPORT - (instancetype)initWithParent:(NSObject*)parent; @end -#endif // SHELL_PLATFORM_DARWIN_COMMON_FRAMEWORK_SOURCE_FLUTTERBINARYMESSENGERRELAY_H_ +#endif // FLUTTER_SHELL_PLATFORM_DARWIN_COMMON_FRAMEWORK_SOURCE_FLUTTERBINARYMESSENGERRELAY_H_ diff --git a/shell/platform/darwin/common/framework/Source/FlutterNSBundleUtils.h b/shell/platform/darwin/common/framework/Source/FlutterNSBundleUtils.h index 9e0ea22e5fadc..93dfc77989b88 100644 --- a/shell/platform/darwin/common/framework/Source/FlutterNSBundleUtils.h +++ b/shell/platform/darwin/common/framework/Source/FlutterNSBundleUtils.h @@ -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 SHELL_PLATFORM_DARWIN_COMMON_FRAMEWORK_SOURCE_FLUTTERNSBUNDLEUTILS_H_ -#define SHELL_PLATFORM_DARWIN_COMMON_FRAMEWORK_SOURCE_FLUTTERNSBUNDLEUTILS_H_ +#ifndef FLUTTER_SHELL_PLATFORM_DARWIN_COMMON_FRAMEWORK_SOURCE_FLUTTERNSBUNDLEUTILS_H_ +#define FLUTTER_SHELL_PLATFORM_DARWIN_COMMON_FRAMEWORK_SOURCE_FLUTTERNSBUNDLEUTILS_H_ #import @@ -52,4 +52,4 @@ NSString* FLTAssetsPathFromBundle(NSBundle* bundle); NS_ASSUME_NONNULL_END -#endif // SHELL_PLATFORM_DARWIN_COMMON_FRAMEWORK_SOURCE_FLUTTERNSBUNDLEUTILS_H_ +#endif // FLUTTER_SHELL_PLATFORM_DARWIN_COMMON_FRAMEWORK_SOURCE_FLUTTERNSBUNDLEUTILS_H_ diff --git a/shell/platform/darwin/common/framework/Source/FlutterStandardCodecHelper.h b/shell/platform/darwin/common/framework/Source/FlutterStandardCodecHelper.h index e4f75d8cb52bf..aebe3689fb451 100644 --- a/shell/platform/darwin/common/framework/Source/FlutterStandardCodecHelper.h +++ b/shell/platform/darwin/common/framework/Source/FlutterStandardCodecHelper.h @@ -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 SHELL_PLATFORM_DARWIN_COMMON_FRAMEWORK_SOURCE_FLUTTERSTANDARDCODECHELPER_H_ -#define SHELL_PLATFORM_DARWIN_COMMON_FRAMEWORK_SOURCE_FLUTTERSTANDARDCODECHELPER_H_ +#ifndef FLUTTER_SHELL_PLATFORM_DARWIN_COMMON_FRAMEWORK_SOURCE_FLUTTERSTANDARDCODECHELPER_H_ +#define FLUTTER_SHELL_PLATFORM_DARWIN_COMMON_FRAMEWORK_SOURCE_FLUTTERSTANDARDCODECHELPER_H_ #include #include @@ -120,4 +120,4 @@ bool FlutterStandardCodecHelperWriteNumber(CFMutableDataRef data, } #endif -#endif // SHELL_PLATFORM_DARWIN_COMMON_FRAMEWORK_SOURCE_FLUTTERSTANDARDCODECHELPER_H_ +#endif // FLUTTER_SHELL_PLATFORM_DARWIN_COMMON_FRAMEWORK_SOURCE_FLUTTERSTANDARDCODECHELPER_H_ diff --git a/shell/platform/darwin/common/framework/Source/FlutterStandardCodec_Internal.h b/shell/platform/darwin/common/framework/Source/FlutterStandardCodec_Internal.h index 81ba3e21e2a7a..c0a4a217b17e1 100644 --- a/shell/platform/darwin/common/framework/Source/FlutterStandardCodec_Internal.h +++ b/shell/platform/darwin/common/framework/Source/FlutterStandardCodec_Internal.h @@ -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 SHELL_PLATFORM_DARWIN_COMMON_FRAMEWORK_SOURCE_FLUTTERSTANDARDCODECINTERNAL_H_ -#define SHELL_PLATFORM_DARWIN_COMMON_FRAMEWORK_SOURCE_FLUTTERSTANDARDCODECINTERNAL_H_ +#ifndef FLUTTER_SHELL_PLATFORM_DARWIN_COMMON_FRAMEWORK_SOURCE_FLUTTERSTANDARDCODEC_INTERNAL_H_ +#define FLUTTER_SHELL_PLATFORM_DARWIN_COMMON_FRAMEWORK_SOURCE_FLUTTERSTANDARDCODEC_INTERNAL_H_ #import "flutter/shell/platform/darwin/common/framework/Headers/FlutterCodecs.h" #import "flutter/shell/platform/darwin/common/framework/Source/FlutterStandardCodecHelper.h" @@ -58,4 +58,4 @@ UInt8 elementSizeForFlutterStandardDataType(FlutterStandardDataType type) { } } // namespace flutter -#endif // SHELL_PLATFORM_IOS_FRAMEWORK_SOURCE_FLUTTERSTANDARDCODECINTERNAL_H_ +#endif // FLUTTER_SHELL_PLATFORM_DARWIN_COMMON_FRAMEWORK_SOURCE_FLUTTERSTANDARDCODEC_INTERNAL_H_ diff --git a/shell/platform/darwin/common/framework/Source/FlutterTestUtils.h b/shell/platform/darwin/common/framework/Source/FlutterTestUtils.h index 292eb080993df..29e5bb2d7e5f4 100644 --- a/shell/platform/darwin/common/framework/Source/FlutterTestUtils.h +++ b/shell/platform/darwin/common/framework/Source/FlutterTestUtils.h @@ -2,12 +2,12 @@ // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. -#ifndef SHELL_PLATFORM_DARWIN_COMMON_FRAMEWORK_SOURCE_FLUTTERTESTUTILS_H_ -#define SHELL_PLATFORM_DARWIN_COMMON_FRAMEWORK_SOURCE_FLUTTERTESTUTILS_H_ +#ifndef FLUTTER_SHELL_PLATFORM_DARWIN_COMMON_FRAMEWORK_SOURCE_FLUTTERTESTUTILS_H_ +#define FLUTTER_SHELL_PLATFORM_DARWIN_COMMON_FRAMEWORK_SOURCE_FLUTTERTESTUTILS_H_ #import /// Returns YES if the block throws an exception. BOOL FLTThrowsObjcException(dispatch_block_t block); -#endif // SHELL_PLATFORM_DARWIN_COMMON_FRAMEWORK_SOURCE_FLUTTERTESTUTILS_H_ +#endif // FLUTTER_SHELL_PLATFORM_DARWIN_COMMON_FRAMEWORK_SOURCE_FLUTTERTESTUTILS_H_ diff --git a/shell/platform/darwin/graphics/FlutterDarwinContextMetalImpeller.h b/shell/platform/darwin/graphics/FlutterDarwinContextMetalImpeller.h index 874fb3239c622..e4dba2102f59b 100644 --- a/shell/platform/darwin/graphics/FlutterDarwinContextMetalImpeller.h +++ b/shell/platform/darwin/graphics/FlutterDarwinContextMetalImpeller.h @@ -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 SHELL_PLATFORM_DARWIN_GRAPHICS_DARWIN_CONTEXT_METAL_IMPELLER_H_ -#define SHELL_PLATFORM_DARWIN_GRAPHICS_DARWIN_CONTEXT_METAL_IMPELLER_H_ +#ifndef FLUTTER_SHELL_PLATFORM_DARWIN_GRAPHICS_FLUTTERDARWINCONTEXTMETALIMPELLER_H_ +#define FLUTTER_SHELL_PLATFORM_DARWIN_GRAPHICS_FLUTTERDARWINCONTEXTMETALIMPELLER_H_ #import #import @@ -48,4 +48,4 @@ NS_ASSUME_NONNULL_BEGIN NS_ASSUME_NONNULL_END -#endif // SHELL_PLATFORM_DARWIN_GRAPHICS_DARWIN_CONTEXT_METAL_IMPELLER_H_ +#endif // FLUTTER_SHELL_PLATFORM_DARWIN_GRAPHICS_FLUTTERDARWINCONTEXTMETALIMPELLER_H_ diff --git a/shell/platform/darwin/graphics/FlutterDarwinContextMetalSkia.h b/shell/platform/darwin/graphics/FlutterDarwinContextMetalSkia.h index 02eb2197332fe..e1eed1df61869 100644 --- a/shell/platform/darwin/graphics/FlutterDarwinContextMetalSkia.h +++ b/shell/platform/darwin/graphics/FlutterDarwinContextMetalSkia.h @@ -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 SHELL_PLATFORM_DARWIN_GRAPHICS_DARWIN_CONTEXT_METAL_H_ -#define SHELL_PLATFORM_DARWIN_GRAPHICS_DARWIN_CONTEXT_METAL_H_ +#ifndef FLUTTER_SHELL_PLATFORM_DARWIN_GRAPHICS_FLUTTERDARWINCONTEXTMETALSKIA_H_ +#define FLUTTER_SHELL_PLATFORM_DARWIN_GRAPHICS_FLUTTERDARWINCONTEXTMETALSKIA_H_ #import #import @@ -75,4 +75,4 @@ NS_ASSUME_NONNULL_BEGIN NS_ASSUME_NONNULL_END -#endif // SHELL_PLATFORM_DARWIN_GRAPHICS_DARWIN_CONTEXT_METAL_H_ +#endif // FLUTTER_SHELL_PLATFORM_DARWIN_GRAPHICS_FLUTTERDARWINCONTEXTMETALSKIA_H_ diff --git a/shell/platform/darwin/ios/flutter_task_queue_dispatch.h b/shell/platform/darwin/ios/flutter_task_queue_dispatch.h index 3ee515d019493..18e4764698795 100644 --- a/shell/platform/darwin/ios/flutter_task_queue_dispatch.h +++ b/shell/platform/darwin/ios/flutter_task_queue_dispatch.h @@ -17,4 +17,4 @@ - (void)dispatch:(dispatch_block_t)block; @end -#endif +#endif // FLUTTER_SHELL_PLATFORM_DARWIN_IOS_FLUTTER_TASK_QUEUE_DISPATCH_H_ diff --git a/shell/platform/darwin/ios/framework/Headers/Flutter.h b/shell/platform/darwin/ios/framework/Headers/Flutter.h index cd59a82016d6f..705dfcb028d2a 100644 --- a/shell/platform/darwin/ios/framework/Headers/Flutter.h +++ b/shell/platform/darwin/ios/framework/Headers/Flutter.h @@ -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_FLUTTER_H_ -#define FLUTTER_FLUTTER_H_ +#ifndef FLUTTER_SHELL_PLATFORM_DARWIN_IOS_FRAMEWORK_HEADERS_FLUTTER_H_ +#define FLUTTER_SHELL_PLATFORM_DARWIN_IOS_FRAMEWORK_HEADERS_FLUTTER_H_ #import "FlutterAppDelegate.h" #import "FlutterBinaryMessenger.h" @@ -21,4 +21,4 @@ #import "FlutterTexture.h" #import "FlutterViewController.h" -#endif // FLUTTER_FLUTTER_H_ +#endif // FLUTTER_SHELL_PLATFORM_DARWIN_IOS_FRAMEWORK_HEADERS_FLUTTER_H_ diff --git a/shell/platform/darwin/ios/framework/Headers/FlutterAppDelegate.h b/shell/platform/darwin/ios/framework/Headers/FlutterAppDelegate.h index ed7589a53c4ca..0c427c247d437 100644 --- a/shell/platform/darwin/ios/framework/Headers/FlutterAppDelegate.h +++ b/shell/platform/darwin/ios/framework/Headers/FlutterAppDelegate.h @@ -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_FLUTTERAPPDELEGATE_H_ -#define FLUTTER_FLUTTERAPPDELEGATE_H_ +#ifndef FLUTTER_SHELL_PLATFORM_DARWIN_IOS_FRAMEWORK_HEADERS_FLUTTERAPPDELEGATE_H_ +#define FLUTTER_SHELL_PLATFORM_DARWIN_IOS_FRAMEWORK_HEADERS_FLUTTERAPPDELEGATE_H_ #import @@ -31,4 +31,4 @@ FLUTTER_DARWIN_EXPORT @end -#endif // FLUTTER_FLUTTERDARTPROJECT_H_ +#endif // FLUTTER_SHELL_PLATFORM_DARWIN_IOS_FRAMEWORK_HEADERS_FLUTTERAPPDELEGATE_H_ diff --git a/shell/platform/darwin/ios/framework/Headers/FlutterCallbackCache.h b/shell/platform/darwin/ios/framework/Headers/FlutterCallbackCache.h index d2065586856ad..b6e331d445b6a 100644 --- a/shell/platform/darwin/ios/framework/Headers/FlutterCallbackCache.h +++ b/shell/platform/darwin/ios/framework/Headers/FlutterCallbackCache.h @@ -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_FLUTTERCALLBACKCACHE_H_ -#define FLUTTER_FLUTTERCALLBACKCACHE_H_ +#ifndef FLUTTER_SHELL_PLATFORM_DARWIN_IOS_FRAMEWORK_HEADERS_FLUTTERCALLBACKCACHE_H_ +#define FLUTTER_SHELL_PLATFORM_DARWIN_IOS_FRAMEWORK_HEADERS_FLUTTERCALLBACKCACHE_H_ #import @@ -51,4 +51,4 @@ FLUTTER_DARWIN_EXPORT @end -#endif // FLUTTER_FLUTTERCALLBACKCACHE_H_ +#endif // FLUTTER_SHELL_PLATFORM_DARWIN_IOS_FRAMEWORK_HEADERS_FLUTTERCALLBACKCACHE_H_ diff --git a/shell/platform/darwin/ios/framework/Headers/FlutterEngine.h b/shell/platform/darwin/ios/framework/Headers/FlutterEngine.h index 52d6a5b1c868f..931c8de7b09d9 100644 --- a/shell/platform/darwin/ios/framework/Headers/FlutterEngine.h +++ b/shell/platform/darwin/ios/framework/Headers/FlutterEngine.h @@ -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_FLUTTERENGINE_H_ -#define FLUTTER_FLUTTERENGINE_H_ +#ifndef FLUTTER_SHELL_PLATFORM_DARWIN_IOS_FRAMEWORK_HEADERS_FLUTTERENGINE_H_ +#define FLUTTER_SHELL_PLATFORM_DARWIN_IOS_FRAMEWORK_HEADERS_FLUTTERENGINE_H_ #import #import @@ -459,4 +459,4 @@ FLUTTER_DARWIN_EXPORT NS_ASSUME_NONNULL_END -#endif // FLUTTER_FLUTTERENGINE_H_ +#endif // FLUTTER_SHELL_PLATFORM_DARWIN_IOS_FRAMEWORK_HEADERS_FLUTTERENGINE_H_ diff --git a/shell/platform/darwin/ios/framework/Headers/FlutterHeadlessDartRunner.h b/shell/platform/darwin/ios/framework/Headers/FlutterHeadlessDartRunner.h index bc58dd80edbb0..08069ab5b8608 100644 --- a/shell/platform/darwin/ios/framework/Headers/FlutterHeadlessDartRunner.h +++ b/shell/platform/darwin/ios/framework/Headers/FlutterHeadlessDartRunner.h @@ -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_FLUTTERHEADLESSDARTRUNNER_H_ -#define FLUTTER_FLUTTERHEADLESSDARTRUNNER_H_ +#ifndef FLUTTER_SHELL_PLATFORM_DARWIN_IOS_FRAMEWORK_HEADERS_FLUTTERHEADLESSDARTRUNNER_H_ +#define FLUTTER_SHELL_PLATFORM_DARWIN_IOS_FRAMEWORK_HEADERS_FLUTTERHEADLESSDARTRUNNER_H_ #import @@ -94,4 +94,4 @@ FLUTTER_DEPRECATED("FlutterEngine should be used rather than FlutterHeadlessDart @end -#endif // FLUTTER_FLUTTERHEADLESSDARTRUNNER_H_ +#endif // FLUTTER_SHELL_PLATFORM_DARWIN_IOS_FRAMEWORK_HEADERS_FLUTTERHEADLESSDARTRUNNER_H_ diff --git a/shell/platform/darwin/ios/framework/Headers/FlutterPlatformViews.h b/shell/platform/darwin/ios/framework/Headers/FlutterPlatformViews.h index 18a5709d3ca87..59ba4af616c1c 100644 --- a/shell/platform/darwin/ios/framework/Headers/FlutterPlatformViews.h +++ b/shell/platform/darwin/ios/framework/Headers/FlutterPlatformViews.h @@ -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_FLUTTERPLATFORMVIEWS_H_ -#define FLUTTER_FLUTTERPLATFORMVIEWS_H_ +#ifndef FLUTTER_SHELL_PLATFORM_DARWIN_IOS_FRAMEWORK_HEADERS_FLUTTERPLATFORMVIEWS_H_ +#define FLUTTER_SHELL_PLATFORM_DARWIN_IOS_FRAMEWORK_HEADERS_FLUTTERPLATFORMVIEWS_H_ #import @@ -53,4 +53,4 @@ FLUTTER_DARWIN_EXPORT NS_ASSUME_NONNULL_END -#endif // FLUTTER_FLUTTERPLATFORMVIEWS_H_ +#endif // FLUTTER_SHELL_PLATFORM_DARWIN_IOS_FRAMEWORK_HEADERS_FLUTTERPLATFORMVIEWS_H_ diff --git a/shell/platform/darwin/ios/framework/Headers/FlutterPlugin.h b/shell/platform/darwin/ios/framework/Headers/FlutterPlugin.h index 803e2c40fd595..8ab46cfe80ac9 100644 --- a/shell/platform/darwin/ios/framework/Headers/FlutterPlugin.h +++ b/shell/platform/darwin/ios/framework/Headers/FlutterPlugin.h @@ -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_FLUTTERPLUGIN_H_ -#define FLUTTER_FLUTTERPLUGIN_H_ +#ifndef FLUTTER_SHELL_PLATFORM_DARWIN_IOS_FRAMEWORK_HEADERS_FLUTTERPLUGIN_H_ +#define FLUTTER_SHELL_PLATFORM_DARWIN_IOS_FRAMEWORK_HEADERS_FLUTTERPLUGIN_H_ #import #import @@ -445,4 +445,4 @@ typedef enum { NS_ASSUME_NONNULL_END -#endif // FLUTTER_FLUTTERPLUGIN_H_ +#endif // FLUTTER_SHELL_PLATFORM_DARWIN_IOS_FRAMEWORK_HEADERS_FLUTTERPLUGIN_H_ diff --git a/shell/platform/darwin/ios/framework/Headers/FlutterPluginAppLifeCycleDelegate.h b/shell/platform/darwin/ios/framework/Headers/FlutterPluginAppLifeCycleDelegate.h index ba317f4214291..95d1e611e4950 100644 --- a/shell/platform/darwin/ios/framework/Headers/FlutterPluginAppLifeCycleDelegate.h +++ b/shell/platform/darwin/ios/framework/Headers/FlutterPluginAppLifeCycleDelegate.h @@ -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_FLUTTERPLUGINAPPLIFECYCLEDELEGATE_H_ -#define FLUTTER_FLUTTERPLUGINAPPLIFECYCLEDELEGATE_H_ +#ifndef FLUTTER_SHELL_PLATFORM_DARWIN_IOS_FRAMEWORK_HEADERS_FLUTTERPLUGINAPPLIFECYCLEDELEGATE_H_ +#define FLUTTER_SHELL_PLATFORM_DARWIN_IOS_FRAMEWORK_HEADERS_FLUTTERPLUGINAPPLIFECYCLEDELEGATE_H_ #import "FlutterPlugin.h" @@ -145,4 +145,4 @@ FLUTTER_DARWIN_EXPORT NS_ASSUME_NONNULL_END -#endif // FLUTTER_FLUTTERPLUGINAPPLIFECYCLEDELEGATE_H_ +#endif // FLUTTER_SHELL_PLATFORM_DARWIN_IOS_FRAMEWORK_HEADERS_FLUTTERPLUGINAPPLIFECYCLEDELEGATE_H_ diff --git a/shell/platform/darwin/ios/framework/Headers/FlutterViewController.h b/shell/platform/darwin/ios/framework/Headers/FlutterViewController.h index d3c513ea8dab4..a218fd3782e9e 100644 --- a/shell/platform/darwin/ios/framework/Headers/FlutterViewController.h +++ b/shell/platform/darwin/ios/framework/Headers/FlutterViewController.h @@ -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_FLUTTERVIEWCONTROLLER_H_ -#define FLUTTER_FLUTTERVIEWCONTROLLER_H_ +#ifndef FLUTTER_SHELL_PLATFORM_DARWIN_IOS_FRAMEWORK_HEADERS_FLUTTERVIEWCONTROLLER_H_ +#define FLUTTER_SHELL_PLATFORM_DARWIN_IOS_FRAMEWORK_HEADERS_FLUTTERVIEWCONTROLLER_H_ #import #include @@ -257,4 +257,4 @@ FLUTTER_DARWIN_EXPORT NS_ASSUME_NONNULL_END -#endif // FLUTTER_FLUTTERVIEWCONTROLLER_H_ +#endif // FLUTTER_SHELL_PLATFORM_DARWIN_IOS_FRAMEWORK_HEADERS_FLUTTERVIEWCONTROLLER_H_ diff --git a/shell/platform/darwin/ios/framework/Source/FlutterCallbackCache_Internal.h b/shell/platform/darwin/ios/framework/Source/FlutterCallbackCache_Internal.h index bc4219c146c0d..1d05c7bb23051 100644 --- a/shell/platform/darwin/ios/framework/Source/FlutterCallbackCache_Internal.h +++ b/shell/platform/darwin/ios/framework/Source/FlutterCallbackCache_Internal.h @@ -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_FLUTTERCALLBACKCACHE_INTERNAL_H_ -#define FLUTTER_FLUTTERCALLBACKCACHE_INTERNAL_H_ +#ifndef FLUTTER_SHELL_PLATFORM_DARWIN_IOS_FRAMEWORK_SOURCE_FLUTTERCALLBACKCACHE_INTERNAL_H_ +#define FLUTTER_SHELL_PLATFORM_DARWIN_IOS_FRAMEWORK_SOURCE_FLUTTERCALLBACKCACHE_INTERNAL_H_ #import "flutter/shell/platform/darwin/ios/framework/Headers/FlutterCallbackCache.h" @@ -13,4 +13,4 @@ @end -#endif // FLUTTER_FLUTTERCALLBACKCACHE_INTERNAL_H_ +#endif // FLUTTER_SHELL_PLATFORM_DARWIN_IOS_FRAMEWORK_SOURCE_FLUTTERCALLBACKCACHE_INTERNAL_H_ diff --git a/shell/platform/darwin/ios/framework/Source/FlutterChannelKeyResponder.h b/shell/platform/darwin/ios/framework/Source/FlutterChannelKeyResponder.h index 674b52378586b..514d1c6b3e9b2 100644 --- a/shell/platform/darwin/ios/framework/Source/FlutterChannelKeyResponder.h +++ b/shell/platform/darwin/ios/framework/Source/FlutterChannelKeyResponder.h @@ -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_SHELL_PLATFORM_DARWIN_IOS_FRAMEWORK_SOURCE_FLUTTER_CHANNEL_KEY_RESPONDER_H_ -#define FLUTTER_SHELL_PLATFORM_DARWIN_IOS_FRAMEWORK_SOURCE_FLUTTER_CHANNEL_KEY_RESPONDER_H_ +#ifndef FLUTTER_SHELL_PLATFORM_DARWIN_IOS_FRAMEWORK_SOURCE_FLUTTERCHANNELKEYRESPONDER_H_ +#define FLUTTER_SHELL_PLATFORM_DARWIN_IOS_FRAMEWORK_SOURCE_FLUTTERCHANNELKEYRESPONDER_H_ #import "flutter/shell/platform/darwin/ios/framework/Source/FlutterKeyPrimaryResponder.h" @@ -26,4 +26,4 @@ @end -#endif // FLUTTER_SHELL_PLATFORM_DARWIN_IOS_FRAMEWORK_SOURCE_FLUTTER_CHANNEL_KEY_RESPONDER_H_ +#endif // FLUTTER_SHELL_PLATFORM_DARWIN_IOS_FRAMEWORK_SOURCE_FLUTTERCHANNELKEYRESPONDER_H_ diff --git a/shell/platform/darwin/ios/framework/Source/FlutterDartProject_Internal.h b/shell/platform/darwin/ios/framework/Source/FlutterDartProject_Internal.h index 71a2b7cf57061..f90d44e900598 100644 --- a/shell/platform/darwin/ios/framework/Source/FlutterDartProject_Internal.h +++ b/shell/platform/darwin/ios/framework/Source/FlutterDartProject_Internal.h @@ -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 SHELL_PLATFORM_IOS_FRAMEWORK_SOURCE_FLUTTERDARTPROJECT_INTERNAL_H_ -#define SHELL_PLATFORM_IOS_FRAMEWORK_SOURCE_FLUTTERDARTPROJECT_INTERNAL_H_ +#ifndef FLUTTER_SHELL_PLATFORM_DARWIN_IOS_FRAMEWORK_SOURCE_FLUTTERDARTPROJECT_INTERNAL_H_ +#define FLUTTER_SHELL_PLATFORM_DARWIN_IOS_FRAMEWORK_SOURCE_FLUTTERDARTPROJECT_INTERNAL_H_ #include "flutter/common/settings.h" #include "flutter/runtime/platform_data.h" @@ -45,4 +45,4 @@ flutter::Settings FLTDefaultSettingsForBundle(NSBundle* _Nullable bundle = nil, NS_ASSUME_NONNULL_END -#endif // SHELL_PLATFORM_IOS_FRAMEWORK_SOURCE_FLUTTERDARTPROJECT_INTERNAL_H_ +#endif // FLUTTER_SHELL_PLATFORM_DARWIN_IOS_FRAMEWORK_SOURCE_FLUTTERDARTPROJECT_INTERNAL_H_ diff --git a/shell/platform/darwin/ios/framework/Source/FlutterDartVMServicePublisher.h b/shell/platform/darwin/ios/framework/Source/FlutterDartVMServicePublisher.h index 398e9f09e5a92..4feda093f5edc 100644 --- a/shell/platform/darwin/ios/framework/Source/FlutterDartVMServicePublisher.h +++ b/shell/platform/darwin/ios/framework/Source/FlutterDartVMServicePublisher.h @@ -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_FLUTTERDARTVMSERVICEPUBLISHER_H_ -#define FLUTTER_FLUTTERDARTVMSERVICEPUBLISHER_H_ +#ifndef FLUTTER_SHELL_PLATFORM_DARWIN_IOS_FRAMEWORK_SOURCE_FLUTTERDARTVMSERVICEPUBLISHER_H_ +#define FLUTTER_SHELL_PLATFORM_DARWIN_IOS_FRAMEWORK_SOURCE_FLUTTERDARTVMSERVICEPUBLISHER_H_ #import @@ -18,4 +18,4 @@ @end -#endif // FLUTTER_FLUTTERDARTVMSERVICEPUBLISHER_H_ +#endif // FLUTTER_SHELL_PLATFORM_DARWIN_IOS_FRAMEWORK_SOURCE_FLUTTERDARTVMSERVICEPUBLISHER_H_ diff --git a/shell/platform/darwin/ios/framework/Source/FlutterEmbedderKeyResponder.h b/shell/platform/darwin/ios/framework/Source/FlutterEmbedderKeyResponder.h index 81eb81ea125d4..00a33f0a57c31 100644 --- a/shell/platform/darwin/ios/framework/Source/FlutterEmbedderKeyResponder.h +++ b/shell/platform/darwin/ios/framework/Source/FlutterEmbedderKeyResponder.h @@ -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_SHELL_PLATFORM_DARWIN_IOS_FRAMEWORK_SOURCE_FLUTTER_EMBEDDER_KEY_RESPONDER_H_ -#define FLUTTER_SHELL_PLATFORM_DARWIN_IOS_FRAMEWORK_SOURCE_FLUTTER_EMBEDDER_KEY_RESPONDER_H_ +#ifndef FLUTTER_SHELL_PLATFORM_DARWIN_IOS_FRAMEWORK_SOURCE_FLUTTEREMBEDDERKEYRESPONDER_H_ +#define FLUTTER_SHELL_PLATFORM_DARWIN_IOS_FRAMEWORK_SOURCE_FLUTTEREMBEDDERKEYRESPONDER_H_ #import #import @@ -35,4 +35,4 @@ typedef void (^FlutterSendKeyEvent)(const FlutterKeyEvent& /* event */, @end -#endif // FLUTTER_SHELL_PLATFORM_DARWIN_IOS_FRAMEWORK_SOURCE_FLUTTER_EMBEDDER_KEY_RESPONDER_H_ +#endif // FLUTTER_SHELL_PLATFORM_DARWIN_IOS_FRAMEWORK_SOURCE_FLUTTEREMBEDDERKEYRESPONDER_H_ diff --git a/shell/platform/darwin/ios/framework/Source/FlutterEngine_Internal.h b/shell/platform/darwin/ios/framework/Source/FlutterEngine_Internal.h index 2d476e93ebc3c..03c1e6ef34d7e 100644 --- a/shell/platform/darwin/ios/framework/Source/FlutterEngine_Internal.h +++ b/shell/platform/darwin/ios/framework/Source/FlutterEngine_Internal.h @@ -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_SHELL_PLATFORM_DARWIN_IOS_FRAMEWORK_SOURCE_FLUTTER_ENGINE_INTERNAL_H_ -#define FLUTTER_SHELL_PLATFORM_DARWIN_IOS_FRAMEWORK_SOURCE_FLUTTER_ENGINE_INTERNAL_H_ +#ifndef FLUTTER_SHELL_PLATFORM_DARWIN_IOS_FRAMEWORK_SOURCE_FLUTTERENGINE_INTERNAL_H_ +#define FLUTTER_SHELL_PLATFORM_DARWIN_IOS_FRAMEWORK_SOURCE_FLUTTERENGINE_INTERNAL_H_ #import "flutter/shell/platform/darwin/ios/framework/Headers/FlutterEngine.h" @@ -87,4 +87,4 @@ extern NSString* const kFlutterEngineWillDealloc; NS_ASSUME_NONNULL_END -#endif // FLUTTER_SHELL_PLATFORM_DARWIN_IOS_FRAMEWORK_SOURCE_FLUTTER_ENGINE_INTERNAL_H_ +#endif // FLUTTER_SHELL_PLATFORM_DARWIN_IOS_FRAMEWORK_SOURCE_FLUTTERENGINE_INTERNAL_H_ diff --git a/shell/platform/darwin/ios/framework/Source/FlutterFakeKeyEvents.h b/shell/platform/darwin/ios/framework/Source/FlutterFakeKeyEvents.h index d2996c1e4a5b2..42d4626fa3720 100644 --- a/shell/platform/darwin/ios/framework/Source/FlutterFakeKeyEvents.h +++ b/shell/platform/darwin/ios/framework/Source/FlutterFakeKeyEvents.h @@ -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_SHELL_PLATFORM_DARWIN_IOS_FRAMEWORK_SOURCE_FLUTTER_FAKE_KEY_EVENTS_H_ -#define FLUTTER_SHELL_PLATFORM_DARWIN_IOS_FRAMEWORK_SOURCE_FLUTTER_FAKE_KEY_EVENTS_H_ +#ifndef FLUTTER_SHELL_PLATFORM_DARWIN_IOS_FRAMEWORK_SOURCE_FLUTTERFAKEKEYEVENTS_H_ +#define FLUTTER_SHELL_PLATFORM_DARWIN_IOS_FRAMEWORK_SOURCE_FLUTTERFAKEKEYEVENTS_H_ #import #import @@ -72,4 +72,4 @@ extern FlutterUIPressProxy* keyEventWithPhase(UIPressPhase phase, API_AVAILABLE(ios(13.4)); } // namespace testing } // namespace flutter -#endif // FLUTTER_SHELL_PLATFORM_DARWIN_IOS_FRAMEWORK_SOURCE_FLUTTER_FAKE_KEY_EVENTS_H_ +#endif // FLUTTER_SHELL_PLATFORM_DARWIN_IOS_FRAMEWORK_SOURCE_FLUTTERFAKEKEYEVENTS_H_ diff --git a/shell/platform/darwin/ios/framework/Source/FlutterIndirectScribbleDelegate.h b/shell/platform/darwin/ios/framework/Source/FlutterIndirectScribbleDelegate.h index f5647e6173387..1611941e8c81e 100644 --- a/shell/platform/darwin/ios/framework/Source/FlutterIndirectScribbleDelegate.h +++ b/shell/platform/darwin/ios/framework/Source/FlutterIndirectScribbleDelegate.h @@ -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 SHELL_PLATFORM_IOS_FRAMEWORK_SOURCE_FLUTTERINDIRECTSCRIBBLEDELEGATE_H_ -#define SHELL_PLATFORM_IOS_FRAMEWORK_SOURCE_FLUTTERINDIRECTSCRIBBLEDELEGATE_H_ +#ifndef FLUTTER_SHELL_PLATFORM_DARWIN_IOS_FRAMEWORK_SOURCE_FLUTTERINDIRECTSCRIBBLEDELEGATE_H_ +#define FLUTTER_SHELL_PLATFORM_DARWIN_IOS_FRAMEWORK_SOURCE_FLUTTERINDIRECTSCRIBBLEDELEGATE_H_ #import @@ -21,4 +21,4 @@ NS_ASSUME_NONNULL_BEGIN @end NS_ASSUME_NONNULL_END -#endif // SHELL_PLATFORM_IOS_FRAMEWORK_SOURCE_FLUTTERINDIRECTSCRIBBLEDELEGATE_H_ +#endif // FLUTTER_SHELL_PLATFORM_DARWIN_IOS_FRAMEWORK_SOURCE_FLUTTERINDIRECTSCRIBBLEDELEGATE_H_ diff --git a/shell/platform/darwin/ios/framework/Source/FlutterKeyPrimaryResponder.h b/shell/platform/darwin/ios/framework/Source/FlutterKeyPrimaryResponder.h index d89f3a9d5e66e..2843e5d5d35cf 100644 --- a/shell/platform/darwin/ios/framework/Source/FlutterKeyPrimaryResponder.h +++ b/shell/platform/darwin/ios/framework/Source/FlutterKeyPrimaryResponder.h @@ -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_SHELL_PLATFORM_DARWIN_IOS_FRAMEWORK_SOURCE_FLUTTER_KEY_PRIMARY_RESPONDER_H_ -#define FLUTTER_SHELL_PLATFORM_DARWIN_IOS_FRAMEWORK_SOURCE_FLUTTER_KEY_PRIMARY_RESPONDER_H_ +#ifndef FLUTTER_SHELL_PLATFORM_DARWIN_IOS_FRAMEWORK_SOURCE_FLUTTERKEYPRIMARYRESPONDER_H_ +#define FLUTTER_SHELL_PLATFORM_DARWIN_IOS_FRAMEWORK_SOURCE_FLUTTERKEYPRIMARYRESPONDER_H_ #import "flutter/shell/platform/darwin/ios/framework/Source/FlutterUIPressProxy.h" @@ -31,4 +31,4 @@ typedef void (^FlutterAsyncKeyCallback)(BOOL handled); @end -#endif // FLUTTER_SHELL_PLATFORM_DARWIN_IOS_FRAMEWORK_SOURCE_FLUTTER_KEY_PRIMARY_RESPONDER_H_ +#endif // FLUTTER_SHELL_PLATFORM_DARWIN_IOS_FRAMEWORK_SOURCE_FLUTTERKEYPRIMARYRESPONDER_H_ diff --git a/shell/platform/darwin/ios/framework/Source/FlutterKeySecondaryResponder.h b/shell/platform/darwin/ios/framework/Source/FlutterKeySecondaryResponder.h index 7aaa0b7f31530..7a23014fa8a9e 100644 --- a/shell/platform/darwin/ios/framework/Source/FlutterKeySecondaryResponder.h +++ b/shell/platform/darwin/ios/framework/Source/FlutterKeySecondaryResponder.h @@ -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_SHELL_PLATFORM_DARWIN_IOS_FRAMEWORK_SOURCE_FLUTTER_KEY_SECONDARY_RESPONDER_H_ -#define FLUTTER_SHELL_PLATFORM_DARWIN_IOS_FRAMEWORK_SOURCE_FLUTTER_KEY_SECONDARY_RESPONDER_H_ +#ifndef FLUTTER_SHELL_PLATFORM_DARWIN_IOS_FRAMEWORK_SOURCE_FLUTTERKEYSECONDARYRESPONDER_H_ +#define FLUTTER_SHELL_PLATFORM_DARWIN_IOS_FRAMEWORK_SOURCE_FLUTTERKEYSECONDARYRESPONDER_H_ #import "flutter/shell/platform/darwin/ios/framework/Source/FlutterUIPressProxy.h" @@ -28,4 +28,4 @@ - (BOOL)handlePress:(nonnull FlutterUIPressProxy*)press API_AVAILABLE(ios(13.4)); @end -#endif // FLUTTER_SHELL_PLATFORM_DARWIN_IOS_FRAMEWORK_SOURCE_FLUTTER_KEY_SECONDARY_RESPONDER_H_ +#endif // FLUTTER_SHELL_PLATFORM_DARWIN_IOS_FRAMEWORK_SOURCE_FLUTTERKEYSECONDARYRESPONDER_H_ diff --git a/shell/platform/darwin/ios/framework/Source/FlutterKeyboardManager.h b/shell/platform/darwin/ios/framework/Source/FlutterKeyboardManager.h index abfde38ef4217..33763f7499dcc 100644 --- a/shell/platform/darwin/ios/framework/Source/FlutterKeyboardManager.h +++ b/shell/platform/darwin/ios/framework/Source/FlutterKeyboardManager.h @@ -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_SHELL_PLATFORM_DARWIN_IOS_FRAMEWORK_SOURCE_FLUTTER_KEYBOARD_MANAGER_H_ -#define FLUTTER_SHELL_PLATFORM_DARWIN_IOS_FRAMEWORK_SOURCE_FLUTTER_KEYBOARD_MANAGER_H_ +#ifndef FLUTTER_SHELL_PLATFORM_DARWIN_IOS_FRAMEWORK_SOURCE_FLUTTERKEYBOARDMANAGER_H_ +#define FLUTTER_SHELL_PLATFORM_DARWIN_IOS_FRAMEWORK_SOURCE_FLUTTERKEYBOARDMANAGER_H_ #import "flutter/shell/platform/darwin/ios/framework/Source/FlutterKeyPrimaryResponder.h" @@ -71,4 +71,4 @@ typedef void (^KeyEventCompleteCallback)(bool, FlutterUIPressProxy* _Nonnull) nextAction:(nonnull void (^)())next API_AVAILABLE(ios(13.4)); @end -#endif // FLUTTER_SHELL_PLATFORM_DARWIN_IOS_FRAMEWORK_SOURCE_FLUTTER_KEYBOARD_MANAGER_H_ +#endif // FLUTTER_SHELL_PLATFORM_DARWIN_IOS_FRAMEWORK_SOURCE_FLUTTERKEYBOARDMANAGER_H_ diff --git a/shell/platform/darwin/ios/framework/Source/FlutterOverlayView.h b/shell/platform/darwin/ios/framework/Source/FlutterOverlayView.h index 4f9ddd6bbbdf1..f94a0c4028888 100644 --- a/shell/platform/darwin/ios/framework/Source/FlutterOverlayView.h +++ b/shell/platform/darwin/ios/framework/Source/FlutterOverlayView.h @@ -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 SHELL_PLATFORM_IOS_FRAMEWORK_SOURCE_FLUTTER_OVERLAY_VIEW_H_ -#define SHELL_PLATFORM_IOS_FRAMEWORK_SOURCE_FLUTTER_OVERLAY_VIEW_H_ +#ifndef FLUTTER_SHELL_PLATFORM_DARWIN_IOS_FRAMEWORK_SOURCE_FLUTTEROVERLAYVIEW_H_ +#define FLUTTER_SHELL_PLATFORM_DARWIN_IOS_FRAMEWORK_SOURCE_FLUTTEROVERLAYVIEW_H_ #include #include @@ -38,4 +38,4 @@ @end -#endif // SHELL_PLATFORM_IOS_FRAMEWORK_SOURCE_FLUTTER_OVERLAY_VIEW_H_ +#endif // FLUTTER_SHELL_PLATFORM_DARWIN_IOS_FRAMEWORK_SOURCE_FLUTTEROVERLAYVIEW_H_ diff --git a/shell/platform/darwin/ios/framework/Source/FlutterPlatformPlugin.h b/shell/platform/darwin/ios/framework/Source/FlutterPlatformPlugin.h index 5c0498f979ac3..d3252d27b2ecb 100644 --- a/shell/platform/darwin/ios/framework/Source/FlutterPlatformPlugin.h +++ b/shell/platform/darwin/ios/framework/Source/FlutterPlatformPlugin.h @@ -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 SHELL_PLATFORM_IOS_FRAMEWORK_SOURCE_FLUTTERPLATFORMPLUGIN_H_ -#define SHELL_PLATFORM_IOS_FRAMEWORK_SOURCE_FLUTTERPLATFORMPLUGIN_H_ +#ifndef FLUTTER_SHELL_PLATFORM_DARWIN_IOS_FRAMEWORK_SOURCE_FLUTTERPLATFORMPLUGIN_H_ +#define FLUTTER_SHELL_PLATFORM_DARWIN_IOS_FRAMEWORK_SOURCE_FLUTTERPLATFORMPLUGIN_H_ #include "flutter/fml/platform/darwin/weak_nsobject.h" #import "flutter/shell/platform/darwin/common/framework/Headers/FlutterChannels.h" @@ -26,4 +26,4 @@ extern const char* const kOverlayStyleUpdateNotificationKey; } // namespace flutter -#endif // SHELL_PLATFORM_IOS_FRAMEWORK_SOURCE_FLUTTERPLATFORMPLUGIN_H_ +#endif // FLUTTER_SHELL_PLATFORM_DARWIN_IOS_FRAMEWORK_SOURCE_FLUTTERPLATFORMPLUGIN_H_ diff --git a/shell/platform/darwin/ios/framework/Source/FlutterRestorationPlugin.h b/shell/platform/darwin/ios/framework/Source/FlutterRestorationPlugin.h index 36311be2340fc..dc437179c9e3d 100644 --- a/shell/platform/darwin/ios/framework/Source/FlutterRestorationPlugin.h +++ b/shell/platform/darwin/ios/framework/Source/FlutterRestorationPlugin.h @@ -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 SHELL_PLATFORM_IOS_FRAMEWORK_SOURCE_FLUTTERRESTORATIONPLUGIN_H_ -#define SHELL_PLATFORM_IOS_FRAMEWORK_SOURCE_FLUTTERRESTORATIONPLUGIN_H_ +#ifndef FLUTTER_SHELL_PLATFORM_DARWIN_IOS_FRAMEWORK_SOURCE_FLUTTERRESTORATIONPLUGIN_H_ +#define FLUTTER_SHELL_PLATFORM_DARWIN_IOS_FRAMEWORK_SOURCE_FLUTTERRESTORATIONPLUGIN_H_ #import @@ -19,4 +19,4 @@ - (void)markRestorationComplete; - (void)reset; @end -#endif // SHELL_PLATFORM_IOS_FRAMEWORK_SOURCE_FLUTTERRESTORATIONPLUGIN_H_ +#endif // FLUTTER_SHELL_PLATFORM_DARWIN_IOS_FRAMEWORK_SOURCE_FLUTTERRESTORATIONPLUGIN_H_ diff --git a/shell/platform/darwin/ios/framework/Source/FlutterSemanticsScrollView.h b/shell/platform/darwin/ios/framework/Source/FlutterSemanticsScrollView.h index 5a6a90f85bfd8..f83047f28b562 100644 --- a/shell/platform/darwin/ios/framework/Source/FlutterSemanticsScrollView.h +++ b/shell/platform/darwin/ios/framework/Source/FlutterSemanticsScrollView.h @@ -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 SHELL_PLATFORM_IOS_FRAMEWORK_SOURCE_FLUTTER_SEMANTICS_SCROLL_VIEW_H_ -#define SHELL_PLATFORM_IOS_FRAMEWORK_SOURCE_FLUTTER_SEMANTICS_SCROLL_VIEW_H_ +#ifndef FLUTTER_SHELL_PLATFORM_DARWIN_IOS_FRAMEWORK_SOURCE_FLUTTERSEMANTICSSCROLLVIEW_H_ +#define FLUTTER_SHELL_PLATFORM_DARWIN_IOS_FRAMEWORK_SOURCE_FLUTTERSEMANTICSSCROLLVIEW_H_ #import @@ -29,4 +29,4 @@ NS_ASSUME_NONNULL_BEGIN @end NS_ASSUME_NONNULL_END -#endif // SHELL_PLATFORM_IOS_FRAMEWORK_SOURCE_FLUTTER_SEMANTICS_SCROLL_VIEW_H_ +#endif // FLUTTER_SHELL_PLATFORM_DARWIN_IOS_FRAMEWORK_SOURCE_FLUTTERSEMANTICSSCROLLVIEW_H_ diff --git a/shell/platform/darwin/ios/framework/Source/FlutterSpellCheckPlugin.h b/shell/platform/darwin/ios/framework/Source/FlutterSpellCheckPlugin.h index 790e192362d13..1e3a4a73ccdfb 100644 --- a/shell/platform/darwin/ios/framework/Source/FlutterSpellCheckPlugin.h +++ b/shell/platform/darwin/ios/framework/Source/FlutterSpellCheckPlugin.h @@ -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 SHELL_PLATFORM_IOS_FRAMEWORK_SOURCE_FLUTTERSPELLCHECKPLUGIN_H_ -#define SHELL_PLATFORM_IOS_FRAMEWORK_SOURCE_FLUTTERSPELLCHECKPLUGIN_H_ +#ifndef FLUTTER_SHELL_PLATFORM_DARWIN_IOS_FRAMEWORK_SOURCE_FLUTTERSPELLCHECKPLUGIN_H_ +#define FLUTTER_SHELL_PLATFORM_DARWIN_IOS_FRAMEWORK_SOURCE_FLUTTERSPELLCHECKPLUGIN_H_ #include "flutter/fml/memory/weak_ptr.h" @@ -29,4 +29,4 @@ @end -#endif // SHELL_PLATFORM_IOS_FRAMEWORK_SOURCE_FLUTTERSPELLCHECKPLUGIN_H_ +#endif // FLUTTER_SHELL_PLATFORM_DARWIN_IOS_FRAMEWORK_SOURCE_FLUTTERSPELLCHECKPLUGIN_H_ diff --git a/shell/platform/darwin/ios/framework/Source/FlutterTextInputDelegate.h b/shell/platform/darwin/ios/framework/Source/FlutterTextInputDelegate.h index 7793e616cc88f..2b5c76f77a7fb 100644 --- a/shell/platform/darwin/ios/framework/Source/FlutterTextInputDelegate.h +++ b/shell/platform/darwin/ios/framework/Source/FlutterTextInputDelegate.h @@ -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 SHELL_PLATFORM_IOS_FRAMEWORK_SOURCE_FLUTTERTEXTINPUTDELEGATE_H_ -#define SHELL_PLATFORM_IOS_FRAMEWORK_SOURCE_FLUTTERTEXTINPUTDELEGATE_H_ +#ifndef FLUTTER_SHELL_PLATFORM_DARWIN_IOS_FRAMEWORK_SOURCE_FLUTTERTEXTINPUTDELEGATE_H_ +#define FLUTTER_SHELL_PLATFORM_DARWIN_IOS_FRAMEWORK_SOURCE_FLUTTERTEXTINPUTDELEGATE_H_ #import @@ -67,4 +67,4 @@ typedef NS_ENUM(NSInteger, FlutterFloatingCursorDragState) { didResignFirstResponderWithTextInputClient:(int)client; @end -#endif // SHELL_PLATFORM_IOS_FRAMEWORK_SOURCE_FLUTTERTEXTINPUTDELEGATE_H_ +#endif // FLUTTER_SHELL_PLATFORM_DARWIN_IOS_FRAMEWORK_SOURCE_FLUTTERTEXTINPUTDELEGATE_H_ diff --git a/shell/platform/darwin/ios/framework/Source/FlutterTextInputPlugin.h b/shell/platform/darwin/ios/framework/Source/FlutterTextInputPlugin.h index 0304842c91d10..dcf4f69010a4b 100644 --- a/shell/platform/darwin/ios/framework/Source/FlutterTextInputPlugin.h +++ b/shell/platform/darwin/ios/framework/Source/FlutterTextInputPlugin.h @@ -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 SHELL_PLATFORM_IOS_FRAMEWORK_SOURCE_FLUTTERTEXTINPUTPLUGIN_H_ -#define SHELL_PLATFORM_IOS_FRAMEWORK_SOURCE_FLUTTERTEXTINPUTPLUGIN_H_ +#ifndef FLUTTER_SHELL_PLATFORM_DARWIN_IOS_FRAMEWORK_SOURCE_FLUTTERTEXTINPUTPLUGIN_H_ +#define FLUTTER_SHELL_PLATFORM_DARWIN_IOS_FRAMEWORK_SOURCE_FLUTTERTEXTINPUTPLUGIN_H_ #import @@ -177,4 +177,4 @@ FLUTTER_DARWIN_EXPORT @property(nonatomic, readonly) id flutterFirstResponder; @end -#endif // SHELL_PLATFORM_IOS_FRAMEWORK_SOURCE_FLUTTERTEXTINPUTPLUGIN_H_ +#endif // FLUTTER_SHELL_PLATFORM_DARWIN_IOS_FRAMEWORK_SOURCE_FLUTTERTEXTINPUTPLUGIN_H_ diff --git a/shell/platform/darwin/ios/framework/Source/FlutterTouchInterceptingView_Test.h b/shell/platform/darwin/ios/framework/Source/FlutterTouchInterceptingView_Test.h index 52f4f465c0f16..5d0eae76aedca 100644 --- a/shell/platform/darwin/ios/framework/Source/FlutterTouchInterceptingView_Test.h +++ b/shell/platform/darwin/ios/framework/Source/FlutterTouchInterceptingView_Test.h @@ -4,11 +4,11 @@ #import "flutter/shell/platform/darwin/ios/framework/Source/FlutterPlatformViews_Internal.h" -#ifndef SHELL_PLATFORM_IOS_FRAMEWORK_SOURCE_FLUTTER_TOUCH_INTERCEPTING_VIEW_TEST_H_ -#define SHELL_PLATFORM_IOS_FRAMEWORK_SOURCE_FLUTTER_TOUCH_INTERCEPTING_VIEW_TEST_H_ +#ifndef FLUTTER_SHELL_PLATFORM_DARWIN_IOS_FRAMEWORK_SOURCE_FLUTTERTOUCHINTERCEPTINGVIEW_TEST_H_ +#define FLUTTER_SHELL_PLATFORM_DARWIN_IOS_FRAMEWORK_SOURCE_FLUTTERTOUCHINTERCEPTINGVIEW_TEST_H_ @interface FlutterTouchInterceptingView (Tests) - (id)accessibilityContainer; @end -#endif // SHELL_PLATFORM_IOS_FRAMEWORK_SOURCE_FLUTTER_TOUCH_INTERCEPTING_VIEW_TESTS_H_ +#endif // FLUTTER_SHELL_PLATFORM_DARWIN_IOS_FRAMEWORK_SOURCE_FLUTTERTOUCHINTERCEPTINGVIEW_TEST_H_ diff --git a/shell/platform/darwin/ios/framework/Source/FlutterUIPressProxy.h b/shell/platform/darwin/ios/framework/Source/FlutterUIPressProxy.h index b5c568670a28c..9aeb4d7a517cb 100644 --- a/shell/platform/darwin/ios/framework/Source/FlutterUIPressProxy.h +++ b/shell/platform/darwin/ios/framework/Source/FlutterUIPressProxy.h @@ -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_SHELL_PLATFORM_DARWIN_IOS_FRAMEWORK_SOURCE_FLUTTER_UI_PRESS_PROXY_H_ -#define FLUTTER_SHELL_PLATFORM_DARWIN_IOS_FRAMEWORK_SOURCE_FLUTTER_UI_PRESS_PROXY_H_ +#ifndef FLUTTER_SHELL_PLATFORM_DARWIN_IOS_FRAMEWORK_SOURCE_FLUTTERUIPRESSPROXY_H_ +#define FLUTTER_SHELL_PLATFORM_DARWIN_IOS_FRAMEWORK_SOURCE_FLUTTERUIPRESSPROXY_H_ #import #include @@ -25,4 +25,4 @@ API_AVAILABLE(ios(13.4)) @end -#endif // FLUTTER_SHELL_PLATFORM_DARWIN_IOS_FRAMEWORK_SOURCE_FLUTTER_UI_PRESS_PROXY_H_ +#endif // FLUTTER_SHELL_PLATFORM_DARWIN_IOS_FRAMEWORK_SOURCE_FLUTTERUIPRESSPROXY_H_ diff --git a/shell/platform/darwin/ios/framework/Source/FlutterUndoManagerDelegate.h b/shell/platform/darwin/ios/framework/Source/FlutterUndoManagerDelegate.h index 3e428c7ab0d9e..b81e7510d0114 100644 --- a/shell/platform/darwin/ios/framework/Source/FlutterUndoManagerDelegate.h +++ b/shell/platform/darwin/ios/framework/Source/FlutterUndoManagerDelegate.h @@ -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 SHELL_PLATFORM_IOS_FRAMEWORK_SOURCE_FLUTTERUNDOMANAGERDELEGATE_H_ -#define SHELL_PLATFORM_IOS_FRAMEWORK_SOURCE_FLUTTERUNDOMANAGERDELEGATE_H_ +#ifndef FLUTTER_SHELL_PLATFORM_DARWIN_IOS_FRAMEWORK_SOURCE_FLUTTERUNDOMANAGERDELEGATE_H_ +#define FLUTTER_SHELL_PLATFORM_DARWIN_IOS_FRAMEWORK_SOURCE_FLUTTERUNDOMANAGERDELEGATE_H_ #import @@ -24,4 +24,4 @@ typedef NS_ENUM(NSInteger, FlutterUndoRedoDirection) { @end NS_ASSUME_NONNULL_END -#endif // SHELL_PLATFORM_IOS_FRAMEWORK_SOURCE_FLUTTERUNDOMANAGERDELEGATE_H_ +#endif // FLUTTER_SHELL_PLATFORM_DARWIN_IOS_FRAMEWORK_SOURCE_FLUTTERUNDOMANAGERDELEGATE_H_ diff --git a/shell/platform/darwin/ios/framework/Source/FlutterUndoManagerPlugin.h b/shell/platform/darwin/ios/framework/Source/FlutterUndoManagerPlugin.h index 8e38f76e5c090..c2dac66f87d47 100644 --- a/shell/platform/darwin/ios/framework/Source/FlutterUndoManagerPlugin.h +++ b/shell/platform/darwin/ios/framework/Source/FlutterUndoManagerPlugin.h @@ -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 SHELL_PLATFORM_IOS_FRAMEWORK_SOURCE_FLUTTERUNDOMANAGERPLUGIN_H_ -#define SHELL_PLATFORM_IOS_FRAMEWORK_SOURCE_FLUTTERUNDOMANAGERPLUGIN_H_ +#ifndef FLUTTER_SHELL_PLATFORM_DARWIN_IOS_FRAMEWORK_SOURCE_FLUTTERUNDOMANAGERPLUGIN_H_ +#define FLUTTER_SHELL_PLATFORM_DARWIN_IOS_FRAMEWORK_SOURCE_FLUTTERUNDOMANAGERPLUGIN_H_ #import @@ -26,4 +26,4 @@ @end -#endif // SHELL_PLATFORM_IOS_FRAMEWORK_SOURCE_FLUTTERUNDOMANAGERPLUGIN_H_ +#endif // FLUTTER_SHELL_PLATFORM_DARWIN_IOS_FRAMEWORK_SOURCE_FLUTTERUNDOMANAGERPLUGIN_H_ diff --git a/shell/platform/darwin/ios/framework/Source/FlutterView.h b/shell/platform/darwin/ios/framework/Source/FlutterView.h index 6337580c6887f..83d101dba13cb 100644 --- a/shell/platform/darwin/ios/framework/Source/FlutterView.h +++ b/shell/platform/darwin/ios/framework/Source/FlutterView.h @@ -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 SHELL_PLATFORM_IOS_FRAMEWORK_SOURCE_FLUTTER_VIEW_H_ -#define SHELL_PLATFORM_IOS_FRAMEWORK_SOURCE_FLUTTER_VIEW_H_ +#ifndef FLUTTER_SHELL_PLATFORM_DARWIN_IOS_FRAMEWORK_SOURCE_FLUTTERVIEW_H_ +#define FLUTTER_SHELL_PLATFORM_DARWIN_IOS_FRAMEWORK_SOURCE_FLUTTERVIEW_H_ #include #import @@ -54,4 +54,4 @@ @property(class, nonatomic) BOOL forceSoftwareRendering; @end -#endif // SHELL_PLATFORM_IOS_FRAMEWORK_SOURCE_FLUTTER_VIEW_H_ +#endif // FLUTTER_SHELL_PLATFORM_DARWIN_IOS_FRAMEWORK_SOURCE_FLUTTERVIEW_H_ diff --git a/shell/platform/darwin/ios/framework/Source/FlutterViewResponder.h b/shell/platform/darwin/ios/framework/Source/FlutterViewResponder.h index a9bf602e86fef..5cb25ca05d9f1 100644 --- a/shell/platform/darwin/ios/framework/Source/FlutterViewResponder.h +++ b/shell/platform/darwin/ios/framework/Source/FlutterViewResponder.h @@ -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 SHELL_PLATFORM_IOS_FRAMEWORK_SOURCE_FLUTTERVIEWRESPONDER_H_ -#define SHELL_PLATFORM_IOS_FRAMEWORK_SOURCE_FLUTTERVIEWRESPONDER_H_ +#ifndef FLUTTER_SHELL_PLATFORM_DARWIN_IOS_FRAMEWORK_SOURCE_FLUTTERVIEWRESPONDER_H_ +#define FLUTTER_SHELL_PLATFORM_DARWIN_IOS_FRAMEWORK_SOURCE_FLUTTERVIEWRESPONDER_H_ #import @@ -21,4 +21,4 @@ NS_ASSUME_NONNULL_BEGIN @end NS_ASSUME_NONNULL_END -#endif // SHELL_PLATFORM_IOS_FRAMEWORK_SOURCE_FLUTTERVIEWRESPONDER_H_ +#endif // FLUTTER_SHELL_PLATFORM_DARWIN_IOS_FRAMEWORK_SOURCE_FLUTTERVIEWRESPONDER_H_ diff --git a/shell/platform/darwin/ios/framework/Source/IOKit.h b/shell/platform/darwin/ios/framework/Source/IOKit.h index 6b177a8e2b1cf..3573834449ccb 100644 --- a/shell/platform/darwin/ios/framework/Source/IOKit.h +++ b/shell/platform/darwin/ios/framework/Source/IOKit.h @@ -104,5 +104,5 @@ kern_return_t IOServiceGetMatchingServices(mach_port_t master, #endif // __cplusplus #endif // FLUTTER_SHELL_PLATFORM_DARWIN_IOS_FRAMEWORK_SOURCE_IOKIT_H_ -#endif // defined(FLUTTER_RUNTIME_MODE_DEBUG) || +#endif // FLUTTER_SHELL_PLATFORM_DARWIN_IOS_FRAMEWORK_SOURCE_IOKIT_H_ // defined(FLUTTER_RUNTIME_MODE_PROFILE) diff --git a/shell/platform/darwin/ios/framework/Source/KeyCodeMap_Internal.h b/shell/platform/darwin/ios/framework/Source/KeyCodeMap_Internal.h index 79edd9673699f..f01fc43e21316 100644 --- a/shell/platform/darwin/ios/framework/Source/KeyCodeMap_Internal.h +++ b/shell/platform/darwin/ios/framework/Source/KeyCodeMap_Internal.h @@ -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_SHELL_PLATFORM_DARWIN_IOS_FRAMEWORK_SOURCE_KEY_CODE_MAP_INTERNAL_H_ -#define FLUTTER_SHELL_PLATFORM_DARWIN_IOS_FRAMEWORK_SOURCE_KEY_CODE_MAP_INTERNAL_H_ +#ifndef FLUTTER_SHELL_PLATFORM_DARWIN_IOS_FRAMEWORK_SOURCE_KEYCODEMAP_INTERNAL_H_ +#define FLUTTER_SHELL_PLATFORM_DARWIN_IOS_FRAMEWORK_SOURCE_KEYCODEMAP_INTERNAL_H_ #import #include @@ -128,4 +128,4 @@ extern const std::map anyModifierToLeft; // NOLINTNEXTLINE(readability-identifier-naming) extern const std::set functionKeyCodes; -#endif // FLUTTER_SHELL_PLATFORM_DARWIN_IOS_FRAMEWORK_SOURCE_KEY_CODE_MAP_INTERNAL_H_ +#endif // FLUTTER_SHELL_PLATFORM_DARWIN_IOS_FRAMEWORK_SOURCE_KEYCODEMAP_INTERNAL_H_ diff --git a/shell/platform/darwin/ios/framework/Source/SemanticsObject.h b/shell/platform/darwin/ios/framework/Source/SemanticsObject.h index 8a431193d1a8d..5298d5fabac6e 100644 --- a/shell/platform/darwin/ios/framework/Source/SemanticsObject.h +++ b/shell/platform/darwin/ios/framework/Source/SemanticsObject.h @@ -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 SHELL_PLATFORM_IOS_FRAMEWORK_SOURCE_SEMANTICS_OBJECT_H_ -#define SHELL_PLATFORM_IOS_FRAMEWORK_SOURCE_SEMANTICS_OBJECT_H_ +#ifndef FLUTTER_SHELL_PLATFORM_DARWIN_IOS_FRAMEWORK_SOURCE_SEMANTICSOBJECT_H_ +#define FLUTTER_SHELL_PLATFORM_DARWIN_IOS_FRAMEWORK_SOURCE_SEMANTICSOBJECT_H_ #import @@ -235,4 +235,4 @@ constexpr float kScrollExtentMaxForInf = 1000; @end -#endif // SHELL_PLATFORM_IOS_FRAMEWORK_SOURCE_SEMANTICS_OBJECT_H_ +#endif // FLUTTER_SHELL_PLATFORM_DARWIN_IOS_FRAMEWORK_SOURCE_SEMANTICSOBJECT_H_ diff --git a/shell/platform/darwin/ios/framework/Source/SemanticsObjectTestMocks.h b/shell/platform/darwin/ios/framework/Source/SemanticsObjectTestMocks.h index 8d06239288ec6..9813d435a1f83 100644 --- a/shell/platform/darwin/ios/framework/Source/SemanticsObjectTestMocks.h +++ b/shell/platform/darwin/ios/framework/Source/SemanticsObjectTestMocks.h @@ -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 SHELL_PLATFORM_IOS_FRAMEWORK_SOURCE_SEMANTICS_OBJECT_TEST_MOCKS_H_ -#define SHELL_PLATFORM_IOS_FRAMEWORK_SOURCE_SEMANTICS_OBJECT_TEST_MOCKS_H_ +#ifndef FLUTTER_SHELL_PLATFORM_DARWIN_IOS_FRAMEWORK_SOURCE_SEMANTICSOBJECTTESTMOCKS_H_ +#define FLUTTER_SHELL_PLATFORM_DARWIN_IOS_FRAMEWORK_SOURCE_SEMANTICSOBJECTTESTMOCKS_H_ #import "flutter/shell/platform/darwin/ios/framework/Source/SemanticsObject.h" @@ -92,4 +92,4 @@ class MockAccessibilityBridgeNoWindow : public AccessibilityBridgeIos { - (id)_accessibilityHitTest:(CGPoint)point withEvent:(UIEvent*)event; @end -#endif // SHELL_PLATFORM_IOS_FRAMEWORK_SOURCE_SEMANTICS_OBJECT_TEST_MOCKS_H_ +#endif // FLUTTER_SHELL_PLATFORM_DARWIN_IOS_FRAMEWORK_SOURCE_SEMANTICSOBJECTTESTMOCKS_H_ diff --git a/shell/platform/darwin/ios/framework/Source/UIViewController+FlutterScreenAndSceneIfLoaded.h b/shell/platform/darwin/ios/framework/Source/UIViewController+FlutterScreenAndSceneIfLoaded.h index 6ea449287093b..d8ef23dcde98e 100644 --- a/shell/platform/darwin/ios/framework/Source/UIViewController+FlutterScreenAndSceneIfLoaded.h +++ b/shell/platform/darwin/ios/framework/Source/UIViewController+FlutterScreenAndSceneIfLoaded.h @@ -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_UIVIEWCONTROLLER_FLUTTERSCREENANDSCENEIFLOADED_H_ -#define FLUTTER_UIVIEWCONTROLLER_FLUTTERSCREENANDSCENEIFLOADED_H_ +#ifndef FLUTTER_SHELL_PLATFORM_DARWIN_IOS_FRAMEWORK_SOURCE_UIVIEWCONTROLLER_FLUTTERSCREENANDSCENEIFLOADED_H_ +#define FLUTTER_SHELL_PLATFORM_DARWIN_IOS_FRAMEWORK_SOURCE_UIVIEWCONTROLLER_FLUTTERSCREENANDSCENEIFLOADED_H_ #import @@ -18,4 +18,4 @@ @end -#endif // FLUTTER_UIVIEWCONTROLLER_FLUTTERSCREENANDSCENEIFLOADED_H_ +#endif // FLUTTER_SHELL_PLATFORM_DARWIN_IOS_FRAMEWORK_SOURCE_UIVIEWCONTROLLER_FLUTTERSCREENANDSCENEIFLOADED_H_ diff --git a/shell/platform/darwin/ios/framework/Source/accessibility_bridge.h b/shell/platform/darwin/ios/framework/Source/accessibility_bridge.h index b2e8de42fc296..c117b83593f10 100644 --- a/shell/platform/darwin/ios/framework/Source/accessibility_bridge.h +++ b/shell/platform/darwin/ios/framework/Source/accessibility_bridge.h @@ -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 SHELL_PLATFORM_IOS_FRAMEWORK_SOURCE_ACCESSIBILITY_BRIDGE_H_ -#define SHELL_PLATFORM_IOS_FRAMEWORK_SOURCE_ACCESSIBILITY_BRIDGE_H_ +#ifndef FLUTTER_SHELL_PLATFORM_DARWIN_IOS_FRAMEWORK_SOURCE_ACCESSIBILITY_BRIDGE_H_ +#define FLUTTER_SHELL_PLATFORM_DARWIN_IOS_FRAMEWORK_SOURCE_ACCESSIBILITY_BRIDGE_H_ #import @@ -109,4 +109,4 @@ class AccessibilityBridge final : public AccessibilityBridgeIos { } // namespace flutter -#endif // SHELL_PLATFORM_IOS_FRAMEWORK_SOURCE_ACCESSIBILITY_BRIDGE_H_ +#endif // FLUTTER_SHELL_PLATFORM_DARWIN_IOS_FRAMEWORK_SOURCE_ACCESSIBILITY_BRIDGE_H_ diff --git a/shell/platform/darwin/ios/framework/Source/accessibility_bridge_ios.h b/shell/platform/darwin/ios/framework/Source/accessibility_bridge_ios.h index f91defbf9681f..9b6d5ef0a1922 100644 --- a/shell/platform/darwin/ios/framework/Source/accessibility_bridge_ios.h +++ b/shell/platform/darwin/ios/framework/Source/accessibility_bridge_ios.h @@ -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 SHELL_PLATFORM_IOS_FRAMEWORK_SOURCE_ACCESSIBILITY_BRIDGE_IOS_H_ -#define SHELL_PLATFORM_IOS_FRAMEWORK_SOURCE_ACCESSIBILITY_BRIDGE_IOS_H_ +#ifndef FLUTTER_SHELL_PLATFORM_DARWIN_IOS_FRAMEWORK_SOURCE_ACCESSIBILITY_BRIDGE_IOS_H_ +#define FLUTTER_SHELL_PLATFORM_DARWIN_IOS_FRAMEWORK_SOURCE_ACCESSIBILITY_BRIDGE_IOS_H_ #include #include @@ -44,4 +44,4 @@ class AccessibilityBridgeIos { } // namespace flutter -#endif // SHELL_PLATFORM_IOS_FRAMEWORK_SOURCE_ACCESSIBILITY_BRIDGE_IOS_H_ +#endif // FLUTTER_SHELL_PLATFORM_DARWIN_IOS_FRAMEWORK_SOURCE_ACCESSIBILITY_BRIDGE_IOS_H_ diff --git a/shell/platform/darwin/ios/framework/Source/accessibility_text_entry.h b/shell/platform/darwin/ios/framework/Source/accessibility_text_entry.h index 9df47186ccf73..ee97385f6f064 100644 --- a/shell/platform/darwin/ios/framework/Source/accessibility_text_entry.h +++ b/shell/platform/darwin/ios/framework/Source/accessibility_text_entry.h @@ -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 SHELL_PLATFORM_IOS_FRAMEWORK_SOURCE_ACCESSIBILITY_TEXT_ENTRY_H_ -#define SHELL_PLATFORM_IOS_FRAMEWORK_SOURCE_ACCESSIBILITY_TEXT_ENTRY_H_ +#ifndef FLUTTER_SHELL_PLATFORM_DARWIN_IOS_FRAMEWORK_SOURCE_ACCESSIBILITY_TEXT_ENTRY_H_ +#define FLUTTER_SHELL_PLATFORM_DARWIN_IOS_FRAMEWORK_SOURCE_ACCESSIBILITY_TEXT_ENTRY_H_ /** * An implementation of `UITextInput` used for text fields that do not currently @@ -33,4 +33,4 @@ @interface TextInputSemanticsObject : SemanticsObject @end -#endif // SHELL_PLATFORM_IOS_FRAMEWORK_SOURCE_ACCESSIBILITY_TEXT_ENTRY_H_ +#endif // FLUTTER_SHELL_PLATFORM_DARWIN_IOS_FRAMEWORK_SOURCE_ACCESSIBILITY_TEXT_ENTRY_H_ diff --git a/shell/platform/darwin/ios/framework/Source/connection_collection.h b/shell/platform/darwin/ios/framework/Source/connection_collection.h index 3f93435b83ca9..1269edad17a30 100644 --- a/shell/platform/darwin/ios/framework/Source/connection_collection.h +++ b/shell/platform/darwin/ios/framework/Source/connection_collection.h @@ -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 SHELL_PLATFORM_IOS_FRAMEWORK_SOURCE_CONNECTION_COLLECTION_H_ -#define SHELL_PLATFORM_IOS_FRAMEWORK_SOURCE_CONNECTION_COLLECTION_H_ +#ifndef FLUTTER_SHELL_PLATFORM_DARWIN_IOS_FRAMEWORK_SOURCE_CONNECTION_COLLECTION_H_ +#define FLUTTER_SHELL_PLATFORM_DARWIN_IOS_FRAMEWORK_SOURCE_CONNECTION_COLLECTION_H_ #include #include @@ -33,4 +33,4 @@ class ConnectionCollection { } // namespace flutter -#endif // SHELL_PLATFORM_IOS_FRAMEWORK_SOURCE_CONNECTION_COLLECTION_H_ +#endif // FLUTTER_SHELL_PLATFORM_DARWIN_IOS_FRAMEWORK_SOURCE_CONNECTION_COLLECTION_H_ diff --git a/shell/platform/darwin/ios/ios_context.h b/shell/platform/darwin/ios/ios_context.h index 121c7aeaa14e9..04743b4c3a63b 100644 --- a/shell/platform/darwin/ios/ios_context.h +++ b/shell/platform/darwin/ios/ios_context.h @@ -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_SHELL_PLATFORM_DARWIN_IOS_IOS_RESOURCE_CONTEXT_H_ -#define FLUTTER_SHELL_PLATFORM_DARWIN_IOS_IOS_RESOURCE_CONTEXT_H_ +#ifndef FLUTTER_SHELL_PLATFORM_DARWIN_IOS_IOS_CONTEXT_H_ +#define FLUTTER_SHELL_PLATFORM_DARWIN_IOS_IOS_CONTEXT_H_ #include @@ -157,4 +157,4 @@ class IOSContext { } // namespace flutter -#endif // FLUTTER_SHELL_PLATFORM_DARWIN_IOS_IOS_RESOURCE_CONTEXT_H_ +#endif // FLUTTER_SHELL_PLATFORM_DARWIN_IOS_IOS_CONTEXT_H_ diff --git a/shell/platform/darwin/ios/ios_context_metal_impeller.h b/shell/platform/darwin/ios/ios_context_metal_impeller.h index 5eaf6104fb2f6..10d9ca0c0ae28 100644 --- a/shell/platform/darwin/ios/ios_context_metal_impeller.h +++ b/shell/platform/darwin/ios/ios_context_metal_impeller.h @@ -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_SHELL_PLATFORM_DARWIN_IOS_IOS_CONTEXT_METAL_IMPELER_H_ -#define FLUTTER_SHELL_PLATFORM_DARWIN_IOS_IOS_CONTEXT_METAL_IMPELER_H_ +#ifndef FLUTTER_SHELL_PLATFORM_DARWIN_IOS_IOS_CONTEXT_METAL_IMPELLER_H_ +#define FLUTTER_SHELL_PLATFORM_DARWIN_IOS_IOS_CONTEXT_METAL_IMPELLER_H_ #include "flutter/fml/macros.h" #include "flutter/shell/platform/darwin/graphics/FlutterDarwinContextMetalImpeller.h" @@ -56,4 +56,4 @@ class IOSContextMetalImpeller final : public IOSContext { } // namespace flutter -#endif // FLUTTER_SHELL_PLATFORM_DARWIN_IOS_IOS_CONTEXT_METAL_IMPELER_H_ +#endif // FLUTTER_SHELL_PLATFORM_DARWIN_IOS_IOS_CONTEXT_METAL_IMPELLER_H_ diff --git a/shell/platform/darwin/ios/platform_message_handler_ios.h b/shell/platform/darwin/ios/platform_message_handler_ios.h index bfc649ca7864a..6d49ae506f40f 100644 --- a/shell/platform/darwin/ios/platform_message_handler_ios.h +++ b/shell/platform/darwin/ios/platform_message_handler_ios.h @@ -49,4 +49,4 @@ class PlatformMessageHandlerIos : public PlatformMessageHandler { } // namespace flutter -#endif +#endif // FLUTTER_SHELL_PLATFORM_DARWIN_IOS_PLATFORM_MESSAGE_HANDLER_IOS_H_ diff --git a/shell/platform/darwin/ios/platform_view_ios.h b/shell/platform/darwin/ios/platform_view_ios.h index 6be7d4a499122..fed1adfba1899 100644 --- a/shell/platform/darwin/ios/platform_view_ios.h +++ b/shell/platform/darwin/ios/platform_view_ios.h @@ -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 SHELL_PLATFORM_IOS_PLATFORM_VIEW_IOS_H_ -#define SHELL_PLATFORM_IOS_PLATFORM_VIEW_IOS_H_ +#ifndef FLUTTER_SHELL_PLATFORM_DARWIN_IOS_PLATFORM_VIEW_IOS_H_ +#define FLUTTER_SHELL_PLATFORM_DARWIN_IOS_PLATFORM_VIEW_IOS_H_ #include @@ -183,4 +183,4 @@ class PlatformViewIOS final : public PlatformView { } // namespace flutter -#endif // SHELL_PLATFORM_IOS_PLATFORM_VIEW_IOS_H_ +#endif // FLUTTER_SHELL_PLATFORM_DARWIN_IOS_PLATFORM_VIEW_IOS_H_ diff --git a/shell/platform/darwin/macos/framework/Headers/FlutterAppDelegate.h b/shell/platform/darwin/macos/framework/Headers/FlutterAppDelegate.h index f4d17817519b0..9390a011655dd 100644 --- a/shell/platform/darwin/macos/framework/Headers/FlutterAppDelegate.h +++ b/shell/platform/darwin/macos/framework/Headers/FlutterAppDelegate.h @@ -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_FLUTTERAPPDELEGATE_H_ -#define FLUTTER_FLUTTERAPPDELEGATE_H_ +#ifndef FLUTTER_SHELL_PLATFORM_DARWIN_MACOS_FRAMEWORK_HEADERS_FLUTTERAPPDELEGATE_H_ +#define FLUTTER_SHELL_PLATFORM_DARWIN_MACOS_FRAMEWORK_HEADERS_FLUTTERAPPDELEGATE_H_ #import @@ -66,4 +66,4 @@ FLUTTER_DARWIN_EXPORT @end -#endif // FLUTTER_FLUTTERAPPDELEGATE_H_ +#endif // FLUTTER_SHELL_PLATFORM_DARWIN_MACOS_FRAMEWORK_HEADERS_FLUTTERAPPDELEGATE_H_ diff --git a/shell/platform/darwin/macos/framework/Headers/FlutterAppLifecycleDelegate.h b/shell/platform/darwin/macos/framework/Headers/FlutterAppLifecycleDelegate.h index 9f704c2cf0867..85ce96aa65c51 100644 --- a/shell/platform/darwin/macos/framework/Headers/FlutterAppLifecycleDelegate.h +++ b/shell/platform/darwin/macos/framework/Headers/FlutterAppLifecycleDelegate.h @@ -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_FLUTTERAPPLIFECYCLEDELEGATE_H_ -#define FLUTTER_FLUTTERAPPLIFECYCLEDELEGATE_H_ +#ifndef FLUTTER_SHELL_PLATFORM_DARWIN_MACOS_FRAMEWORK_HEADERS_FLUTTERAPPLIFECYCLEDELEGATE_H_ +#define FLUTTER_SHELL_PLATFORM_DARWIN_MACOS_FRAMEWORK_HEADERS_FLUTTERAPPLIFECYCLEDELEGATE_H_ #import #include @@ -144,4 +144,4 @@ FLUTTER_DARWIN_EXPORT NS_ASSUME_NONNULL_END -#endif // FLUTTER_FLUTTERAPPLIFECYCLEDELEGATE_H_ +#endif // FLUTTER_SHELL_PLATFORM_DARWIN_MACOS_FRAMEWORK_HEADERS_FLUTTERAPPLIFECYCLEDELEGATE_H_ diff --git a/shell/platform/darwin/macos/framework/Headers/FlutterEngine.h b/shell/platform/darwin/macos/framework/Headers/FlutterEngine.h index bc0cb71097360..cebdf9005eb80 100644 --- a/shell/platform/darwin/macos/framework/Headers/FlutterEngine.h +++ b/shell/platform/darwin/macos/framework/Headers/FlutterEngine.h @@ -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_FLUTTERENGINE_H_ -#define FLUTTER_FLUTTERENGINE_H_ +#ifndef FLUTTER_SHELL_PLATFORM_DARWIN_MACOS_FRAMEWORK_HEADERS_FLUTTERENGINE_H_ +#define FLUTTER_SHELL_PLATFORM_DARWIN_MACOS_FRAMEWORK_HEADERS_FLUTTERENGINE_H_ #import @@ -99,4 +99,4 @@ FLUTTER_DARWIN_EXPORT @end -#endif // FLUTTER_FLUTTERENGINE_H_ +#endif // FLUTTER_SHELL_PLATFORM_DARWIN_MACOS_FRAMEWORK_HEADERS_FLUTTERENGINE_H_ diff --git a/shell/platform/darwin/macos/framework/Headers/FlutterPlatformViews.h b/shell/platform/darwin/macos/framework/Headers/FlutterPlatformViews.h index 4287a34785cdc..2f35b898c3df3 100644 --- a/shell/platform/darwin/macos/framework/Headers/FlutterPlatformViews.h +++ b/shell/platform/darwin/macos/framework/Headers/FlutterPlatformViews.h @@ -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_FLUTTERPLATFORMVIEWS_H_ -#define FLUTTER_FLUTTERPLATFORMVIEWS_H_ +#ifndef FLUTTER_SHELL_PLATFORM_DARWIN_MACOS_FRAMEWORK_HEADERS_FLUTTERPLATFORMVIEWS_H_ +#define FLUTTER_SHELL_PLATFORM_DARWIN_MACOS_FRAMEWORK_HEADERS_FLUTTERPLATFORMVIEWS_H_ #import @@ -37,4 +37,4 @@ - (nullable NSObject*)createArgsCodec; @end -#endif // FLUTTER_FLUTTERPLATFORMVIEWS_H_ +#endif // FLUTTER_SHELL_PLATFORM_DARWIN_MACOS_FRAMEWORK_HEADERS_FLUTTERPLATFORMVIEWS_H_ diff --git a/shell/platform/darwin/macos/framework/Source/AccessibilityBridgeMac.h b/shell/platform/darwin/macos/framework/Source/AccessibilityBridgeMac.h index 4055af4507c1f..9d983a6ae3f0f 100644 --- a/shell/platform/darwin/macos/framework/Source/AccessibilityBridgeMac.h +++ b/shell/platform/darwin/macos/framework/Source/AccessibilityBridgeMac.h @@ -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_SHELL_PLATFORM_DARWIN_MACOS_FRAMEWORK_SOURCE_ACCESSIBILITY_BRIDGE_MAC_H_ -#define FLUTTER_SHELL_PLATFORM_DARWIN_MACOS_FRAMEWORK_SOURCE_ACCESSIBILITY_BRIDGE_MAC_H_ +#ifndef FLUTTER_SHELL_PLATFORM_DARWIN_MACOS_FRAMEWORK_SOURCE_ACCESSIBILITYBRIDGEMAC_H_ +#define FLUTTER_SHELL_PLATFORM_DARWIN_MACOS_FRAMEWORK_SOURCE_ACCESSIBILITYBRIDGEMAC_H_ #import @@ -95,4 +95,4 @@ class AccessibilityBridgeMac : public AccessibilityBridge { } // namespace flutter -#endif // FLUTTER_SHELL_PLATFORM_DARWIN_MACOS_FRAMEWORK_SOURCE_ACCESSIBILITY_BRIDGE_MAC_H_ +#endif // FLUTTER_SHELL_PLATFORM_DARWIN_MACOS_FRAMEWORK_SOURCE_ACCESSIBILITYBRIDGEMAC_H_ diff --git a/shell/platform/darwin/macos/framework/Source/FlutterAppDelegate_Internal.h b/shell/platform/darwin/macos/framework/Source/FlutterAppDelegate_Internal.h index b811b9995a2c2..83176f3acdea9 100644 --- a/shell/platform/darwin/macos/framework/Source/FlutterAppDelegate_Internal.h +++ b/shell/platform/darwin/macos/framework/Source/FlutterAppDelegate_Internal.h @@ -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_FLUTTERAPPDELEGATE_INTERNAL_H_ -#define FLUTTER_FLUTTERAPPDELEGATE_INTERNAL_H_ +#ifndef FLUTTER_SHELL_PLATFORM_DARWIN_MACOS_FRAMEWORK_SOURCE_FLUTTERAPPDELEGATE_INTERNAL_H_ +#define FLUTTER_SHELL_PLATFORM_DARWIN_MACOS_FRAMEWORK_SOURCE_FLUTTERAPPDELEGATE_INTERNAL_H_ #import "flutter/shell/platform/darwin/macos/framework/Headers/FlutterAppDelegate.h" #import "flutter/shell/platform/darwin/macos/framework/Source/FlutterEngine_Internal.h" @@ -18,4 +18,4 @@ @end -#endif // FLUTTER_FLUTTERAPPDELEGATE_INTERNAL_H_ +#endif // FLUTTER_SHELL_PLATFORM_DARWIN_MACOS_FRAMEWORK_SOURCE_FLUTTERAPPDELEGATE_INTERNAL_H_ diff --git a/shell/platform/darwin/macos/framework/Source/FlutterAppLifecycleDelegate_Internal.h b/shell/platform/darwin/macos/framework/Source/FlutterAppLifecycleDelegate_Internal.h index 18b8e44422871..de55dddbade97 100644 --- a/shell/platform/darwin/macos/framework/Source/FlutterAppLifecycleDelegate_Internal.h +++ b/shell/platform/darwin/macos/framework/Source/FlutterAppLifecycleDelegate_Internal.h @@ -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 SHELL_PLATFORM_DARWIN_MACOS_FRAMEWORK_SOURCE_FLUTTERAPPLIFECYCLEDELEGATE_INTERNAL_H_ -#define SHELL_PLATFORM_DARWIN_MACOS_FRAMEWORK_SOURCE_FLUTTERAPPLIFECYCLEDELEGATE_INTERNAL_H_ +#ifndef FLUTTER_SHELL_PLATFORM_DARWIN_MACOS_FRAMEWORK_SOURCE_FLUTTERAPPLIFECYCLEDELEGATE_INTERNAL_H_ +#define FLUTTER_SHELL_PLATFORM_DARWIN_MACOS_FRAMEWORK_SOURCE_FLUTTERAPPLIFECYCLEDELEGATE_INTERNAL_H_ #import "flutter/shell/platform/darwin/macos/framework/Headers/FlutterAppLifecycleDelegate.h" @@ -15,4 +15,4 @@ @property(nonatomic, strong) NSPointerArray* delegates; @end -#endif // SHELL_PLATFORM_DARWIN_MACOS_FRAMEWORK_SOURCE_FLUTTERAPPLIFECYCLEDELEGATE_INTERNAL_H_ +#endif // FLUTTER_SHELL_PLATFORM_DARWIN_MACOS_FRAMEWORK_SOURCE_FLUTTERAPPLIFECYCLEDELEGATE_INTERNAL_H_ diff --git a/shell/platform/darwin/macos/framework/Source/FlutterCompositor.h b/shell/platform/darwin/macos/framework/Source/FlutterCompositor.h index 555add5803a81..6ebcfaab2b186 100644 --- a/shell/platform/darwin/macos/framework/Source/FlutterCompositor.h +++ b/shell/platform/darwin/macos/framework/Source/FlutterCompositor.h @@ -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_COMPOSITOR_H_ -#define FLUTTER_COMPOSITOR_H_ +#ifndef FLUTTER_SHELL_PLATFORM_DARWIN_MACOS_FRAMEWORK_SOURCE_FLUTTERCOMPOSITOR_H_ +#define FLUTTER_SHELL_PLATFORM_DARWIN_MACOS_FRAMEWORK_SOURCE_FLUTTERCOMPOSITOR_H_ #include #include @@ -79,4 +79,4 @@ class FlutterCompositor { } // namespace flutter -#endif // FLUTTER_COMPOSITOR_H_ +#endif // FLUTTER_SHELL_PLATFORM_DARWIN_MACOS_FRAMEWORK_SOURCE_FLUTTERCOMPOSITOR_H_ diff --git a/shell/platform/darwin/macos/framework/Source/FlutterDartProject_Internal.h b/shell/platform/darwin/macos/framework/Source/FlutterDartProject_Internal.h index 0dc1f46ba1dbf..a629f5556019a 100644 --- a/shell/platform/darwin/macos/framework/Source/FlutterDartProject_Internal.h +++ b/shell/platform/darwin/macos/framework/Source/FlutterDartProject_Internal.h @@ -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 SHELL_PLATFORM_DARWIN_MACOS_FRAMEWORK_SOURCE_FLUTTERDARTPROJECT_INTERNAL_H_ -#define SHELL_PLATFORM_DARWIN_MACOS_FRAMEWORK_SOURCE_FLUTTERDARTPROJECT_INTERNAL_H_ +#ifndef FLUTTER_SHELL_PLATFORM_DARWIN_MACOS_FRAMEWORK_SOURCE_FLUTTERDARTPROJECT_INTERNAL_H_ +#define FLUTTER_SHELL_PLATFORM_DARWIN_MACOS_FRAMEWORK_SOURCE_FLUTTERDARTPROJECT_INTERNAL_H_ #import "flutter/shell/platform/darwin/common/framework/Headers/FlutterDartProject.h" #import "flutter/shell/platform/darwin/common/framework/Source/FlutterNSBundleUtils.h" @@ -45,4 +45,4 @@ @end -#endif // SHELL_PLATFORM_DARWIN_MACOS_FRAMEWORK_SOURCE_FLUTTERDARTPROJECT_INTERNAL_H_ +#endif // FLUTTER_SHELL_PLATFORM_DARWIN_MACOS_FRAMEWORK_SOURCE_FLUTTERDARTPROJECT_INTERNAL_H_ diff --git a/shell/platform/embedder/embedder.h b/shell/platform/embedder/embedder.h index 6ac644181f8e6..45c6303f14597 100644 --- a/shell/platform/embedder/embedder.h +++ b/shell/platform/embedder/embedder.h @@ -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_EMBEDDER_H_ -#define FLUTTER_EMBEDDER_H_ +#ifndef FLUTTER_SHELL_PLATFORM_EMBEDDER_EMBEDDER_H_ +#define FLUTTER_SHELL_PLATFORM_EMBEDDER_EMBEDDER_H_ #include #include @@ -3142,4 +3142,4 @@ FlutterEngineResult FlutterEngineGetProcAddresses( } // extern "C" #endif -#endif // FLUTTER_EMBEDDER_H_ +#endif // FLUTTER_SHELL_PLATFORM_EMBEDDER_EMBEDDER_H_ diff --git a/shell/platform/embedder/embedder_layers.h b/shell/platform/embedder/embedder_layers.h index b4054bde66508..e821cb09a7e85 100644 --- a/shell/platform/embedder/embedder_layers.h +++ b/shell/platform/embedder/embedder_layers.h @@ -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_SHELL_PLATFORM_EMBEDDER_EMBEDDER_FLUTTER_LAYERS_H_ -#define FLUTTER_SHELL_PLATFORM_EMBEDDER_EMBEDDER_FLUTTER_LAYERS_H_ +#ifndef FLUTTER_SHELL_PLATFORM_EMBEDDER_EMBEDDER_LAYERS_H_ +#define FLUTTER_SHELL_PLATFORM_EMBEDDER_EMBEDDER_LAYERS_H_ #include #include @@ -54,4 +54,4 @@ class EmbedderLayers { } // namespace flutter -#endif // FLUTTER_SHELL_PLATFORM_EMBEDDER_EMBEDDER_FLUTTER_LAYERS_H_ +#endif // FLUTTER_SHELL_PLATFORM_EMBEDDER_EMBEDDER_LAYERS_H_ diff --git a/shell/platform/embedder/embedder_struct_macros.h b/shell/platform/embedder/embedder_struct_macros.h index 8bd3097951286..483fd2ab5c07d 100644 --- a/shell/platform/embedder/embedder_struct_macros.h +++ b/shell/platform/embedder/embedder_struct_macros.h @@ -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_SHELL_PLATFORM_EMBEDDER_EMBEDDER_SAFE_ACCESS_H_ -#define FLUTTER_SHELL_PLATFORM_EMBEDDER_EMBEDDER_SAFE_ACCESS_H_ +#ifndef FLUTTER_SHELL_PLATFORM_EMBEDDER_EMBEDDER_STRUCT_MACROS_H_ +#define FLUTTER_SHELL_PLATFORM_EMBEDDER_EMBEDDER_STRUCT_MACROS_H_ #include @@ -29,4 +29,4 @@ #define SAFE_EXISTS_ONE_OF(pointer, member1, member2) \ (SAFE_EXISTS(pointer, member1) != SAFE_EXISTS(pointer, member2)) -#endif // FLUTTER_SHELL_PLATFORM_EMBEDDER_EMBEDDER_SAFE_ACCESS_H_ +#endif // FLUTTER_SHELL_PLATFORM_EMBEDDER_EMBEDDER_STRUCT_MACROS_H_ diff --git a/shell/platform/embedder/pixel_formats.h b/shell/platform/embedder/pixel_formats.h index 12af860c6415a..21ae90053062b 100644 --- a/shell/platform/embedder/pixel_formats.h +++ b/shell/platform/embedder/pixel_formats.h @@ -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_SHELL_PLATFORM_EMBEDDER_EMBEDDER_COMMON_H_ -#define FLUTTER_SHELL_PLATFORM_EMBEDDER_EMBEDDER_COMMON_H_ +#ifndef FLUTTER_SHELL_PLATFORM_EMBEDDER_PIXEL_FORMATS_H_ +#define FLUTTER_SHELL_PLATFORM_EMBEDDER_PIXEL_FORMATS_H_ #include #include "flutter/shell/common/rasterizer.h" @@ -13,4 +13,4 @@ std::optional getSkColorType(FlutterSoftwarePixelFormat pixfmt); std::optional getSkColorInfo(FlutterSoftwarePixelFormat pixfmt); -#endif +#endif // FLUTTER_SHELL_PLATFORM_EMBEDDER_PIXEL_FORMATS_H_ diff --git a/shell/platform/embedder/test_utils/key_codes.g.h b/shell/platform/embedder/test_utils/key_codes.g.h index 1694781d5fc67..9a7ae0e96cf0a 100644 --- a/shell/platform/embedder/test_utils/key_codes.g.h +++ b/shell/platform/embedder/test_utils/key_codes.g.h @@ -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_SHELL_PLATFORM_COMMON_TESTING_KEY_CODES_H_ -#define FLUTTER_SHELL_PLATFORM_COMMON_TESTING_KEY_CODES_H_ +#ifndef FLUTTER_SHELL_PLATFORM_EMBEDDER_TEST_UTILS_KEY_CODES_G_H_ +#define FLUTTER_SHELL_PLATFORM_EMBEDDER_TEST_UTILS_KEY_CODES_G_H_ #include @@ -748,4 +748,4 @@ constexpr uint64_t kLogicalGameButtonZ = 0x0020000031f; } // namespace flutter -#endif // FLUTTER_SHELL_PLATFORM_COMMON_TESTING_KEY_CODES_H_ +#endif // FLUTTER_SHELL_PLATFORM_EMBEDDER_TEST_UTILS_KEY_CODES_G_H_ diff --git a/shell/platform/embedder/test_utils/proc_table_replacement.h b/shell/platform/embedder/test_utils/proc_table_replacement.h index 3f2cd88c3f19e..b05b1bb963e52 100644 --- a/shell/platform/embedder/test_utils/proc_table_replacement.h +++ b/shell/platform/embedder/test_utils/proc_table_replacement.h @@ -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_SHELL_PLATFORM_COMMON_TESTING_PROC_TABLE_REPLACEMENT_H_ -#define FLUTTER_SHELL_PLATFORM_COMMON_TESTING_PROC_TABLE_REPLACEMENT_H_ +#ifndef FLUTTER_SHELL_PLATFORM_EMBEDDER_TEST_UTILS_PROC_TABLE_REPLACEMENT_H_ +#define FLUTTER_SHELL_PLATFORM_EMBEDDER_TEST_UTILS_PROC_TABLE_REPLACEMENT_H_ #include "flutter/shell/platform/embedder/embedder.h" @@ -26,4 +26,4 @@ return non_capturing; \ })() -#endif // FLUTTER_SHELL_PLATFORM_COMMON_TESTING_PROC_TABLE_REPLACEMENT_H_ +#endif // FLUTTER_SHELL_PLATFORM_EMBEDDER_TEST_UTILS_PROC_TABLE_REPLACEMENT_H_ diff --git a/shell/platform/embedder/tests/embedder_frozen.h b/shell/platform/embedder/tests/embedder_frozen.h index 60c995fed61cf..afd66372fdeab 100644 --- a/shell/platform/embedder/tests/embedder_frozen.h +++ b/shell/platform/embedder/tests/embedder_frozen.h @@ -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_SHELL_PLATFORM_EMBEDDER_EMBEDDER_FROZEN_H_ -#define FLUTTER_SHELL_PLATFORM_EMBEDDER_EMBEDDER_FROZEN_H_ +#ifndef FLUTTER_SHELL_PLATFORM_EMBEDDER_TESTS_EMBEDDER_FROZEN_H_ +#define FLUTTER_SHELL_PLATFORM_EMBEDDER_TESTS_EMBEDDER_FROZEN_H_ #include "flutter/shell/platform/embedder/embedder.h" @@ -111,4 +111,4 @@ typedef struct { } // namespace testing } // namespace flutter -#endif // FLUTTER_SHELL_PLATFORM_EMBEDDER_EMBEDDER_FROZEN_H_ +#endif // FLUTTER_SHELL_PLATFORM_EMBEDDER_TESTS_EMBEDDER_FROZEN_H_ diff --git a/shell/platform/embedder/tests/embedder_test_compositor.h b/shell/platform/embedder/tests/embedder_test_compositor.h index 2578445c7ba6d..e9ad712034014 100644 --- a/shell/platform/embedder/tests/embedder_test_compositor.h +++ b/shell/platform/embedder/tests/embedder_test_compositor.h @@ -98,4 +98,4 @@ class EmbedderTestCompositor { } // namespace testing } // namespace flutter -#endif // FLUTTER_SHELL_PLATFORM_EMBEDDER_TESTS_EMBEDDER_TEST_COMPOSITOR_GL_H_ +#endif // FLUTTER_SHELL_PLATFORM_EMBEDDER_TESTS_EMBEDDER_TEST_COMPOSITOR_H_ diff --git a/shell/platform/embedder/tests/embedder_test_context.h b/shell/platform/embedder/tests/embedder_test_context.h index 4bb675b2ced06..6f1a1568232d6 100644 --- a/shell/platform/embedder/tests/embedder_test_context.h +++ b/shell/platform/embedder/tests/embedder_test_context.h @@ -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_SHELL_PLATFORM_EMBEDDER_TESTS_EMBEDDER_CONTEXT_H_ -#define FLUTTER_SHELL_PLATFORM_EMBEDDER_TESTS_EMBEDDER_CONTEXT_H_ +#ifndef FLUTTER_SHELL_PLATFORM_EMBEDDER_TESTS_EMBEDDER_TEST_CONTEXT_H_ +#define FLUTTER_SHELL_PLATFORM_EMBEDDER_TESTS_EMBEDDER_TEST_CONTEXT_H_ #include #include @@ -188,4 +188,4 @@ class EmbedderTestContext { } // namespace testing } // namespace flutter -#endif // FLUTTER_SHELL_PLATFORM_EMBEDDER_TESTS_EMBEDDER_CONTEXT_H_ +#endif // FLUTTER_SHELL_PLATFORM_EMBEDDER_TESTS_EMBEDDER_TEST_CONTEXT_H_ diff --git a/shell/platform/embedder/tests/embedder_test_context_gl.h b/shell/platform/embedder/tests/embedder_test_context_gl.h index 9b91ef5868868..3241b318d8d45 100644 --- a/shell/platform/embedder/tests/embedder_test_context_gl.h +++ b/shell/platform/embedder/tests/embedder_test_context_gl.h @@ -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_SHELL_PLATFORM_EMBEDDER_TESTS_EMBEDDER_CONTEXT_GL_H_ -#define FLUTTER_SHELL_PLATFORM_EMBEDDER_TESTS_EMBEDDER_CONTEXT_GL_H_ +#ifndef FLUTTER_SHELL_PLATFORM_EMBEDDER_TESTS_EMBEDDER_TEST_CONTEXT_GL_H_ +#define FLUTTER_SHELL_PLATFORM_EMBEDDER_TESTS_EMBEDDER_TEST_CONTEXT_GL_H_ #include "flutter/shell/platform/embedder/tests/embedder_test_context.h" #include "flutter/testing/test_gl_surface.h" @@ -96,4 +96,4 @@ class EmbedderTestContextGL : public EmbedderTestContext { } // namespace testing } // namespace flutter -#endif // FLUTTER_SHELL_PLATFORM_EMBEDDER_TESTS_EMBEDDER_CONTEXT_GL_H_ +#endif // FLUTTER_SHELL_PLATFORM_EMBEDDER_TESTS_EMBEDDER_TEST_CONTEXT_GL_H_ diff --git a/shell/platform/embedder/tests/embedder_test_context_metal.h b/shell/platform/embedder/tests/embedder_test_context_metal.h index a8f49089997e8..eea599fe0c07c 100644 --- a/shell/platform/embedder/tests/embedder_test_context_metal.h +++ b/shell/platform/embedder/tests/embedder_test_context_metal.h @@ -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_SHELL_PLATFORM_EMBEDDER_TESTS_EMBEDDER_CONTEXT_METAL_H_ -#define FLUTTER_SHELL_PLATFORM_EMBEDDER_TESTS_EMBEDDER_CONTEXT_METAL_H_ +#ifndef FLUTTER_SHELL_PLATFORM_EMBEDDER_TESTS_EMBEDDER_TEST_CONTEXT_METAL_H_ +#define FLUTTER_SHELL_PLATFORM_EMBEDDER_TESTS_EMBEDDER_TEST_CONTEXT_METAL_H_ #include "flutter/shell/platform/embedder/tests/embedder_test_context.h" #include "flutter/testing/test_metal_context.h" @@ -80,4 +80,4 @@ class EmbedderTestContextMetal : public EmbedderTestContext { } // namespace testing } // namespace flutter -#endif // FLUTTER_SHELL_PLATFORM_EMBEDDER_TESTS_EMBEDDER_CONTEXT_METAL_H_ +#endif // FLUTTER_SHELL_PLATFORM_EMBEDDER_TESTS_EMBEDDER_TEST_CONTEXT_METAL_H_ diff --git a/shell/platform/embedder/tests/embedder_test_context_software.h b/shell/platform/embedder/tests/embedder_test_context_software.h index 45c9c10ca8e9b..25c0ce52c92e5 100644 --- a/shell/platform/embedder/tests/embedder_test_context_software.h +++ b/shell/platform/embedder/tests/embedder_test_context_software.h @@ -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_SHELL_PLATFORM_EMBEDDER_TESTS_EMBEDDER_CONTEXT_SOFTWARE_H_ -#define FLUTTER_SHELL_PLATFORM_EMBEDDER_TESTS_EMBEDDER_CONTEXT_SOFTWARE_H_ +#ifndef FLUTTER_SHELL_PLATFORM_EMBEDDER_TESTS_EMBEDDER_TEST_CONTEXT_SOFTWARE_H_ +#define FLUTTER_SHELL_PLATFORM_EMBEDDER_TESTS_EMBEDDER_TEST_CONTEXT_SOFTWARE_H_ #include "flutter/shell/platform/embedder/tests/embedder_test_context.h" @@ -40,4 +40,4 @@ class EmbedderTestContextSoftware : public EmbedderTestContext { } // namespace testing } // namespace flutter -#endif // FLUTTER_SHELL_PLATFORM_EMBEDDER_TESTS_EMBEDDER_CONTEXT_SOFTWARE_H_ +#endif // FLUTTER_SHELL_PLATFORM_EMBEDDER_TESTS_EMBEDDER_TEST_CONTEXT_SOFTWARE_H_ diff --git a/shell/platform/embedder/tests/embedder_test_context_vulkan.h b/shell/platform/embedder/tests/embedder_test_context_vulkan.h index 0a66b86528e09..e7eb6906d9d16 100644 --- a/shell/platform/embedder/tests/embedder_test_context_vulkan.h +++ b/shell/platform/embedder/tests/embedder_test_context_vulkan.h @@ -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_SHELL_PLATFORM_EMBEDDER_TESTS_EMBEDDER_CONTEXT_VULKAN_H_ -#define FLUTTER_SHELL_PLATFORM_EMBEDDER_TESTS_EMBEDDER_CONTEXT_VULKAN_H_ +#ifndef FLUTTER_SHELL_PLATFORM_EMBEDDER_TESTS_EMBEDDER_TEST_CONTEXT_VULKAN_H_ +#define FLUTTER_SHELL_PLATFORM_EMBEDDER_TESTS_EMBEDDER_TEST_CONTEXT_VULKAN_H_ #include #include "flutter/shell/platform/embedder/tests/embedder_test_context.h" @@ -53,4 +53,4 @@ class EmbedderTestContextVulkan : public EmbedderTestContext { } // namespace testing } // namespace flutter -#endif // FLUTTER_SHELL_PLATFORM_EMBEDDER_TESTS_EMBEDDER_CONTEXT_VULKAN_H_ +#endif // FLUTTER_SHELL_PLATFORM_EMBEDDER_TESTS_EMBEDDER_TEST_CONTEXT_VULKAN_H_ diff --git a/shell/platform/embedder/vsync_waiter_embedder.h b/shell/platform/embedder/vsync_waiter_embedder.h index 4dac73a5a4789..7348e1a524deb 100644 --- a/shell/platform/embedder/vsync_waiter_embedder.h +++ b/shell/platform/embedder/vsync_waiter_embedder.h @@ -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 SHELL_PLATFORM_EMBEDDER_VSYNC_WAITER_EMBEDDER_H_ -#define SHELL_PLATFORM_EMBEDDER_VSYNC_WAITER_EMBEDDER_H_ +#ifndef FLUTTER_SHELL_PLATFORM_EMBEDDER_VSYNC_WAITER_EMBEDDER_H_ +#define FLUTTER_SHELL_PLATFORM_EMBEDDER_VSYNC_WAITER_EMBEDDER_H_ #include "flutter/fml/macros.h" #include "flutter/shell/common/vsync_waiter.h" @@ -35,4 +35,4 @@ class VsyncWaiterEmbedder final : public VsyncWaiter { } // namespace flutter -#endif // SHELL_PLATFORM_EMBEDDER_VSYNC_WAITER_EMBEDDER_H_ +#endif // FLUTTER_SHELL_PLATFORM_EMBEDDER_VSYNC_WAITER_EMBEDDER_H_ diff --git a/shell/platform/fuchsia/dart-pkg/zircon_ffi/clock.h b/shell/platform/fuchsia/dart-pkg/zircon_ffi/clock.h index a4553deac8866..f7df958f03084 100644 --- a/shell/platform/fuchsia/dart-pkg/zircon_ffi/clock.h +++ b/shell/platform/fuchsia/dart-pkg/zircon_ffi/clock.h @@ -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_SHELL_PLATFORM_FUCHSIA_DART_PKG_ZIRCON_SDK_FFI_CLOCK_H_ -#define FLUTTER_SHELL_PLATFORM_FUCHSIA_DART_PKG_ZIRCON_SDK_FFI_CLOCK_H_ +#ifndef FLUTTER_SHELL_PLATFORM_FUCHSIA_DART_PKG_ZIRCON_FFI_CLOCK_H_ +#define FLUTTER_SHELL_PLATFORM_FUCHSIA_DART_PKG_ZIRCON_FFI_CLOCK_H_ #include "macros.h" @@ -19,4 +19,4 @@ ZIRCON_FFI_EXPORT uint64_t zircon_dart_clock_get_monotonic(); } #endif -#endif // FLUTTER_SHELL_PLATFORM_FUCHSIA_DART_PKG_ZIRCON_SDK_FFI_CLOCK_H_ +#endif // FLUTTER_SHELL_PLATFORM_FUCHSIA_DART_PKG_ZIRCON_FFI_CLOCK_H_ diff --git a/shell/platform/fuchsia/dart-pkg/zircon_ffi/handle.h b/shell/platform/fuchsia/dart-pkg/zircon_ffi/handle.h index c9248a15e8fb8..6d9d24022ba73 100644 --- a/shell/platform/fuchsia/dart-pkg/zircon_ffi/handle.h +++ b/shell/platform/fuchsia/dart-pkg/zircon_ffi/handle.h @@ -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 SHELL_PLATFORM_FUCHSIA_DART_PKG_ZIRCON_FFI_HANDLE_H_ -#define SHELL_PLATFORM_FUCHSIA_DART_PKG_ZIRCON_FFI_HANDLE_H_ +#ifndef FLUTTER_SHELL_PLATFORM_FUCHSIA_DART_PKG_ZIRCON_FFI_HANDLE_H_ +#define FLUTTER_SHELL_PLATFORM_FUCHSIA_DART_PKG_ZIRCON_FFI_HANDLE_H_ #include "macros.h" @@ -80,4 +80,4 @@ ZIRCON_FFI_EXPORT int zircon_dart_handle_attach_finalizer( } #endif -#endif // SHELL_PLATFORM_FUCHSIA_DART_PKG_ZIRCON_FFI_HANDLE_H_ +#endif // FLUTTER_SHELL_PLATFORM_FUCHSIA_DART_PKG_ZIRCON_FFI_HANDLE_H_ diff --git a/shell/platform/fuchsia/dart_runner/service_isolate.h b/shell/platform/fuchsia/dart_runner/service_isolate.h index 1a589fd22762d..4e87f63876911 100644 --- a/shell/platform/fuchsia/dart_runner/service_isolate.h +++ b/shell/platform/fuchsia/dart_runner/service_isolate.h @@ -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 APPS_DART_RUNNER_SERVICE_ISOLATE_H_ -#define APPS_DART_RUNNER_SERVICE_ISOLATE_H_ +#ifndef FLUTTER_SHELL_PLATFORM_FUCHSIA_DART_RUNNER_SERVICE_ISOLATE_H_ +#define FLUTTER_SHELL_PLATFORM_FUCHSIA_DART_RUNNER_SERVICE_ISOLATE_H_ #include "third_party/dart/runtime/include/dart_api.h" @@ -17,4 +17,4 @@ Dart_Handle GetVMServiceAssetsArchiveCallback(); } // namespace dart_runner -#endif // APPS_DART_RUNNER_SERVICE_ISOLATE_H_ +#endif // FLUTTER_SHELL_PLATFORM_FUCHSIA_DART_RUNNER_SERVICE_ISOLATE_H_ diff --git a/shell/platform/fuchsia/flutter/component_v2.h b/shell/platform/fuchsia/flutter/component_v2.h index 41eabcca492e4..c2679295d5cfb 100644 --- a/shell/platform/fuchsia/flutter/component_v2.h +++ b/shell/platform/fuchsia/flutter/component_v2.h @@ -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_SHELL_PLATFORM_FUCHSIA_COMPONENT_V2_H_ -#define FLUTTER_SHELL_PLATFORM_FUCHSIA_COMPONENT_V2_H_ +#ifndef FLUTTER_SHELL_PLATFORM_FUCHSIA_FLUTTER_COMPONENT_V2_H_ +#define FLUTTER_SHELL_PLATFORM_FUCHSIA_FLUTTER_COMPONENT_V2_H_ #include #include @@ -143,4 +143,4 @@ class ComponentV2 final } // namespace flutter_runner -#endif // FLUTTER_SHELL_PLATFORM_FUCHSIA_COMPONENT_V2_H_ +#endif // FLUTTER_SHELL_PLATFORM_FUCHSIA_FLUTTER_COMPONENT_V2_H_ diff --git a/shell/platform/fuchsia/flutter/engine.h b/shell/platform/fuchsia/flutter/engine.h index dab4dc1cdd656..a2e8ca3381287 100644 --- a/shell/platform/fuchsia/flutter/engine.h +++ b/shell/platform/fuchsia/flutter/engine.h @@ -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_SHELL_PLATFORM_FUCHSIA_ENGINE_H_ -#define FLUTTER_SHELL_PLATFORM_FUCHSIA_ENGINE_H_ +#ifndef FLUTTER_SHELL_PLATFORM_FUCHSIA_FLUTTER_ENGINE_H_ +#define FLUTTER_SHELL_PLATFORM_FUCHSIA_FLUTTER_ENGINE_H_ #include @@ -153,4 +153,4 @@ class Engine final : public fuchsia::memorypressure::Watcher { } // namespace flutter_runner -#endif // FLUTTER_SHELL_PLATFORM_FUCHSIA_ENGINE_H_ +#endif // FLUTTER_SHELL_PLATFORM_FUCHSIA_FLUTTER_ENGINE_H_ diff --git a/shell/platform/fuchsia/flutter/file_in_namespace_buffer.h b/shell/platform/fuchsia/flutter/file_in_namespace_buffer.h index 2a075edbd0f94..5eeba20f3697d 100644 --- a/shell/platform/fuchsia/flutter/file_in_namespace_buffer.h +++ b/shell/platform/fuchsia/flutter/file_in_namespace_buffer.h @@ -1,8 +1,8 @@ // Copyright 2013 The Flutter Authors. All rights reserved. // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. -#ifndef FLUTTER_SHELL_PLATFORM_FUCHSIA_FILE_IN_NAMESPACE_BUFFER_H_ -#define FLUTTER_SHELL_PLATFORM_FUCHSIA_FILE_IN_NAMESPACE_BUFFER_H_ +#ifndef FLUTTER_SHELL_PLATFORM_FUCHSIA_FLUTTER_FILE_IN_NAMESPACE_BUFFER_H_ +#define FLUTTER_SHELL_PLATFORM_FUCHSIA_FLUTTER_FILE_IN_NAMESPACE_BUFFER_H_ #include "flutter/fml/mapping.h" @@ -56,4 +56,4 @@ std::unique_ptr MakeFileMapping(const char* path, } // namespace flutter_runner -#endif // FLUTTER_SHELL_PLATFORM_FUCHSIA_FILE_IN_NAMESPACE_BUFFER_H_ +#endif // FLUTTER_SHELL_PLATFORM_FUCHSIA_FLUTTER_FILE_IN_NAMESPACE_BUFFER_H_ diff --git a/shell/platform/fuchsia/flutter/flatland_connection.h b/shell/platform/fuchsia/flutter/flatland_connection.h index 6b03f0685c9c7..87020058db6df 100644 --- a/shell/platform/fuchsia/flutter/flatland_connection.h +++ b/shell/platform/fuchsia/flutter/flatland_connection.h @@ -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_SHELL_PLATFORM_FUCHSIA_DEFAULT_FLATLAND_CONNECTION_H_ -#define FLUTTER_SHELL_PLATFORM_FUCHSIA_DEFAULT_FLATLAND_CONNECTION_H_ +#ifndef FLUTTER_SHELL_PLATFORM_FUCHSIA_FLUTTER_FLATLAND_CONNECTION_H_ +#define FLUTTER_SHELL_PLATFORM_FUCHSIA_FLUTTER_FLATLAND_CONNECTION_H_ #include @@ -111,4 +111,4 @@ class FlatlandConnection final { } // namespace flutter_runner -#endif // FLUTTER_SHELL_PLATFORM_FUCHSIA_DEFAULT_FLATLAND_CONNECTION_H_ +#endif // FLUTTER_SHELL_PLATFORM_FUCHSIA_FLUTTER_FLATLAND_CONNECTION_H_ diff --git a/shell/platform/fuchsia/flutter/flutter_runner_fakes.h b/shell/platform/fuchsia/flutter/flutter_runner_fakes.h index bbd6c3e4ce771..c0dbf776b8d0c 100644 --- a/shell/platform/fuchsia/flutter/flutter_runner_fakes.h +++ b/shell/platform/fuchsia/flutter/flutter_runner_fakes.h @@ -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 SHELL_PLATFORM_FUCHSIA_FLUTTER_FLUTTER_RUNNER_FAKES_H_ -#define SHELL_PLATFORM_FUCHSIA_FLUTTER_FLUTTER_RUNNER_FAKES_H_ +#ifndef FLUTTER_SHELL_PLATFORM_FUCHSIA_FLUTTER_FLUTTER_RUNNER_FAKES_H_ +#define FLUTTER_SHELL_PLATFORM_FUCHSIA_FLUTTER_FLUTTER_RUNNER_FAKES_H_ #include @@ -137,4 +137,4 @@ class MockSemanticsManager } // namespace flutter_runner_test -#endif // SHELL_PLATFORM_FUCHSIA_FLUTTER_FLUTTER_RUNNER_FAKES_H_ +#endif // FLUTTER_SHELL_PLATFORM_FUCHSIA_FLUTTER_FLUTTER_RUNNER_FAKES_H_ diff --git a/shell/platform/fuchsia/flutter/flutter_runner_product_configuration.h b/shell/platform/fuchsia/flutter/flutter_runner_product_configuration.h index 7fe73bc755844..bcd5d6ab58d21 100644 --- a/shell/platform/fuchsia/flutter/flutter_runner_product_configuration.h +++ b/shell/platform/fuchsia/flutter/flutter_runner_product_configuration.h @@ -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_SHELL_PLATFORM_FUCHSIA_FLUTTER_RUNNER_PRODUCT_CONFIGURATION_H_ -#define FLUTTER_SHELL_PLATFORM_FUCHSIA_FLUTTER_RUNNER_PRODUCT_CONFIGURATION_H_ +#ifndef FLUTTER_SHELL_PLATFORM_FUCHSIA_FLUTTER_FLUTTER_RUNNER_PRODUCT_CONFIGURATION_H_ +#define FLUTTER_SHELL_PLATFORM_FUCHSIA_FLUTTER_FLUTTER_RUNNER_PRODUCT_CONFIGURATION_H_ #include @@ -29,4 +29,4 @@ class FlutterRunnerProductConfiguration { }; } // namespace flutter_runner -#endif // FLUTTER_SHELL_PLATFORM_FUCHSIA_FLUTTER_RUNNER_PRODUCT_CONFIGURATION_H_ +#endif // FLUTTER_SHELL_PLATFORM_FUCHSIA_FLUTTER_FLUTTER_RUNNER_PRODUCT_CONFIGURATION_H_ diff --git a/shell/platform/fuchsia/flutter/focus_delegate.h b/shell/platform/fuchsia/flutter/focus_delegate.h index 65250bad69ddc..aa18fcf7b144d 100644 --- a/shell/platform/fuchsia/flutter/focus_delegate.h +++ b/shell/platform/fuchsia/flutter/focus_delegate.h @@ -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_SHELL_PLATFORM_FUCHSIA_FOCUS_DELEGATE_H_ -#define FLUTTER_SHELL_PLATFORM_FUCHSIA_FOCUS_DELEGATE_H_ +#ifndef FLUTTER_SHELL_PLATFORM_FUCHSIA_FLUTTER_FOCUS_DELEGATE_H_ +#define FLUTTER_SHELL_PLATFORM_FUCHSIA_FLUTTER_FOCUS_DELEGATE_H_ #include @@ -81,4 +81,4 @@ class FocusDelegate { }; } // namespace flutter_runner -#endif // FLUTTER_SHELL_PLATFORM_FUCHSIA_FOCUS_DELEGATE_H_ +#endif // FLUTTER_SHELL_PLATFORM_FUCHSIA_FLUTTER_FOCUS_DELEGATE_H_ diff --git a/shell/platform/fuchsia/flutter/fuchsia_intl.h b/shell/platform/fuchsia/flutter/fuchsia_intl.h index c769af9fd531d..20799c9d5e42e 100644 --- a/shell/platform/fuchsia/flutter/fuchsia_intl.h +++ b/shell/platform/fuchsia/flutter/fuchsia_intl.h @@ -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_SHELL_PLATFORM_FUCHSIA_FUCHSIA_INTL_H_ -#define FLUTTER_SHELL_PLATFORM_FUCHSIA_FUCHSIA_INTL_H_ +#ifndef FLUTTER_SHELL_PLATFORM_FUCHSIA_FLUTTER_FUCHSIA_INTL_H_ +#define FLUTTER_SHELL_PLATFORM_FUCHSIA_FLUTTER_FUCHSIA_INTL_H_ #include #include "flutter/fml/mapping.h" @@ -21,4 +21,4 @@ fml::MallocMapping MakeLocalizationPlatformMessageData( } // namespace flutter_runner -#endif // FLUTTER_SHELL_PLATFORM_FUCHSIA_FUCHSIA_INTL_H_ +#endif // FLUTTER_SHELL_PLATFORM_FUCHSIA_FLUTTER_FUCHSIA_INTL_H_ diff --git a/shell/platform/fuchsia/flutter/isolate_configurator.h b/shell/platform/fuchsia/flutter/isolate_configurator.h index a0ed2bac75dcb..69580600b938c 100644 --- a/shell/platform/fuchsia/flutter/isolate_configurator.h +++ b/shell/platform/fuchsia/flutter/isolate_configurator.h @@ -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_SHELL_PLATFORM_FUCHSIA_ISOLATE_CONFIGURATOR_H_ -#define FLUTTER_SHELL_PLATFORM_FUCHSIA_ISOLATE_CONFIGURATOR_H_ +#ifndef FLUTTER_SHELL_PLATFORM_FUCHSIA_FLUTTER_ISOLATE_CONFIGURATOR_H_ +#define FLUTTER_SHELL_PLATFORM_FUCHSIA_FLUTTER_ISOLATE_CONFIGURATOR_H_ #include #include @@ -44,4 +44,4 @@ class IsolateConfigurator final { } // namespace flutter_runner -#endif // FLUTTER_SHELL_PLATFORM_FUCHSIA_ISOLATE_CONFIGURATOR_H_ +#endif // FLUTTER_SHELL_PLATFORM_FUCHSIA_FLUTTER_ISOLATE_CONFIGURATOR_H_ diff --git a/shell/platform/fuchsia/flutter/keyboard.h b/shell/platform/fuchsia/flutter/keyboard.h index 02c697ff7c613..a0a92c493ac9c 100644 --- a/shell/platform/fuchsia/flutter/keyboard.h +++ b/shell/platform/fuchsia/flutter/keyboard.h @@ -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_SHELL_PLATFORM_FUCHSIA_KEYBOARD_H_ -#define FLUTTER_SHELL_PLATFORM_FUCHSIA_KEYBOARD_H_ +#ifndef FLUTTER_SHELL_PLATFORM_FUCHSIA_FLUTTER_KEYBOARD_H_ +#define FLUTTER_SHELL_PLATFORM_FUCHSIA_FLUTTER_KEYBOARD_H_ #include @@ -82,4 +82,4 @@ class Keyboard final { } // namespace flutter_runner -#endif // FLUTTER_SHELL_PLATFORM_FUCHSIA_KEYBOARD_H_ +#endif // FLUTTER_SHELL_PLATFORM_FUCHSIA_FLUTTER_KEYBOARD_H_ diff --git a/shell/platform/fuchsia/flutter/logging.h b/shell/platform/fuchsia/flutter/logging.h index 3eea76a034ff7..165a16031299d 100644 --- a/shell/platform/fuchsia/flutter/logging.h +++ b/shell/platform/fuchsia/flutter/logging.h @@ -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_SHELL_PLATFORM_FUCHSIA_LOGGING_H_ -#define FLUTTER_SHELL_PLATFORM_FUCHSIA_LOGGING_H_ +#ifndef FLUTTER_SHELL_PLATFORM_FUCHSIA_FLUTTER_LOGGING_H_ +#define FLUTTER_SHELL_PLATFORM_FUCHSIA_FLUTTER_LOGGING_H_ #include "flutter/fml/logging.h" @@ -14,4 +14,4 @@ namespace flutter_runner { } // namespace flutter_runner -#endif // FLUTTER_SHELL_PLATFORM_FUCHSIA_LOGGING_H_ +#endif // FLUTTER_SHELL_PLATFORM_FUCHSIA_FLUTTER_LOGGING_H_ diff --git a/shell/platform/fuchsia/flutter/platform_view.h b/shell/platform/fuchsia/flutter/platform_view.h index 2565370080bde..8e6ffd0ec087e 100644 --- a/shell/platform/fuchsia/flutter/platform_view.h +++ b/shell/platform/fuchsia/flutter/platform_view.h @@ -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_SHELL_PLATFORM_FUCHSIA_PLATFORM_VIEW_H_ -#define FLUTTER_SHELL_PLATFORM_FUCHSIA_PLATFORM_VIEW_H_ +#ifndef FLUTTER_SHELL_PLATFORM_FUCHSIA_FLUTTER_PLATFORM_VIEW_H_ +#define FLUTTER_SHELL_PLATFORM_FUCHSIA_FLUTTER_PLATFORM_VIEW_H_ #include #include @@ -256,4 +256,4 @@ class PlatformView : public flutter::PlatformView { } // namespace flutter_runner -#endif // FLUTTER_SHELL_PLATFORM_FUCHSIA_PLATFORM_VIEW_H_ +#endif // FLUTTER_SHELL_PLATFORM_FUCHSIA_FLUTTER_PLATFORM_VIEW_H_ diff --git a/shell/platform/fuchsia/flutter/pointer_delegate.h b/shell/platform/fuchsia/flutter/pointer_delegate.h index 996130ef4d957..650c2b3300834 100644 --- a/shell/platform/fuchsia/flutter/pointer_delegate.h +++ b/shell/platform/fuchsia/flutter/pointer_delegate.h @@ -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_SHELL_PLATFORM_FUCHSIA_POINTER_DELEGATE_H_ -#define FLUTTER_SHELL_PLATFORM_FUCHSIA_POINTER_DELEGATE_H_ +#ifndef FLUTTER_SHELL_PLATFORM_FUCHSIA_FLUTTER_POINTER_DELEGATE_H_ +#define FLUTTER_SHELL_PLATFORM_FUCHSIA_FLUTTER_POINTER_DELEGATE_H_ #include @@ -140,4 +140,4 @@ class PointerDelegate { }; } // namespace flutter_runner -#endif // FLUTTER_SHELL_PLATFORM_FUCHSIA_POINTER_DELEGATE_H_ +#endif // FLUTTER_SHELL_PLATFORM_FUCHSIA_FLUTTER_POINTER_DELEGATE_H_ diff --git a/shell/platform/fuchsia/flutter/pointer_injector_delegate.h b/shell/platform/fuchsia/flutter/pointer_injector_delegate.h index fd9790b38b4b0..4a9ccce7edbbc 100644 --- a/shell/platform/fuchsia/flutter/pointer_injector_delegate.h +++ b/shell/platform/fuchsia/flutter/pointer_injector_delegate.h @@ -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_SHELL_PLATFORM_FUCHSIA_POINTER_INJECTOR_DELEGATE_H_ -#define FLUTTER_SHELL_PLATFORM_FUCHSIA_POINTER_INJECTOR_DELEGATE_H_ +#ifndef FLUTTER_SHELL_PLATFORM_FUCHSIA_FLUTTER_POINTER_INJECTOR_DELEGATE_H_ +#define FLUTTER_SHELL_PLATFORM_FUCHSIA_FLUTTER_POINTER_INJECTOR_DELEGATE_H_ #include #include @@ -187,4 +187,4 @@ class PointerInjectorDelegate { }; } // namespace flutter_runner -#endif // FLUTTER_SHELL_PLATFORM_FUCHSIA_POINTER_INJECTOR_DELEGATE_H_ +#endif // FLUTTER_SHELL_PLATFORM_FUCHSIA_FLUTTER_POINTER_INJECTOR_DELEGATE_H_ diff --git a/shell/platform/fuchsia/flutter/program_metadata.h b/shell/platform/fuchsia/flutter/program_metadata.h index 8a57ba1bb73b9..e7117ed46d9a3 100644 --- a/shell/platform/fuchsia/flutter/program_metadata.h +++ b/shell/platform/fuchsia/flutter/program_metadata.h @@ -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_SHELL_PLATFORM_FUCHSIA_PROGRAM_METADATA_H_ -#define FLUTTER_SHELL_PLATFORM_FUCHSIA_PROGRAM_METADATA_H_ +#ifndef FLUTTER_SHELL_PLATFORM_FUCHSIA_FLUTTER_PROGRAM_METADATA_H_ +#define FLUTTER_SHELL_PLATFORM_FUCHSIA_FLUTTER_PROGRAM_METADATA_H_ #include #include @@ -33,4 +33,4 @@ struct ProgramMetadata { } // namespace flutter_runner -#endif // FLUTTER_SHELL_PLATFORM_FUCHSIA_PROGRAM_METADATA_H_ +#endif // FLUTTER_SHELL_PLATFORM_FUCHSIA_FLUTTER_PROGRAM_METADATA_H_ diff --git a/shell/platform/fuchsia/flutter/runner.h b/shell/platform/fuchsia/flutter/runner.h index 6584ef1fa2385..18c92ec5b099f 100644 --- a/shell/platform/fuchsia/flutter/runner.h +++ b/shell/platform/fuchsia/flutter/runner.h @@ -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_SHELL_PLATFORM_FUCHSIA_RUNNER_H_ -#define FLUTTER_SHELL_PLATFORM_FUCHSIA_RUNNER_H_ +#ifndef FLUTTER_SHELL_PLATFORM_FUCHSIA_FLUTTER_RUNNER_H_ +#define FLUTTER_SHELL_PLATFORM_FUCHSIA_FLUTTER_RUNNER_H_ #include #include @@ -98,4 +98,4 @@ class Runner final } // namespace flutter_runner -#endif // FLUTTER_SHELL_PLATFORM_FUCHSIA_RUNNER_H_ +#endif // FLUTTER_SHELL_PLATFORM_FUCHSIA_FLUTTER_RUNNER_H_ diff --git a/shell/platform/fuchsia/flutter/software_surface.h b/shell/platform/fuchsia/flutter/software_surface.h index 667f87b8fc7fc..8ea4c0dffdac0 100644 --- a/shell/platform/fuchsia/flutter/software_surface.h +++ b/shell/platform/fuchsia/flutter/software_surface.h @@ -2,7 +2,8 @@ // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. -#pragma once +#ifndef FLUTTER_SHELL_PLATFORM_FUCHSIA_FLUTTER_SOFTWARE_SURFACE_H_ +#define FLUTTER_SHELL_PLATFORM_FUCHSIA_FLUTTER_SOFTWARE_SURFACE_H_ #include #include @@ -117,3 +118,5 @@ class SoftwareSurface final : public SurfaceProducerSurface { }; } // namespace flutter_runner + +#endif // FLUTTER_SHELL_PLATFORM_FUCHSIA_FLUTTER_SOFTWARE_SURFACE_H_ diff --git a/shell/platform/fuchsia/flutter/software_surface_producer.h b/shell/platform/fuchsia/flutter/software_surface_producer.h index e18bc5a05c269..af814928d2df5 100644 --- a/shell/platform/fuchsia/flutter/software_surface_producer.h +++ b/shell/platform/fuchsia/flutter/software_surface_producer.h @@ -2,7 +2,8 @@ // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. -#pragma once +#ifndef FLUTTER_SHELL_PLATFORM_FUCHSIA_FLUTTER_SOFTWARE_SURFACE_PRODUCER_H_ +#define FLUTTER_SHELL_PLATFORM_FUCHSIA_FLUTTER_SOFTWARE_SURFACE_PRODUCER_H_ #include #include @@ -72,3 +73,5 @@ class SoftwareSurfaceProducer final : public SurfaceProducer { }; } // namespace flutter_runner + +#endif // FLUTTER_SHELL_PLATFORM_FUCHSIA_FLUTTER_SOFTWARE_SURFACE_PRODUCER_H_ diff --git a/shell/platform/fuchsia/flutter/surface.h b/shell/platform/fuchsia/flutter/surface.h index 5d9098fbc6e07..36dffb417c8a1 100644 --- a/shell/platform/fuchsia/flutter/surface.h +++ b/shell/platform/fuchsia/flutter/surface.h @@ -2,7 +2,8 @@ // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. -#pragma once +#ifndef FLUTTER_SHELL_PLATFORM_FUCHSIA_FLUTTER_SURFACE_H_ +#define FLUTTER_SHELL_PLATFORM_FUCHSIA_FLUTTER_SURFACE_H_ #include "flutter/flow/surface.h" #include "flutter/fml/macros.h" @@ -43,3 +44,5 @@ class Surface final : public flutter::Surface { }; } // namespace flutter_runner + +#endif // FLUTTER_SHELL_PLATFORM_FUCHSIA_FLUTTER_SURFACE_H_ diff --git a/shell/platform/fuchsia/flutter/task_runner_adapter.h b/shell/platform/fuchsia/flutter/task_runner_adapter.h index 649b2a31e4d6c..dbba873e0c3f4 100644 --- a/shell/platform/fuchsia/flutter/task_runner_adapter.h +++ b/shell/platform/fuchsia/flutter/task_runner_adapter.h @@ -2,7 +2,8 @@ // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. -#pragma once +#ifndef FLUTTER_SHELL_PLATFORM_FUCHSIA_FLUTTER_TASK_RUNNER_ADAPTER_H_ +#define FLUTTER_SHELL_PLATFORM_FUCHSIA_FLUTTER_TASK_RUNNER_ADAPTER_H_ #include @@ -14,3 +15,5 @@ fml::RefPtr CreateFMLTaskRunner( async_dispatcher_t* dispatcher); } // namespace flutter_runner + +#endif // FLUTTER_SHELL_PLATFORM_FUCHSIA_FLUTTER_TASK_RUNNER_ADAPTER_H_ diff --git a/shell/platform/fuchsia/flutter/tests/fakes/focuser.h b/shell/platform/fuchsia/flutter/tests/fakes/focuser.h index aeaf8755d5661..06e7da792ab10 100644 --- a/shell/platform/fuchsia/flutter/tests/fakes/focuser.h +++ b/shell/platform/fuchsia/flutter/tests/fakes/focuser.h @@ -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_SHELL_PLATFORM_FUCHSIA_TESTS_FAKES_FOCUSER_H_ -#define FLUTTER_SHELL_PLATFORM_FUCHSIA_TESTS_FAKES_FOCUSER_H_ +#ifndef FLUTTER_SHELL_PLATFORM_FUCHSIA_FLUTTER_TESTS_FAKES_FOCUSER_H_ +#define FLUTTER_SHELL_PLATFORM_FUCHSIA_FLUTTER_TESTS_FAKES_FOCUSER_H_ #include #include @@ -48,4 +48,4 @@ class FakeFocuser : public fuchsia::ui::views::testing::Focuser_TestBase { } // namespace flutter_runner::testing -#endif // FLUTTER_SHELL_PLATFORM_FUCHSIA_TESTS_FAKES_FOCUSER_H_ +#endif // FLUTTER_SHELL_PLATFORM_FUCHSIA_FLUTTER_TESTS_FAKES_FOCUSER_H_ diff --git a/shell/platform/fuchsia/flutter/tests/fakes/mock_injector_registry.h b/shell/platform/fuchsia/flutter/tests/fakes/mock_injector_registry.h index cd7d14b7f7d90..37f7d478ed328 100644 --- a/shell/platform/fuchsia/flutter/tests/fakes/mock_injector_registry.h +++ b/shell/platform/fuchsia/flutter/tests/fakes/mock_injector_registry.h @@ -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_SHELL_PLATFORM_FUCHSIA_TESTS_MOCK_INJECTOR_REGISTRY_H_ -#define FLUTTER_SHELL_PLATFORM_FUCHSIA_TESTS_MOCK_INJECTOR_REGISTRY_H_ +#ifndef FLUTTER_SHELL_PLATFORM_FUCHSIA_FLUTTER_TESTS_FAKES_MOCK_INJECTOR_REGISTRY_H_ +#define FLUTTER_SHELL_PLATFORM_FUCHSIA_FLUTTER_TESTS_FAKES_MOCK_INJECTOR_REGISTRY_H_ #include #include @@ -90,4 +90,4 @@ class MockInjectorRegistry : public fuchsia::ui::pointerinjector::Registry, }; } // namespace flutter_runner::testing -#endif // FLUTTER_SHELL_PLATFORM_FUCHSIA_TESTS_MOCK_INJECTOR_REGISTRY_H_ +#endif // FLUTTER_SHELL_PLATFORM_FUCHSIA_FLUTTER_TESTS_FAKES_MOCK_INJECTOR_REGISTRY_H_ diff --git a/shell/platform/fuchsia/flutter/tests/fakes/mouse_source.h b/shell/platform/fuchsia/flutter/tests/fakes/mouse_source.h index 47585e69a4fd5..e86c7cc9eebd8 100644 --- a/shell/platform/fuchsia/flutter/tests/fakes/mouse_source.h +++ b/shell/platform/fuchsia/flutter/tests/fakes/mouse_source.h @@ -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_SHELL_PLATFORM_FUCHSIA_TESTS_FAKES_MOUSE_SOURCE_H_ -#define FLUTTER_SHELL_PLATFORM_FUCHSIA_TESTS_FAKES_MOUSE_SOURCE_H_ +#ifndef FLUTTER_SHELL_PLATFORM_FUCHSIA_FLUTTER_TESTS_FAKES_MOUSE_SOURCE_H_ +#define FLUTTER_SHELL_PLATFORM_FUCHSIA_FLUTTER_TESTS_FAKES_MOUSE_SOURCE_H_ #include @@ -34,4 +34,4 @@ class FakeMouseSource : public fuchsia::ui::pointer::MouseSource { } // namespace flutter_runner::testing -#endif // FLUTTER_SHELL_PLATFORM_FUCHSIA_TESTS_FAKES_MOUSE_SOURCE_H_ +#endif // FLUTTER_SHELL_PLATFORM_FUCHSIA_FLUTTER_TESTS_FAKES_MOUSE_SOURCE_H_ diff --git a/shell/platform/fuchsia/flutter/tests/fakes/platform_message.h b/shell/platform/fuchsia/flutter/tests/fakes/platform_message.h index e024b9bc85da7..f39f3513ba81a 100644 --- a/shell/platform/fuchsia/flutter/tests/fakes/platform_message.h +++ b/shell/platform/fuchsia/flutter/tests/fakes/platform_message.h @@ -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_SHELL_PLATFORM_FUCHSIA_TESTS_FAKES_PLATFORM_MESSAGE_H_ -#define FLUTTER_SHELL_PLATFORM_FUCHSIA_TESTS_FAKES_PLATFORM_MESSAGE_H_ +#ifndef FLUTTER_SHELL_PLATFORM_FUCHSIA_FLUTTER_TESTS_FAKES_PLATFORM_MESSAGE_H_ +#define FLUTTER_SHELL_PLATFORM_FUCHSIA_FLUTTER_TESTS_FAKES_PLATFORM_MESSAGE_H_ #include #include @@ -62,4 +62,4 @@ class FakePlatformMessageResponse : public PlatformMessageResponse { } // namespace flutter_runner::testing -#endif // FLUTTER_SHELL_PLATFORM_FUCHSIA_TESTS_FAKES_PLATFORM_MESSAGE_H_ +#endif // FLUTTER_SHELL_PLATFORM_FUCHSIA_FLUTTER_TESTS_FAKES_PLATFORM_MESSAGE_H_ diff --git a/shell/platform/fuchsia/flutter/tests/fakes/scenic/fake_flatland_types.h b/shell/platform/fuchsia/flutter/tests/fakes/scenic/fake_flatland_types.h index c03b903c228e1..2dbd8b5e8e90d 100644 --- a/shell/platform/fuchsia/flutter/tests/fakes/scenic/fake_flatland_types.h +++ b/shell/platform/fuchsia/flutter/tests/fakes/scenic/fake_flatland_types.h @@ -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_SHELL_PLATFORM_FUCHSIA_FLUTTER_TESTS_FAKES_SCENIC_FAKE_FLATLAND_GRAPH_H_ -#define FLUTTER_SHELL_PLATFORM_FUCHSIA_FLUTTER_TESTS_FAKES_SCENIC_FAKE_FLATLAND_GRAPH_H_ +#ifndef FLUTTER_SHELL_PLATFORM_FUCHSIA_FLUTTER_TESTS_FAKES_SCENIC_FAKE_FLATLAND_TYPES_H_ +#define FLUTTER_SHELL_PLATFORM_FUCHSIA_FLUTTER_TESTS_FAKES_SCENIC_FAKE_FLATLAND_TYPES_H_ #include #include @@ -330,4 +330,4 @@ inline std::pair GetKoids( }; // namespace flutter_runner::testing -#endif // FLUTTER_SHELL_PLATFORM_FUCHSIA_FLUTTER_TESTS_FAKES_SCENIC_FAKE_FLATLAND_GRAPH_H_ +#endif // FLUTTER_SHELL_PLATFORM_FUCHSIA_FLUTTER_TESTS_FAKES_SCENIC_FAKE_FLATLAND_TYPES_H_ diff --git a/shell/platform/fuchsia/flutter/tests/fakes/touch_source.h b/shell/platform/fuchsia/flutter/tests/fakes/touch_source.h index 99cfc050d4c11..31bc4e7c67dd5 100644 --- a/shell/platform/fuchsia/flutter/tests/fakes/touch_source.h +++ b/shell/platform/fuchsia/flutter/tests/fakes/touch_source.h @@ -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_SHELL_PLATFORM_FUCHSIA_TESTS_FAKES_TOUCH_SOURCE_H_ -#define FLUTTER_SHELL_PLATFORM_FUCHSIA_TESTS_FAKES_TOUCH_SOURCE_H_ +#ifndef FLUTTER_SHELL_PLATFORM_FUCHSIA_FLUTTER_TESTS_FAKES_TOUCH_SOURCE_H_ +#define FLUTTER_SHELL_PLATFORM_FUCHSIA_FLUTTER_TESTS_FAKES_TOUCH_SOURCE_H_ #include @@ -57,4 +57,4 @@ class FakeTouchSource : public fuchsia::ui::pointer::TouchSource { } // namespace flutter_runner::testing -#endif // FLUTTER_SHELL_PLATFORM_FUCHSIA_TESTS_FAKES_TOUCH_SOURCE_H_ +#endif // FLUTTER_SHELL_PLATFORM_FUCHSIA_FLUTTER_TESTS_FAKES_TOUCH_SOURCE_H_ diff --git a/shell/platform/fuchsia/flutter/tests/fakes/view_ref_focused.h b/shell/platform/fuchsia/flutter/tests/fakes/view_ref_focused.h index 84223a44e723c..f6789a874dff9 100644 --- a/shell/platform/fuchsia/flutter/tests/fakes/view_ref_focused.h +++ b/shell/platform/fuchsia/flutter/tests/fakes/view_ref_focused.h @@ -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_SHELL_PLATFORM_FUCHSIA_TESTS_FAKES_VIEW_REF_FOCUSED_H_ -#define FLUTTER_SHELL_PLATFORM_FUCHSIA_TESTS_FAKES_VIEW_REF_FOCUSED_H_ +#ifndef FLUTTER_SHELL_PLATFORM_FUCHSIA_FLUTTER_TESTS_FAKES_VIEW_REF_FOCUSED_H_ +#define FLUTTER_SHELL_PLATFORM_FUCHSIA_FLUTTER_TESTS_FAKES_VIEW_REF_FOCUSED_H_ #include @@ -33,4 +33,4 @@ class FakeViewRefFocused : public ViewRefFocused { } // namespace flutter_runner::testing -#endif // FLUTTER_SHELL_PLATFORM_FUCHSIA_TESTS_FAKES_VIEW_REF_FOCUSED_H_ +#endif // FLUTTER_SHELL_PLATFORM_FUCHSIA_FLUTTER_TESTS_FAKES_VIEW_REF_FOCUSED_H_ diff --git a/shell/platform/fuchsia/flutter/tests/pointer_event_utility.h b/shell/platform/fuchsia/flutter/tests/pointer_event_utility.h index 243638436bf27..1e3ce9fc6b56c 100644 --- a/shell/platform/fuchsia/flutter/tests/pointer_event_utility.h +++ b/shell/platform/fuchsia/flutter/tests/pointer_event_utility.h @@ -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_SHELL_PLATFORM_FUCHSIA_TESTS_POINTER_EVENT_UTILITY_H_ -#define FLUTTER_SHELL_PLATFORM_FUCHSIA_TESTS_POINTER_EVENT_UTILITY_H_ +#ifndef FLUTTER_SHELL_PLATFORM_FUCHSIA_FLUTTER_TESTS_POINTER_EVENT_UTILITY_H_ +#define FLUTTER_SHELL_PLATFORM_FUCHSIA_FLUTTER_TESTS_POINTER_EVENT_UTILITY_H_ #include #include @@ -70,4 +70,4 @@ class MouseEventBuilder { } // namespace flutter_runner::testing -#endif // FLUTTER_SHELL_PLATFORM_FUCHSIA_TESTS_POINTER_EVENT_UTILITY_H_ +#endif // FLUTTER_SHELL_PLATFORM_FUCHSIA_FLUTTER_TESTS_POINTER_EVENT_UTILITY_H_ diff --git a/shell/platform/fuchsia/flutter/text_delegate.h b/shell/platform/fuchsia/flutter/text_delegate.h index ce27c45b624d4..a1b935369dd2e 100644 --- a/shell/platform/fuchsia/flutter/text_delegate.h +++ b/shell/platform/fuchsia/flutter/text_delegate.h @@ -5,8 +5,8 @@ /// Text editing functionality delegated from |PlatformView|. /// See |TextDelegate| for details. -#ifndef FLUTTER_SHELL_PLATFORM_FUCHSIA_TEXT_DELEGATE_H_ -#define FLUTTER_SHELL_PLATFORM_FUCHSIA_TEXT_DELEGATE_H_ +#ifndef FLUTTER_SHELL_PLATFORM_FUCHSIA_FLUTTER_TEXT_DELEGATE_H_ +#define FLUTTER_SHELL_PLATFORM_FUCHSIA_FLUTTER_TEXT_DELEGATE_H_ #include @@ -151,4 +151,4 @@ class TextDelegate : public fuchsia::ui::input3::KeyboardListener, } // namespace flutter_runner -#endif // FLUTTER_SHELL_PLATFORM_FUCHSIA_TEXT_DELEGATE_H_ +#endif // FLUTTER_SHELL_PLATFORM_FUCHSIA_FLUTTER_TEXT_DELEGATE_H_ diff --git a/shell/platform/fuchsia/flutter/unique_fdio_ns.h b/shell/platform/fuchsia/flutter/unique_fdio_ns.h index 4ec58fd86d721..eb8cbf4f80dae 100644 --- a/shell/platform/fuchsia/flutter/unique_fdio_ns.h +++ b/shell/platform/fuchsia/flutter/unique_fdio_ns.h @@ -2,7 +2,8 @@ // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. -#pragma once +#ifndef FLUTTER_SHELL_PLATFORM_FUCHSIA_FLUTTER_UNIQUE_FDIO_NS_H_ +#define FLUTTER_SHELL_PLATFORM_FUCHSIA_FLUTTER_UNIQUE_FDIO_NS_H_ #include "flutter/fml/logging.h" #include "flutter/fml/unique_object.h" @@ -32,3 +33,5 @@ inline UniqueFDIONS UniqueFDIONSCreate() { } } // namespace flutter_runner + +#endif // FLUTTER_SHELL_PLATFORM_FUCHSIA_FLUTTER_UNIQUE_FDIO_NS_H_ diff --git a/shell/platform/fuchsia/flutter/vulkan_surface.h b/shell/platform/fuchsia/flutter/vulkan_surface.h index 674b9e99f797d..17ef7c544c14c 100644 --- a/shell/platform/fuchsia/flutter/vulkan_surface.h +++ b/shell/platform/fuchsia/flutter/vulkan_surface.h @@ -2,7 +2,8 @@ // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. -#pragma once +#ifndef FLUTTER_SHELL_PLATFORM_FUCHSIA_FLUTTER_VULKAN_SURFACE_H_ +#define FLUTTER_SHELL_PLATFORM_FUCHSIA_FLUTTER_VULKAN_SURFACE_H_ #include #include @@ -181,3 +182,5 @@ class VulkanSurface final : public SurfaceProducerSurface { }; } // namespace flutter_runner + +#endif // FLUTTER_SHELL_PLATFORM_FUCHSIA_FLUTTER_VULKAN_SURFACE_H_ diff --git a/shell/platform/fuchsia/flutter/vulkan_surface_pool.h b/shell/platform/fuchsia/flutter/vulkan_surface_pool.h index 93f85dff13b0e..b6ddf25468cb6 100644 --- a/shell/platform/fuchsia/flutter/vulkan_surface_pool.h +++ b/shell/platform/fuchsia/flutter/vulkan_surface_pool.h @@ -2,7 +2,8 @@ // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. -#pragma once +#ifndef FLUTTER_SHELL_PLATFORM_FUCHSIA_FLUTTER_VULKAN_SURFACE_POOL_H_ +#define FLUTTER_SHELL_PLATFORM_FUCHSIA_FLUTTER_VULKAN_SURFACE_POOL_H_ #include @@ -62,3 +63,5 @@ class VulkanSurfacePool final { }; } // namespace flutter_runner + +#endif // FLUTTER_SHELL_PLATFORM_FUCHSIA_FLUTTER_VULKAN_SURFACE_POOL_H_ diff --git a/shell/platform/fuchsia/flutter/vulkan_surface_producer.h b/shell/platform/fuchsia/flutter/vulkan_surface_producer.h index 55e3af4ac34d3..0c371012e331d 100644 --- a/shell/platform/fuchsia/flutter/vulkan_surface_producer.h +++ b/shell/platform/fuchsia/flutter/vulkan_surface_producer.h @@ -2,7 +2,8 @@ // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. -#pragma once +#ifndef FLUTTER_SHELL_PLATFORM_FUCHSIA_FLUTTER_VULKAN_SURFACE_PRODUCER_H_ +#define FLUTTER_SHELL_PLATFORM_FUCHSIA_FLUTTER_VULKAN_SURFACE_PRODUCER_H_ #include #include @@ -83,3 +84,5 @@ class VulkanSurfaceProducer final : public SurfaceProducer, }; } // namespace flutter_runner + +#endif // FLUTTER_SHELL_PLATFORM_FUCHSIA_FLUTTER_VULKAN_SURFACE_PRODUCER_H_ diff --git a/shell/platform/fuchsia/runtime/dart/utils/mapped_resource.h b/shell/platform/fuchsia/runtime/dart/utils/mapped_resource.h index 8f8cd5160e23a..41f3bdfcf6765 100644 --- a/shell/platform/fuchsia/runtime/dart/utils/mapped_resource.h +++ b/shell/platform/fuchsia/runtime/dart/utils/mapped_resource.h @@ -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 APPS_DART_RUNNER_MAPPED_RESOURCE_H_ -#define APPS_DART_RUNNER_MAPPED_RESOURCE_H_ +#ifndef FLUTTER_SHELL_PLATFORM_FUCHSIA_RUNTIME_DART_UTILS_MAPPED_RESOURCE_H_ +#define FLUTTER_SHELL_PLATFORM_FUCHSIA_RUNTIME_DART_UTILS_MAPPED_RESOURCE_H_ #include #include @@ -105,4 +105,4 @@ class MappedResource { } // namespace dart_utils -#endif // APPS_DART_RUNNER_MAPPED_RESOURCE_H_ +#endif // FLUTTER_SHELL_PLATFORM_FUCHSIA_RUNTIME_DART_UTILS_MAPPED_RESOURCE_H_ diff --git a/shell/platform/glfw/client_wrapper/testing/stub_flutter_glfw_api.h b/shell/platform/glfw/client_wrapper/testing/stub_flutter_glfw_api.h index 0b638eaf89753..82ee361198c85 100644 --- a/shell/platform/glfw/client_wrapper/testing/stub_flutter_glfw_api.h +++ b/shell/platform/glfw/client_wrapper/testing/stub_flutter_glfw_api.h @@ -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_SHELL_PLATFORM_GLFW_WRAPPER_TESTING_STUB_FLUTTER_GLFW_API_H_ -#define FLUTTER_SHELL_PLATFORM_GLFW_WRAPPER_TESTING_STUB_FLUTTER_GLFW_API_H_ +#ifndef FLUTTER_SHELL_PLATFORM_GLFW_CLIENT_WRAPPER_TESTING_STUB_FLUTTER_GLFW_API_H_ +#define FLUTTER_SHELL_PLATFORM_GLFW_CLIENT_WRAPPER_TESTING_STUB_FLUTTER_GLFW_API_H_ #include diff --git a/shell/platform/linux/fl_mouse_cursor_plugin.h b/shell/platform/linux/fl_mouse_cursor_plugin.h index 86a30feb6d21f..5962996f80d36 100644 --- a/shell/platform/linux/fl_mouse_cursor_plugin.h +++ b/shell/platform/linux/fl_mouse_cursor_plugin.h @@ -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_SHELL_MOUSE_CURSOR_LINUX_FL_MOUSE_CURSOR_PLUGIN_H_ -#define FLUTTER_SHELL_MOUSE_CURSOR_LINUX_FL_MOUSE_CURSOR_PLUGIN_H_ +#ifndef FLUTTER_SHELL_PLATFORM_LINUX_FL_MOUSE_CURSOR_PLUGIN_H_ +#define FLUTTER_SHELL_PLATFORM_LINUX_FL_MOUSE_CURSOR_PLUGIN_H_ #include @@ -40,4 +40,4 @@ FlMouseCursorPlugin* fl_mouse_cursor_plugin_new(FlBinaryMessenger* messenger, G_END_DECLS -#endif // FLUTTER_SHELL_MOUSE_CURSOR_LINUX_FL_MOUSE_CURSOR_PLUGIN_H_ +#endif // FLUTTER_SHELL_PLATFORM_LINUX_FL_MOUSE_CURSOR_PLUGIN_H_ diff --git a/shell/platform/linux/fl_text_input_plugin.h b/shell/platform/linux/fl_text_input_plugin.h index d2c25ebb16b50..17a33c9114e15 100644 --- a/shell/platform/linux/fl_text_input_plugin.h +++ b/shell/platform/linux/fl_text_input_plugin.h @@ -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_SHELL_TEXT_INPUT_LINUX_FL_TEXT_INPUT_PLUGIN_H_ -#define FLUTTER_SHELL_TEXT_INPUT_LINUX_FL_TEXT_INPUT_PLUGIN_H_ +#ifndef FLUTTER_SHELL_PLATFORM_LINUX_FL_TEXT_INPUT_PLUGIN_H_ +#define FLUTTER_SHELL_PLATFORM_LINUX_FL_TEXT_INPUT_PLUGIN_H_ #include @@ -65,4 +65,4 @@ gboolean fl_text_input_plugin_filter_keypress(FlTextInputPlugin* plugin, G_END_DECLS -#endif // FLUTTER_SHELL_TEXT_INPUT_LINUX_FL_TEXT_INPUT_PLUGIN_H_ +#endif // FLUTTER_SHELL_PLATFORM_LINUX_FL_TEXT_INPUT_PLUGIN_H_ diff --git a/shell/platform/linux/key_mapping.h b/shell/platform/linux/key_mapping.h index b110430838255..9b1468586f9a9 100644 --- a/shell/platform/linux/key_mapping.h +++ b/shell/platform/linux/key_mapping.h @@ -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 KEYBOARD_MAP_H_ -#define KEYBOARD_MAP_H_ +#ifndef FLUTTER_SHELL_PLATFORM_LINUX_KEY_MAPPING_H_ +#define FLUTTER_SHELL_PLATFORM_LINUX_KEY_MAPPING_H_ #include #include @@ -52,4 +52,4 @@ typedef struct { // NOLINTNEXTLINE(readability-identifier-naming) extern const std::vector layout_goals; -#endif // KEYBOARD_MAP_H_ +#endif // FLUTTER_SHELL_PLATFORM_LINUX_KEY_MAPPING_H_ diff --git a/shell/platform/linux/public/flutter_linux/fl_basic_message_channel.h b/shell/platform/linux/public/flutter_linux/fl_basic_message_channel.h index f3b2bd8ebef0f..44a4217920e67 100644 --- a/shell/platform/linux/public/flutter_linux/fl_basic_message_channel.h +++ b/shell/platform/linux/public/flutter_linux/fl_basic_message_channel.h @@ -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_SHELL_PLATFORM_LINUX_FL_BASIC_MESSAGE_CHANNEL_H_ -#define FLUTTER_SHELL_PLATFORM_LINUX_FL_BASIC_MESSAGE_CHANNEL_H_ +#ifndef FLUTTER_SHELL_PLATFORM_LINUX_PUBLIC_FLUTTER_LINUX_FL_BASIC_MESSAGE_CHANNEL_H_ +#define FLUTTER_SHELL_PLATFORM_LINUX_PUBLIC_FLUTTER_LINUX_FL_BASIC_MESSAGE_CHANNEL_H_ #if !defined(__FLUTTER_LINUX_INSIDE__) && !defined(FLUTTER_LINUX_COMPILATION) #error "Only can be included directly." @@ -206,4 +206,4 @@ FlValue* fl_basic_message_channel_send_finish(FlBasicMessageChannel* channel, G_END_DECLS -#endif // FLUTTER_SHELL_PLATFORM_LINUX_FL_BASIC_MESSAGE_CHANNEL_H_ +#endif // FLUTTER_SHELL_PLATFORM_LINUX_PUBLIC_FLUTTER_LINUX_FL_BASIC_MESSAGE_CHANNEL_H_ diff --git a/shell/platform/linux/public/flutter_linux/fl_binary_codec.h b/shell/platform/linux/public/flutter_linux/fl_binary_codec.h index 2f9858cb39551..c8febfd583ed2 100644 --- a/shell/platform/linux/public/flutter_linux/fl_binary_codec.h +++ b/shell/platform/linux/public/flutter_linux/fl_binary_codec.h @@ -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_SHELL_PLATFORM_LINUX_FL_BINARY_CODEC_H_ -#define FLUTTER_SHELL_PLATFORM_LINUX_FL_BINARY_CODEC_H_ +#ifndef FLUTTER_SHELL_PLATFORM_LINUX_PUBLIC_FLUTTER_LINUX_FL_BINARY_CODEC_H_ +#define FLUTTER_SHELL_PLATFORM_LINUX_PUBLIC_FLUTTER_LINUX_FL_BINARY_CODEC_H_ #if !defined(__FLUTTER_LINUX_INSIDE__) && !defined(FLUTTER_LINUX_COMPILATION) #error "Only can be included directly." @@ -45,4 +45,4 @@ FlBinaryCodec* fl_binary_codec_new(); G_END_DECLS -#endif // FLUTTER_SHELL_PLATFORM_LINUX_FL_BINARY_CODEC_H_ +#endif // FLUTTER_SHELL_PLATFORM_LINUX_PUBLIC_FLUTTER_LINUX_FL_BINARY_CODEC_H_ diff --git a/shell/platform/linux/public/flutter_linux/fl_binary_messenger.h b/shell/platform/linux/public/flutter_linux/fl_binary_messenger.h index 803dc6cc0120c..eedb8066f6c6e 100644 --- a/shell/platform/linux/public/flutter_linux/fl_binary_messenger.h +++ b/shell/platform/linux/public/flutter_linux/fl_binary_messenger.h @@ -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_SHELL_PLATFORM_LINUX_FL_BINARY_MESSENGER_H_ -#define FLUTTER_SHELL_PLATFORM_LINUX_FL_BINARY_MESSENGER_H_ +#ifndef FLUTTER_SHELL_PLATFORM_LINUX_PUBLIC_FLUTTER_LINUX_FL_BINARY_MESSENGER_H_ +#define FLUTTER_SHELL_PLATFORM_LINUX_PUBLIC_FLUTTER_LINUX_FL_BINARY_MESSENGER_H_ #if !defined(__FLUTTER_LINUX_INSIDE__) && !defined(FLUTTER_LINUX_COMPILATION) #error "Only can be included directly." @@ -228,4 +228,4 @@ void fl_binary_messenger_set_warns_on_channel_overflow( G_END_DECLS -#endif // FLUTTER_SHELL_PLATFORM_LINUX_FL_BINARY_MESSENGER_H_ +#endif // FLUTTER_SHELL_PLATFORM_LINUX_PUBLIC_FLUTTER_LINUX_FL_BINARY_MESSENGER_H_ diff --git a/shell/platform/linux/public/flutter_linux/fl_dart_project.h b/shell/platform/linux/public/flutter_linux/fl_dart_project.h index f62197840efb2..e6e1736735702 100644 --- a/shell/platform/linux/public/flutter_linux/fl_dart_project.h +++ b/shell/platform/linux/public/flutter_linux/fl_dart_project.h @@ -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_SHELL_PLATFORM_LINUX_FL_DART_PROJECT_H_ -#define FLUTTER_SHELL_PLATFORM_LINUX_FL_DART_PROJECT_H_ +#ifndef FLUTTER_SHELL_PLATFORM_LINUX_PUBLIC_FLUTTER_LINUX_FL_DART_PROJECT_H_ +#define FLUTTER_SHELL_PLATFORM_LINUX_PUBLIC_FLUTTER_LINUX_FL_DART_PROJECT_H_ #include #include @@ -130,4 +130,4 @@ gchar** fl_dart_project_get_dart_entrypoint_arguments(FlDartProject* project); G_END_DECLS -#endif // FLUTTER_SHELL_PLATFORM_LINUX_FL_DART_PROJECT_H_ +#endif // FLUTTER_SHELL_PLATFORM_LINUX_PUBLIC_FLUTTER_LINUX_FL_DART_PROJECT_H_ diff --git a/shell/platform/linux/public/flutter_linux/fl_engine.h b/shell/platform/linux/public/flutter_linux/fl_engine.h index fddf619fcc505..f5ba7caa5fd20 100644 --- a/shell/platform/linux/public/flutter_linux/fl_engine.h +++ b/shell/platform/linux/public/flutter_linux/fl_engine.h @@ -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_SHELL_PLATFORM_LINUX_FL_ENGINE_H_ -#define FLUTTER_SHELL_PLATFORM_LINUX_FL_ENGINE_H_ +#ifndef FLUTTER_SHELL_PLATFORM_LINUX_PUBLIC_FLUTTER_LINUX_FL_ENGINE_H_ +#define FLUTTER_SHELL_PLATFORM_LINUX_PUBLIC_FLUTTER_LINUX_FL_ENGINE_H_ #if !defined(__FLUTTER_LINUX_INSIDE__) && !defined(FLUTTER_LINUX_COMPILATION) #error "Only can be included directly." @@ -59,4 +59,4 @@ FlTextureRegistrar* fl_engine_get_texture_registrar(FlEngine* engine); G_END_DECLS -#endif // FLUTTER_SHELL_PLATFORM_LINUX_FL_ENGINE_H_ +#endif // FLUTTER_SHELL_PLATFORM_LINUX_PUBLIC_FLUTTER_LINUX_FL_ENGINE_H_ diff --git a/shell/platform/linux/public/flutter_linux/fl_event_channel.h b/shell/platform/linux/public/flutter_linux/fl_event_channel.h index 51e22a1d3ade3..6d1da56381c7f 100644 --- a/shell/platform/linux/public/flutter_linux/fl_event_channel.h +++ b/shell/platform/linux/public/flutter_linux/fl_event_channel.h @@ -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_SHELL_PLATFORM_LINUX_FL_EVENT_CHANNEL_H_ -#define FLUTTER_SHELL_PLATFORM_LINUX_FL_EVENT_CHANNEL_H_ +#ifndef FLUTTER_SHELL_PLATFORM_LINUX_PUBLIC_FLUTTER_LINUX_FL_EVENT_CHANNEL_H_ +#define FLUTTER_SHELL_PLATFORM_LINUX_PUBLIC_FLUTTER_LINUX_FL_EVENT_CHANNEL_H_ #if !defined(__FLUTTER_LINUX_INSIDE__) && !defined(FLUTTER_LINUX_COMPILATION) #error "Only can be included directly." @@ -186,4 +186,4 @@ gboolean fl_event_channel_send_end_of_stream(FlEventChannel* channel, G_END_DECLS -#endif // FLUTTER_SHELL_PLATFORM_LINUX_FL_EVENT_CHANNEL_H_ +#endif // FLUTTER_SHELL_PLATFORM_LINUX_PUBLIC_FLUTTER_LINUX_FL_EVENT_CHANNEL_H_ diff --git a/shell/platform/linux/public/flutter_linux/fl_json_message_codec.h b/shell/platform/linux/public/flutter_linux/fl_json_message_codec.h index d6f99beddea07..2ca3ff68cf812 100644 --- a/shell/platform/linux/public/flutter_linux/fl_json_message_codec.h +++ b/shell/platform/linux/public/flutter_linux/fl_json_message_codec.h @@ -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_SHELL_PLATFORM_LINUX_FL_JSON_MESSAGE_CODEC_H_ -#define FLUTTER_SHELL_PLATFORM_LINUX_FL_JSON_MESSAGE_CODEC_H_ +#ifndef FLUTTER_SHELL_PLATFORM_LINUX_PUBLIC_FLUTTER_LINUX_FL_JSON_MESSAGE_CODEC_H_ +#define FLUTTER_SHELL_PLATFORM_LINUX_PUBLIC_FLUTTER_LINUX_FL_JSON_MESSAGE_CODEC_H_ #if !defined(__FLUTTER_LINUX_INSIDE__) && !defined(FLUTTER_LINUX_COMPILATION) #error "Only can be included directly." @@ -98,4 +98,4 @@ FlValue* fl_json_message_codec_decode(FlJsonMessageCodec* codec, G_END_DECLS -#endif // FLUTTER_SHELL_PLATFORM_LINUX_FL_JSON_MESSAGE_CODEC_H_ +#endif // FLUTTER_SHELL_PLATFORM_LINUX_PUBLIC_FLUTTER_LINUX_FL_JSON_MESSAGE_CODEC_H_ diff --git a/shell/platform/linux/public/flutter_linux/fl_json_method_codec.h b/shell/platform/linux/public/flutter_linux/fl_json_method_codec.h index 9755f4bfe9e89..a79c6666764c1 100644 --- a/shell/platform/linux/public/flutter_linux/fl_json_method_codec.h +++ b/shell/platform/linux/public/flutter_linux/fl_json_method_codec.h @@ -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_SHELL_PLATFORM_LINUX_FL_JSON_METHOD_CODEC_H_ -#define FLUTTER_SHELL_PLATFORM_LINUX_FL_JSON_METHOD_CODEC_H_ +#ifndef FLUTTER_SHELL_PLATFORM_LINUX_PUBLIC_FLUTTER_LINUX_FL_JSON_METHOD_CODEC_H_ +#define FLUTTER_SHELL_PLATFORM_LINUX_PUBLIC_FLUTTER_LINUX_FL_JSON_METHOD_CODEC_H_ #if !defined(__FLUTTER_LINUX_INSIDE__) && !defined(FLUTTER_LINUX_COMPILATION) #error "Only can be included directly." @@ -44,4 +44,4 @@ FlJsonMethodCodec* fl_json_method_codec_new(); G_END_DECLS -#endif // FLUTTER_SHELL_PLATFORM_LINUX_FL_JSON_METHOD_CODEC_H_ +#endif // FLUTTER_SHELL_PLATFORM_LINUX_PUBLIC_FLUTTER_LINUX_FL_JSON_METHOD_CODEC_H_ diff --git a/shell/platform/linux/public/flutter_linux/fl_message_codec.h b/shell/platform/linux/public/flutter_linux/fl_message_codec.h index 0fefb40efddb5..399277b47e632 100644 --- a/shell/platform/linux/public/flutter_linux/fl_message_codec.h +++ b/shell/platform/linux/public/flutter_linux/fl_message_codec.h @@ -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_SHELL_PLATFORM_LINUX_FL_MESSAGE_CODEC_H_ -#define FLUTTER_SHELL_PLATFORM_LINUX_FL_MESSAGE_CODEC_H_ +#ifndef FLUTTER_SHELL_PLATFORM_LINUX_PUBLIC_FLUTTER_LINUX_FL_MESSAGE_CODEC_H_ +#define FLUTTER_SHELL_PLATFORM_LINUX_PUBLIC_FLUTTER_LINUX_FL_MESSAGE_CODEC_H_ #if !defined(__FLUTTER_LINUX_INSIDE__) && !defined(FLUTTER_LINUX_COMPILATION) #error "Only can be included directly." @@ -130,4 +130,4 @@ FlValue* fl_message_codec_decode_message(FlMessageCodec* codec, G_END_DECLS -#endif // FLUTTER_SHELL_PLATFORM_LINUX_FL_MESSAGE_CODEC_H_ +#endif // FLUTTER_SHELL_PLATFORM_LINUX_PUBLIC_FLUTTER_LINUX_FL_MESSAGE_CODEC_H_ diff --git a/shell/platform/linux/public/flutter_linux/fl_method_call.h b/shell/platform/linux/public/flutter_linux/fl_method_call.h index bc9a4581e8b7a..93d424cb5f34c 100644 --- a/shell/platform/linux/public/flutter_linux/fl_method_call.h +++ b/shell/platform/linux/public/flutter_linux/fl_method_call.h @@ -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_SHELL_PLATFORM_LINUX_FL_METHOD_CALL_H_ -#define FLUTTER_SHELL_PLATFORM_LINUX_FL_METHOD_CALL_H_ +#ifndef FLUTTER_SHELL_PLATFORM_LINUX_PUBLIC_FLUTTER_LINUX_FL_METHOD_CALL_H_ +#define FLUTTER_SHELL_PLATFORM_LINUX_PUBLIC_FLUTTER_LINUX_FL_METHOD_CALL_H_ #if !defined(__FLUTTER_LINUX_INSIDE__) && !defined(FLUTTER_LINUX_COMPILATION) #error "Only can be included directly." @@ -114,4 +114,4 @@ gboolean fl_method_call_respond_not_implemented(FlMethodCall* method_call, G_END_DECLS -#endif // FLUTTER_SHELL_PLATFORM_LINUX_FL_METHOD_CALL_H_ +#endif // FLUTTER_SHELL_PLATFORM_LINUX_PUBLIC_FLUTTER_LINUX_FL_METHOD_CALL_H_ diff --git a/shell/platform/linux/public/flutter_linux/fl_method_channel.h b/shell/platform/linux/public/flutter_linux/fl_method_channel.h index fe43a94ec9de7..224f94bfd7327 100644 --- a/shell/platform/linux/public/flutter_linux/fl_method_channel.h +++ b/shell/platform/linux/public/flutter_linux/fl_method_channel.h @@ -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_SHELL_PLATFORM_LINUX_FL_METHOD_CHANNEL_H_ -#define FLUTTER_SHELL_PLATFORM_LINUX_FL_METHOD_CHANNEL_H_ +#ifndef FLUTTER_SHELL_PLATFORM_LINUX_PUBLIC_FLUTTER_LINUX_FL_METHOD_CHANNEL_H_ +#define FLUTTER_SHELL_PLATFORM_LINUX_PUBLIC_FLUTTER_LINUX_FL_METHOD_CHANNEL_H_ #if !defined(__FLUTTER_LINUX_INSIDE__) && !defined(FLUTTER_LINUX_COMPILATION) #error "Only can be included directly." @@ -194,4 +194,4 @@ FlMethodResponse* fl_method_channel_invoke_method_finish( G_END_DECLS -#endif // FLUTTER_SHELL_PLATFORM_LINUX_FL_METHOD_CHANNEL_H_ +#endif // FLUTTER_SHELL_PLATFORM_LINUX_PUBLIC_FLUTTER_LINUX_FL_METHOD_CHANNEL_H_ diff --git a/shell/platform/linux/public/flutter_linux/fl_method_codec.h b/shell/platform/linux/public/flutter_linux/fl_method_codec.h index 86c7d6dfb573f..3c741c8f5191c 100644 --- a/shell/platform/linux/public/flutter_linux/fl_method_codec.h +++ b/shell/platform/linux/public/flutter_linux/fl_method_codec.h @@ -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_SHELL_PLATFORM_LINUX_FL_METHOD_CODEC_H_ -#define FLUTTER_SHELL_PLATFORM_LINUX_FL_METHOD_CODEC_H_ +#ifndef FLUTTER_SHELL_PLATFORM_LINUX_PUBLIC_FLUTTER_LINUX_FL_METHOD_CODEC_H_ +#define FLUTTER_SHELL_PLATFORM_LINUX_PUBLIC_FLUTTER_LINUX_FL_METHOD_CODEC_H_ #if !defined(__FLUTTER_LINUX_INSIDE__) && !defined(FLUTTER_LINUX_COMPILATION) #error "Only can be included directly." @@ -130,4 +130,4 @@ struct _FlMethodCodecClass { G_END_DECLS -#endif // FLUTTER_SHELL_PLATFORM_LINUX_FL_METHOD_CODEC_H_ +#endif // FLUTTER_SHELL_PLATFORM_LINUX_PUBLIC_FLUTTER_LINUX_FL_METHOD_CODEC_H_ diff --git a/shell/platform/linux/public/flutter_linux/fl_method_response.h b/shell/platform/linux/public/flutter_linux/fl_method_response.h index 780ee5e675f73..7c5762772d563 100644 --- a/shell/platform/linux/public/flutter_linux/fl_method_response.h +++ b/shell/platform/linux/public/flutter_linux/fl_method_response.h @@ -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_SHELL_PLATFORM_LINUX_FL_METHOD_RESPONSE_H_ -#define FLUTTER_SHELL_PLATFORM_LINUX_FL_METHOD_RESPONSE_H_ +#ifndef FLUTTER_SHELL_PLATFORM_LINUX_PUBLIC_FLUTTER_LINUX_FL_METHOD_RESPONSE_H_ +#define FLUTTER_SHELL_PLATFORM_LINUX_PUBLIC_FLUTTER_LINUX_FL_METHOD_RESPONSE_H_ #if !defined(__FLUTTER_LINUX_INSIDE__) && !defined(FLUTTER_LINUX_COMPILATION) #error "Only can be included directly." @@ -216,4 +216,4 @@ FlMethodNotImplementedResponse* fl_method_not_implemented_response_new(); G_END_DECLS -#endif // FLUTTER_SHELL_PLATFORM_LINUX_FL_METHOD_RESPONSE_H_ +#endif // FLUTTER_SHELL_PLATFORM_LINUX_PUBLIC_FLUTTER_LINUX_FL_METHOD_RESPONSE_H_ diff --git a/shell/platform/linux/public/flutter_linux/fl_pixel_buffer_texture.h b/shell/platform/linux/public/flutter_linux/fl_pixel_buffer_texture.h index 31374026a5a28..8364994792b27 100644 --- a/shell/platform/linux/public/flutter_linux/fl_pixel_buffer_texture.h +++ b/shell/platform/linux/public/flutter_linux/fl_pixel_buffer_texture.h @@ -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_SHELL_PLATFORM_LINUX_FL_PIXEL_BUFFER_TEXTURE_H_ -#define FLUTTER_SHELL_PLATFORM_LINUX_FL_PIXEL_BUFFER_TEXTURE_H_ +#ifndef FLUTTER_SHELL_PLATFORM_LINUX_PUBLIC_FLUTTER_LINUX_FL_PIXEL_BUFFER_TEXTURE_H_ +#define FLUTTER_SHELL_PLATFORM_LINUX_PUBLIC_FLUTTER_LINUX_FL_PIXEL_BUFFER_TEXTURE_H_ #if !defined(__FLUTTER_LINUX_INSIDE__) && !defined(FLUTTER_LINUX_COMPILATION) #error "Only can be included directly." @@ -112,4 +112,4 @@ struct _FlPixelBufferTextureClass { G_END_DECLS -#endif // FLUTTER_SHELL_PLATFORM_LINUX_FL_PIXEL_BUFFER_TEXTURE_H_ +#endif // FLUTTER_SHELL_PLATFORM_LINUX_PUBLIC_FLUTTER_LINUX_FL_PIXEL_BUFFER_TEXTURE_H_ diff --git a/shell/platform/linux/public/flutter_linux/fl_plugin_registrar.h b/shell/platform/linux/public/flutter_linux/fl_plugin_registrar.h index 2bbcb336ceea4..a9200ea72485f 100644 --- a/shell/platform/linux/public/flutter_linux/fl_plugin_registrar.h +++ b/shell/platform/linux/public/flutter_linux/fl_plugin_registrar.h @@ -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_SHELL_PLATFORM_LINUX_FL_PLUGIN_REGISTRAR_H_ -#define FLUTTER_SHELL_PLATFORM_LINUX_FL_PLUGIN_REGISTRAR_H_ +#ifndef FLUTTER_SHELL_PLATFORM_LINUX_PUBLIC_FLUTTER_LINUX_FL_PLUGIN_REGISTRAR_H_ +#define FLUTTER_SHELL_PLATFORM_LINUX_PUBLIC_FLUTTER_LINUX_FL_PLUGIN_REGISTRAR_H_ #if !defined(__FLUTTER_LINUX_INSIDE__) && !defined(FLUTTER_LINUX_COMPILATION) #error "Only can be included directly." @@ -75,4 +75,4 @@ FlView* fl_plugin_registrar_get_view(FlPluginRegistrar* registrar); G_END_DECLS -#endif // FLUTTER_SHELL_PLATFORM_LINUX_FL_PLUGIN_REGISTRAR_H_ +#endif // FLUTTER_SHELL_PLATFORM_LINUX_PUBLIC_FLUTTER_LINUX_FL_PLUGIN_REGISTRAR_H_ diff --git a/shell/platform/linux/public/flutter_linux/fl_plugin_registry.h b/shell/platform/linux/public/flutter_linux/fl_plugin_registry.h index b20df179722fe..e8c805781ae59 100644 --- a/shell/platform/linux/public/flutter_linux/fl_plugin_registry.h +++ b/shell/platform/linux/public/flutter_linux/fl_plugin_registry.h @@ -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_SHELL_PLATFORM_LINUX_FL_PLUGIN_REGISTRY_H_ -#define FLUTTER_SHELL_PLATFORM_LINUX_FL_PLUGIN_REGISTRY_H_ +#ifndef FLUTTER_SHELL_PLATFORM_LINUX_PUBLIC_FLUTTER_LINUX_FL_PLUGIN_REGISTRY_H_ +#define FLUTTER_SHELL_PLATFORM_LINUX_PUBLIC_FLUTTER_LINUX_FL_PLUGIN_REGISTRY_H_ #if !defined(__FLUTTER_LINUX_INSIDE__) && !defined(FLUTTER_LINUX_COMPILATION) #error "Only can be included directly." @@ -60,4 +60,4 @@ FlPluginRegistrar* fl_plugin_registry_get_registrar_for_plugin( G_END_DECLS -#endif // FLUTTER_SHELL_PLATFORM_LINUX_FL_PLUGIN_REGISTRY_H_ +#endif // FLUTTER_SHELL_PLATFORM_LINUX_PUBLIC_FLUTTER_LINUX_FL_PLUGIN_REGISTRY_H_ diff --git a/shell/platform/linux/public/flutter_linux/fl_standard_message_codec.h b/shell/platform/linux/public/flutter_linux/fl_standard_message_codec.h index 12718b443befa..8dbe2c242e3eb 100644 --- a/shell/platform/linux/public/flutter_linux/fl_standard_message_codec.h +++ b/shell/platform/linux/public/flutter_linux/fl_standard_message_codec.h @@ -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_SHELL_PLATFORM_LINUX_FL_STANDARD_MESSAGE_CODEC_H_ -#define FLUTTER_SHELL_PLATFORM_LINUX_FL_STANDARD_MESSAGE_CODEC_H_ +#ifndef FLUTTER_SHELL_PLATFORM_LINUX_PUBLIC_FLUTTER_LINUX_FL_STANDARD_MESSAGE_CODEC_H_ +#define FLUTTER_SHELL_PLATFORM_LINUX_PUBLIC_FLUTTER_LINUX_FL_STANDARD_MESSAGE_CODEC_H_ #if !defined(__FLUTTER_LINUX_INSIDE__) && !defined(FLUTTER_LINUX_COMPILATION) #error "Only can be included directly." @@ -47,4 +47,4 @@ FlStandardMessageCodec* fl_standard_message_codec_new(); G_END_DECLS -#endif // FLUTTER_SHELL_PLATFORM_LINUX_FL_STANDARD_MESSAGE_CODEC_H_ +#endif // FLUTTER_SHELL_PLATFORM_LINUX_PUBLIC_FLUTTER_LINUX_FL_STANDARD_MESSAGE_CODEC_H_ diff --git a/shell/platform/linux/public/flutter_linux/fl_standard_method_codec.h b/shell/platform/linux/public/flutter_linux/fl_standard_method_codec.h index 46aa02a87b674..a19886cdbde9f 100644 --- a/shell/platform/linux/public/flutter_linux/fl_standard_method_codec.h +++ b/shell/platform/linux/public/flutter_linux/fl_standard_method_codec.h @@ -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_SHELL_PLATFORM_LINUX_FL_STANDARD_METHOD_CODEC_H_ -#define FLUTTER_SHELL_PLATFORM_LINUX_FL_STANDARD_METHOD_CODEC_H_ +#ifndef FLUTTER_SHELL_PLATFORM_LINUX_PUBLIC_FLUTTER_LINUX_FL_STANDARD_METHOD_CODEC_H_ +#define FLUTTER_SHELL_PLATFORM_LINUX_PUBLIC_FLUTTER_LINUX_FL_STANDARD_METHOD_CODEC_H_ #if !defined(__FLUTTER_LINUX_INSIDE__) && !defined(FLUTTER_LINUX_COMPILATION) #error "Only can be included directly." @@ -44,4 +44,4 @@ FlStandardMethodCodec* fl_standard_method_codec_new(); G_END_DECLS -#endif // FLUTTER_SHELL_PLATFORM_LINUX_FL_STANDARD_METHOD_CODEC_H_ +#endif // FLUTTER_SHELL_PLATFORM_LINUX_PUBLIC_FLUTTER_LINUX_FL_STANDARD_METHOD_CODEC_H_ diff --git a/shell/platform/linux/public/flutter_linux/fl_string_codec.h b/shell/platform/linux/public/flutter_linux/fl_string_codec.h index c96786d0c36ca..e13beb4f45482 100644 --- a/shell/platform/linux/public/flutter_linux/fl_string_codec.h +++ b/shell/platform/linux/public/flutter_linux/fl_string_codec.h @@ -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_SHELL_PLATFORM_LINUX_FL_STRING_CODEC_H_ -#define FLUTTER_SHELL_PLATFORM_LINUX_FL_STRING_CODEC_H_ +#ifndef FLUTTER_SHELL_PLATFORM_LINUX_PUBLIC_FLUTTER_LINUX_FL_STRING_CODEC_H_ +#define FLUTTER_SHELL_PLATFORM_LINUX_PUBLIC_FLUTTER_LINUX_FL_STRING_CODEC_H_ #if !defined(__FLUTTER_LINUX_INSIDE__) && !defined(FLUTTER_LINUX_COMPILATION) #error "Only can be included directly." @@ -44,4 +44,4 @@ FlStringCodec* fl_string_codec_new(); G_END_DECLS -#endif // FLUTTER_SHELL_PLATFORM_LINUX_FL_STRING_CODEC_H_ +#endif // FLUTTER_SHELL_PLATFORM_LINUX_PUBLIC_FLUTTER_LINUX_FL_STRING_CODEC_H_ diff --git a/shell/platform/linux/public/flutter_linux/fl_texture.h b/shell/platform/linux/public/flutter_linux/fl_texture.h index e91205df770ac..86b14dee3906e 100644 --- a/shell/platform/linux/public/flutter_linux/fl_texture.h +++ b/shell/platform/linux/public/flutter_linux/fl_texture.h @@ -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_SHELL_PLATFORM_LINUX_FL_TEXTURE_H_ -#define FLUTTER_SHELL_PLATFORM_LINUX_FL_TEXTURE_H_ +#ifndef FLUTTER_SHELL_PLATFORM_LINUX_PUBLIC_FLUTTER_LINUX_FL_TEXTURE_H_ +#define FLUTTER_SHELL_PLATFORM_LINUX_PUBLIC_FLUTTER_LINUX_FL_TEXTURE_H_ #if !defined(__FLUTTER_LINUX_INSIDE__) && !defined(FLUTTER_LINUX_COMPILATION) #error "Only can be included directly." @@ -49,4 +49,4 @@ int64_t fl_texture_get_id(FlTexture* texture); G_END_DECLS -#endif // FLUTTER_SHELL_PLATFORM_LINUX_FL_TEXTURE_H_ +#endif // FLUTTER_SHELL_PLATFORM_LINUX_PUBLIC_FLUTTER_LINUX_FL_TEXTURE_H_ diff --git a/shell/platform/linux/public/flutter_linux/fl_texture_gl.h b/shell/platform/linux/public/flutter_linux/fl_texture_gl.h index b7cc94c49d884..fc80eb7489c24 100644 --- a/shell/platform/linux/public/flutter_linux/fl_texture_gl.h +++ b/shell/platform/linux/public/flutter_linux/fl_texture_gl.h @@ -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_SHELL_PLATFORM_LINUX_FL_TEXTURE_GL_H_ -#define FLUTTER_SHELL_PLATFORM_LINUX_FL_TEXTURE_GL_H_ +#ifndef FLUTTER_SHELL_PLATFORM_LINUX_PUBLIC_FLUTTER_LINUX_FL_TEXTURE_GL_H_ +#define FLUTTER_SHELL_PLATFORM_LINUX_PUBLIC_FLUTTER_LINUX_FL_TEXTURE_GL_H_ #if !defined(__FLUTTER_LINUX_INSIDE__) && !defined(FLUTTER_LINUX_COMPILATION) #error "Only can be included directly." @@ -106,4 +106,4 @@ struct _FlTextureGLClass { G_END_DECLS -#endif // FLUTTER_SHELL_PLATFORM_LINUX_FL_TEXTURE_H_ +#endif // FLUTTER_SHELL_PLATFORM_LINUX_PUBLIC_FLUTTER_LINUX_FL_TEXTURE_GL_H_ diff --git a/shell/platform/linux/public/flutter_linux/fl_texture_registrar.h b/shell/platform/linux/public/flutter_linux/fl_texture_registrar.h index 65803cbb897fd..0034d345e902f 100644 --- a/shell/platform/linux/public/flutter_linux/fl_texture_registrar.h +++ b/shell/platform/linux/public/flutter_linux/fl_texture_registrar.h @@ -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_SHELL_PLATFORM_LINUX_FL_TEXTURE_REGISTRAR_H_ -#define FLUTTER_SHELL_PLATFORM_LINUX_FL_TEXTURE_REGISTRAR_H_ +#ifndef FLUTTER_SHELL_PLATFORM_LINUX_PUBLIC_FLUTTER_LINUX_FL_TEXTURE_REGISTRAR_H_ +#define FLUTTER_SHELL_PLATFORM_LINUX_PUBLIC_FLUTTER_LINUX_FL_TEXTURE_REGISTRAR_H_ #if !defined(__FLUTTER_LINUX_INSIDE__) && !defined(FLUTTER_LINUX_COMPILATION) #error "Only can be included directly." @@ -90,4 +90,4 @@ gboolean fl_texture_registrar_unregister_texture(FlTextureRegistrar* registrar, G_END_DECLS -#endif // FLUTTER_SHELL_PLATFORM_LINUX_FL_TEXTURE_REGISTRAR_H_ +#endif // FLUTTER_SHELL_PLATFORM_LINUX_PUBLIC_FLUTTER_LINUX_FL_TEXTURE_REGISTRAR_H_ diff --git a/shell/platform/linux/public/flutter_linux/fl_value.h b/shell/platform/linux/public/flutter_linux/fl_value.h index 224690c4ed78e..6140d360da867 100644 --- a/shell/platform/linux/public/flutter_linux/fl_value.h +++ b/shell/platform/linux/public/flutter_linux/fl_value.h @@ -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_SHELL_PLATFORM_LINUX_FL_VALUE_H_ -#define FLUTTER_SHELL_PLATFORM_LINUX_FL_VALUE_H_ +#ifndef FLUTTER_SHELL_PLATFORM_LINUX_PUBLIC_FLUTTER_LINUX_FL_VALUE_H_ +#define FLUTTER_SHELL_PLATFORM_LINUX_PUBLIC_FLUTTER_LINUX_FL_VALUE_H_ #include #include @@ -614,4 +614,4 @@ G_DEFINE_AUTOPTR_CLEANUP_FUNC(FlValue, fl_value_unref) G_END_DECLS -#endif // FLUTTER_SHELL_PLATFORM_LINUX_FL_VALUE_H_ +#endif // FLUTTER_SHELL_PLATFORM_LINUX_PUBLIC_FLUTTER_LINUX_FL_VALUE_H_ diff --git a/shell/platform/linux/public/flutter_linux/fl_view.h b/shell/platform/linux/public/flutter_linux/fl_view.h index dc0db9aa37da8..34e9acf1743f4 100644 --- a/shell/platform/linux/public/flutter_linux/fl_view.h +++ b/shell/platform/linux/public/flutter_linux/fl_view.h @@ -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_SHELL_PLATFORM_LINUX_FL_VIEW_H_ -#define FLUTTER_SHELL_PLATFORM_LINUX_FL_VIEW_H_ +#ifndef FLUTTER_SHELL_PLATFORM_LINUX_PUBLIC_FLUTTER_LINUX_FL_VIEW_H_ +#define FLUTTER_SHELL_PLATFORM_LINUX_PUBLIC_FLUTTER_LINUX_FL_VIEW_H_ #if !defined(__FLUTTER_LINUX_INSIDE__) && !defined(FLUTTER_LINUX_COMPILATION) #error "Only can be included directly." @@ -60,4 +60,4 @@ FlEngine* fl_view_get_engine(FlView* view); G_END_DECLS -#endif // FLUTTER_SHELL_PLATFORM_LINUX_FL_VIEW_H_ +#endif // FLUTTER_SHELL_PLATFORM_LINUX_PUBLIC_FLUTTER_LINUX_FL_VIEW_H_ diff --git a/shell/platform/linux/public/flutter_linux/flutter_linux.h b/shell/platform/linux/public/flutter_linux/flutter_linux.h index 2d9317ddf5342..715cb5597bae2 100644 --- a/shell/platform/linux/public/flutter_linux/flutter_linux.h +++ b/shell/platform/linux/public/flutter_linux/flutter_linux.h @@ -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_SHELL_PLATFORM_LINUX_FLUTTER_LINUX_H_ -#define FLUTTER_SHELL_PLATFORM_LINUX_FLUTTER_LINUX_H_ +#ifndef FLUTTER_SHELL_PLATFORM_LINUX_PUBLIC_FLUTTER_LINUX_FLUTTER_LINUX_H_ +#define FLUTTER_SHELL_PLATFORM_LINUX_PUBLIC_FLUTTER_LINUX_FLUTTER_LINUX_H_ #define __FLUTTER_LINUX_INSIDE__ @@ -34,4 +34,4 @@ #undef __FLUTTER_LINUX_INSIDE__ -#endif // FLUTTER_SHELL_PLATFORM_LINUX_FLUTTER_LINUX_H_ +#endif // FLUTTER_SHELL_PLATFORM_LINUX_PUBLIC_FLUTTER_LINUX_FLUTTER_LINUX_H_ diff --git a/shell/platform/linux/testing/fl_test.h b/shell/platform/linux/testing/fl_test.h index 9fcb3ac679af2..51b4cb349a6e6 100644 --- a/shell/platform/linux/testing/fl_test.h +++ b/shell/platform/linux/testing/fl_test.h @@ -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_SHELL_PLATFORM_LINUX_FL_TEST_H_ -#define FLUTTER_SHELL_PLATFORM_LINUX_FL_TEST_H_ +#ifndef FLUTTER_SHELL_PLATFORM_LINUX_TESTING_FL_TEST_H_ +#define FLUTTER_SHELL_PLATFORM_LINUX_TESTING_FL_TEST_H_ #include "flutter/shell/platform/linux/public/flutter_linux/fl_engine.h" #include "flutter/shell/platform/linux/public/flutter_linux/fl_value.h" @@ -34,4 +34,4 @@ void PrintTo(FlValue* v, std::ostream* os); G_END_DECLS -#endif // FLUTTER_SHELL_PLATFORM_LINUX_FL_TEST_H_ +#endif // FLUTTER_SHELL_PLATFORM_LINUX_TESTING_FL_TEST_H_ diff --git a/shell/platform/linux/testing/fl_test_gtk_logs.h b/shell/platform/linux/testing/fl_test_gtk_logs.h index b1fd05156784b..29d0988758e3b 100644 --- a/shell/platform/linux/testing/fl_test_gtk_logs.h +++ b/shell/platform/linux/testing/fl_test_gtk_logs.h @@ -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_TESTING_TEST_GTK_LOGS_H_ -#define FLUTTER_TESTING_TEST_GTK_LOGS_H_ +#ifndef FLUTTER_SHELL_PLATFORM_LINUX_TESTING_FL_TEST_GTK_LOGS_H_ +#define FLUTTER_SHELL_PLATFORM_LINUX_TESTING_FL_TEST_GTK_LOGS_H_ #include @@ -46,4 +46,4 @@ GLogLevelFlags fl_get_received_gtk_log_levels(); } // namespace testing } // namespace flutter -#endif // FLUTTER_TESTING_TEST_GTK_LOGS_H_ +#endif // FLUTTER_SHELL_PLATFORM_LINUX_TESTING_FL_TEST_GTK_LOGS_H_ diff --git a/shell/platform/linux/testing/mock_signal_handler.h b/shell/platform/linux/testing/mock_signal_handler.h index 1eb60175406e9..98013015d8649 100644 --- a/shell/platform/linux/testing/mock_signal_handler.h +++ b/shell/platform/linux/testing/mock_signal_handler.h @@ -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_SHELL_PLATFORM_LINUX_MOCK_SIGNAL_HANDLER_H_ -#define FLUTTER_SHELL_PLATFORM_LINUX_MOCK_SIGNAL_HANDLER_H_ +#ifndef FLUTTER_SHELL_PLATFORM_LINUX_TESTING_MOCK_SIGNAL_HANDLER_H_ +#define FLUTTER_SHELL_PLATFORM_LINUX_TESTING_MOCK_SIGNAL_HANDLER_H_ #include #include @@ -87,4 +87,4 @@ class MockSignalHandler2 : public SignalHandler { } // namespace testing } // namespace flutter -#endif // FLUTTER_SHELL_PLATFORM_LINUX_MOCK_SIGNAL_HANDLER_H_ +#endif // FLUTTER_SHELL_PLATFORM_LINUX_TESTING_MOCK_SIGNAL_HANDLER_H_ diff --git a/shell/platform/windows/client_wrapper/testing/stub_flutter_windows_api.h b/shell/platform/windows/client_wrapper/testing/stub_flutter_windows_api.h index 475fdb0c32088..19671159ea426 100644 --- a/shell/platform/windows/client_wrapper/testing/stub_flutter_windows_api.h +++ b/shell/platform/windows/client_wrapper/testing/stub_flutter_windows_api.h @@ -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_SHELL_PLATFORM_WINDOWS_WRAPPER_TESTING_STUB_FLUTTER_WINDOWS_API_H_ -#define FLUTTER_SHELL_PLATFORM_WINDOWS_WRAPPER_TESTING_STUB_FLUTTER_WINDOWS_API_H_ +#ifndef FLUTTER_SHELL_PLATFORM_WINDOWS_CLIENT_WRAPPER_TESTING_STUB_FLUTTER_WINDOWS_API_H_ +#define FLUTTER_SHELL_PLATFORM_WINDOWS_CLIENT_WRAPPER_TESTING_STUB_FLUTTER_WINDOWS_API_H_ #include diff --git a/shell/platform/windows/event_watcher.h b/shell/platform/windows/event_watcher.h index ec0536b801416..ad26c555790b9 100644 --- a/shell/platform/windows/event_watcher.h +++ b/shell/platform/windows/event_watcher.h @@ -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_SHELL_PLATFORM_WINDOWS_EVENT_WATCHER_WIN32_H_ -#define FLUTTER_SHELL_PLATFORM_WINDOWS_EVENT_WATCHER_WIN32_H_ +#ifndef FLUTTER_SHELL_PLATFORM_WINDOWS_EVENT_WATCHER_H_ +#define FLUTTER_SHELL_PLATFORM_WINDOWS_EVENT_WATCHER_H_ #include @@ -35,4 +35,4 @@ class EventWatcher { } // namespace flutter -#endif // FLUTTER_SHELL_PLATFORM_WINDOWS_EVENT_WATCHER_WIN32_H_ +#endif // FLUTTER_SHELL_PLATFORM_WINDOWS_EVENT_WATCHER_H_ diff --git a/shell/platform/windows/flutter_desktop_messenger.h b/shell/platform/windows/flutter_desktop_messenger.h index bfa13797c2109..e201d56e40712 100644 --- a/shell/platform/windows/flutter_desktop_messenger.h +++ b/shell/platform/windows/flutter_desktop_messenger.h @@ -80,4 +80,4 @@ class FlutterDesktopMessenger { } // namespace flutter -#endif // FLUTTER_SHELL_PLATFORM_WINDOWS_FLUTTER_WINDOW_STATE_H_ +#endif // FLUTTER_SHELL_PLATFORM_WINDOWS_FLUTTER_DESKTOP_MESSENGER_H_ diff --git a/shell/platform/windows/keyboard_handler_base.h b/shell/platform/windows/keyboard_handler_base.h index e2fd211403a5a..3572813771fa6 100644 --- a/shell/platform/windows/keyboard_handler_base.h +++ b/shell/platform/windows/keyboard_handler_base.h @@ -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_SHELL_PLATFORM_WINDOWS_KEYBOARD_HOOK_HANDLER_H_ -#define FLUTTER_SHELL_PLATFORM_WINDOWS_KEYBOARD_HOOK_HANDLER_H_ +#ifndef FLUTTER_SHELL_PLATFORM_WINDOWS_KEYBOARD_HANDLER_BASE_H_ +#define FLUTTER_SHELL_PLATFORM_WINDOWS_KEYBOARD_HANDLER_BASE_H_ #include @@ -43,4 +43,4 @@ class KeyboardHandlerBase { } // namespace flutter -#endif // FLUTTER_SHELL_PLATFORM_WINDOWS_KEYBOARD_HOOK_HANDLER_H_ +#endif // FLUTTER_SHELL_PLATFORM_WINDOWS_KEYBOARD_HANDLER_BASE_H_ diff --git a/shell/platform/windows/keyboard_utils.h b/shell/platform/windows/keyboard_utils.h index e5261e3ad84a7..62bff61214729 100644 --- a/shell/platform/windows/keyboard_utils.h +++ b/shell/platform/windows/keyboard_utils.h @@ -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_SHELL_PLATFORM_WINDOWS_KEYBOARD_WIN32_COMMON_H_ -#define FLUTTER_SHELL_PLATFORM_WINDOWS_KEYBOARD_WIN32_COMMON_H_ +#ifndef FLUTTER_SHELL_PLATFORM_WINDOWS_KEYBOARD_UTILS_H_ +#define FLUTTER_SHELL_PLATFORM_WINDOWS_KEYBOARD_UTILS_H_ #include @@ -43,4 +43,4 @@ std::u16string EncodeUtf16(char32_t character); } // namespace flutter -#endif // FLUTTER_SHELL_PLATFORM_WINDOWS_KEYBOARD_WIN32_COMMON_H_ +#endif // FLUTTER_SHELL_PLATFORM_WINDOWS_KEYBOARD_UTILS_H_ diff --git a/shell/platform/windows/public/flutter_windows.h b/shell/platform/windows/public/flutter_windows.h index 34d47018f6201..70cd60a2eb984 100644 --- a/shell/platform/windows/public/flutter_windows.h +++ b/shell/platform/windows/public/flutter_windows.h @@ -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_SHELL_PLATFORM_WINDOWS_PUBLIC_FLUTTER_H_ -#define FLUTTER_SHELL_PLATFORM_WINDOWS_PUBLIC_FLUTTER_H_ +#ifndef FLUTTER_SHELL_PLATFORM_WINDOWS_PUBLIC_FLUTTER_WINDOWS_H_ +#define FLUTTER_SHELL_PLATFORM_WINDOWS_PUBLIC_FLUTTER_WINDOWS_H_ #include #include diff --git a/shell/platform/windows/task_runner_window.h b/shell/platform/windows/task_runner_window.h index a666987ae346d..ccb26c92665d3 100644 --- a/shell/platform/windows/task_runner_window.h +++ b/shell/platform/windows/task_runner_window.h @@ -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_SHELL_PLATFORM_WINDOWS_TASK_RUNNER_WIN32_WINDOW_H_ -#define FLUTTER_SHELL_PLATFORM_WINDOWS_TASK_RUNNER_WIN32_WINDOW_H_ +#ifndef FLUTTER_SHELL_PLATFORM_WINDOWS_TASK_RUNNER_WINDOW_H_ +#define FLUTTER_SHELL_PLATFORM_WINDOWS_TASK_RUNNER_WINDOW_H_ #include @@ -65,4 +65,4 @@ class TaskRunnerWindow { }; } // namespace flutter -#endif +#endif // FLUTTER_SHELL_PLATFORM_WINDOWS_TASK_RUNNER_WINDOW_H_ diff --git a/shell/platform/windows/testing/flutter_window_test.h b/shell/platform/windows/testing/flutter_window_test.h index c62f5abe7f69f..5003111b39f86 100644 --- a/shell/platform/windows/testing/flutter_window_test.h +++ b/shell/platform/windows/testing/flutter_window_test.h @@ -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_SHELL_PLATFORM_WINDOWS_TESTING_WIN32_FLUTTER_WINDOW_TEST_H_ -#define FLUTTER_SHELL_PLATFORM_WINDOWS_TESTING_WIN32_FLUTTER_WINDOW_TEST_H_ +#ifndef FLUTTER_SHELL_PLATFORM_WINDOWS_TESTING_FLUTTER_WINDOW_TEST_H_ +#define FLUTTER_SHELL_PLATFORM_WINDOWS_TESTING_FLUTTER_WINDOW_TEST_H_ #include "flutter/shell/platform/windows/flutter_window.h" @@ -25,4 +25,4 @@ class FlutterWindowTest : public FlutterWindow { } // namespace testing } // namespace flutter -#endif // FLUTTER_SHELL_PLATFORM_WINDOWS_TESTING_WIN32_FLUTTER_WINDOW_TEST_H_ +#endif // FLUTTER_SHELL_PLATFORM_WINDOWS_TESTING_FLUTTER_WINDOW_TEST_H_ diff --git a/shell/platform/windows/testing/mock_text_input_manager.h b/shell/platform/windows/testing/mock_text_input_manager.h index d71dd504a59d8..d4d611831d62c 100644 --- a/shell/platform/windows/testing/mock_text_input_manager.h +++ b/shell/platform/windows/testing/mock_text_input_manager.h @@ -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_SHELL_PLATFORM_WINDOWS_TESTING_MOCK_TEXT_INPUT_MANAGER_WIN32_H_ -#define FLUTTER_SHELL_PLATFORM_WINDOWS_TESTING_MOCK_TEXT_INPUT_MANAGER_WIN32_H_ +#ifndef FLUTTER_SHELL_PLATFORM_WINDOWS_TESTING_MOCK_TEXT_INPUT_MANAGER_H_ +#define FLUTTER_SHELL_PLATFORM_WINDOWS_TESTING_MOCK_TEXT_INPUT_MANAGER_H_ #include #include @@ -38,4 +38,4 @@ class MockTextInputManager : public TextInputManager { } // namespace testing } // namespace flutter -#endif // FLUTTER_SHELL_PLATFORM_WINDOWS_TESTING_MOCK_TEXT_INPUT_MANAGER_WIN32_H_ +#endif // FLUTTER_SHELL_PLATFORM_WINDOWS_TESTING_MOCK_TEXT_INPUT_MANAGER_H_ diff --git a/shell/platform/windows/testing/mock_window.h b/shell/platform/windows/testing/mock_window.h index a2d9541302c6c..d62601c619f40 100644 --- a/shell/platform/windows/testing/mock_window.h +++ b/shell/platform/windows/testing/mock_window.h @@ -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_SHELL_PLATFORM_WINDOWS_TESTING_MOCK_WIN32_WINDOW_H_ -#define FLUTTER_SHELL_PLATFORM_WINDOWS_TESTING_MOCK_WIN32_WINDOW_H_ +#ifndef FLUTTER_SHELL_PLATFORM_WINDOWS_TESTING_MOCK_WINDOW_H_ +#define FLUTTER_SHELL_PLATFORM_WINDOWS_TESTING_MOCK_WINDOW_H_ #include "flutter/fml/macros.h" #include "flutter/shell/platform/windows/flutter_window.h" @@ -103,4 +103,4 @@ class MockWindow : public FlutterWindow { } // namespace testing } // namespace flutter -#endif // FLUTTER_SHELL_PLATFORM_WINDOWS_TESTING_MOCK_WIN32_WINDOW_H_ +#endif // FLUTTER_SHELL_PLATFORM_WINDOWS_TESTING_MOCK_WINDOW_H_ diff --git a/shell/platform/windows/window_proc_delegate_manager.h b/shell/platform/windows/window_proc_delegate_manager.h index 36e9fb2333332..bd6116f0058f1 100644 --- a/shell/platform/windows/window_proc_delegate_manager.h +++ b/shell/platform/windows/window_proc_delegate_manager.h @@ -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_SHELL_PLATFORM_WINDOWS_WIN32_WINDOW_PROC_DELEGATE_MANAGER_H_ -#define FLUTTER_SHELL_PLATFORM_WINDOWS_WIN32_WINDOW_PROC_DELEGATE_MANAGER_H_ +#ifndef FLUTTER_SHELL_PLATFORM_WINDOWS_WINDOW_PROC_DELEGATE_MANAGER_H_ +#define FLUTTER_SHELL_PLATFORM_WINDOWS_WINDOW_PROC_DELEGATE_MANAGER_H_ #include @@ -52,4 +52,4 @@ class WindowProcDelegateManager { } // namespace flutter -#endif // FLUTTER_SHELL_PLATFORM_WINDOWS_WIN32_WINDOW_PROC_DELEGATE_MANAGER_H_ +#endif // FLUTTER_SHELL_PLATFORM_WINDOWS_WINDOW_PROC_DELEGATE_MANAGER_H_ diff --git a/shell/platform/windows/window_state.h b/shell/platform/windows/window_state.h index 22cfe6cfe1fca..fe00a6cd00db8 100644 --- a/shell/platform/windows/window_state.h +++ b/shell/platform/windows/window_state.h @@ -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_SHELL_PLATFORM_WINDOWS_FLUTTER_WINDOW_STATE_H_ -#define FLUTTER_SHELL_PLATFORM_WINDOWS_FLUTTER_WINDOW_STATE_H_ +#ifndef FLUTTER_SHELL_PLATFORM_WINDOWS_WINDOW_STATE_H_ +#define FLUTTER_SHELL_PLATFORM_WINDOWS_WINDOW_STATE_H_ #include "flutter/shell/platform/common/client_wrapper/include/flutter/plugin_registrar.h" #include "flutter/shell/platform/common/incoming_message_dispatcher.h" @@ -25,4 +25,4 @@ struct FlutterDesktopPluginRegistrar { flutter::FlutterWindowsEngine* engine = nullptr; }; -#endif // FLUTTER_SHELL_PLATFORM_WINDOWS_FLUTTER_WINDOW_STATE_H_ +#endif // FLUTTER_SHELL_PLATFORM_WINDOWS_WINDOW_STATE_H_ diff --git a/shell/platform/windows/windowsx_shim.h b/shell/platform/windows/windowsx_shim.h index 2e3a88fc0522b..d1d5d8bcac330 100644 --- a/shell/platform/windows/windowsx_shim.h +++ b/shell/platform/windows/windowsx_shim.h @@ -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 BASE_WIN_WINDOWSX_SHIM_H_ -#define BASE_WIN_WINDOWSX_SHIM_H_ +#ifndef FLUTTER_SHELL_PLATFORM_WINDOWS_WINDOWSX_SHIM_H_ +#define FLUTTER_SHELL_PLATFORM_WINDOWS_WINDOWSX_SHIM_H_ // The Win32 platform header contains some macros for // common function names. To work around that, windowsx.h is not to be @@ -25,4 +25,4 @@ // WS_MAXIMIZE is set in the GetWindowStyle return // value. -#endif // BASE_WIN_WINDOWSX_SHIM_H_ +#endif // FLUTTER_SHELL_PLATFORM_WINDOWS_WINDOWSX_SHIM_H_ diff --git a/shell/version/version.h b/shell/version/version.h index cbf3357d6a1ea..66fbdc75a0e1f 100644 --- a/shell/version/version.h +++ b/shell/version/version.h @@ -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_SHELL_COMMON_VERSION_H_ -#define FLUTTER_SHELL_COMMON_VERSION_H_ +#ifndef FLUTTER_SHELL_VERSION_VERSION_H_ +#define FLUTTER_SHELL_VERSION_VERSION_H_ namespace flutter { @@ -15,4 +15,4 @@ const char* GetDartVersion(); } // namespace flutter -#endif // FLUTTER_SHELL_COMMON_VERSION_H_ +#endif // FLUTTER_SHELL_VERSION_VERSION_H_