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

Commit a17bb0a

Browse files
authored
Automatically fix header guards in the rest of the flutter/engine repo. (#49059)
1 parent 4cb3ba7 commit a17bb0a

File tree

93 files changed

+291
-213
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

93 files changed

+291
-213
lines changed

display_list/benchmarking/dl_benchmarks.h

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22
// Use of this source code is governed by a BSD-style license that can be
33
// found in the LICENSE file.
44

5-
#ifndef FLUTTER_FLOW_DISPLAY_LIST_BENCHMARKING_DL_BENCHMARKS_H_
6-
#define FLUTTER_FLOW_DISPLAY_LIST_BENCHMARKING_DL_BENCHMARKS_H_
5+
#ifndef FLUTTER_DISPLAY_LIST_BENCHMARKING_DL_BENCHMARKS_H_
6+
#define FLUTTER_DISPLAY_LIST_BENCHMARKING_DL_BENCHMARKS_H_
77

88
#include "flutter/display_list/dl_canvas.h"
99
#include "flutter/display_list/dl_sampling_options.h"
@@ -587,4 +587,4 @@ void BM_SaveLayer(benchmark::State& state,
587587
} // namespace testing
588588
} // namespace flutter
589589

590-
#endif // FLUTTER_FLOW_DISPLAY_LIST_BENCHMARKING_DL_BENCHMARKS_H_
590+
#endif // FLUTTER_DISPLAY_LIST_BENCHMARKING_DL_BENCHMARKS_H_

display_list/benchmarking/dl_complexity.h

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22
// Use of this source code is governed by a BSD-style license that can be
33
// found in the LICENSE file.
44

5-
#ifndef FLUTTER_FLOW_DISPLAY_LIST_BENCHMARKING_DL_COMPLEXITY_H_
6-
#define FLUTTER_FLOW_DISPLAY_LIST_BENCHMARKING_DL_COMPLEXITY_H_
5+
#ifndef FLUTTER_DISPLAY_LIST_BENCHMARKING_DL_COMPLEXITY_H_
6+
#define FLUTTER_DISPLAY_LIST_BENCHMARKING_DL_COMPLEXITY_H_
77

88
#include "flutter/display_list/display_list.h"
99

@@ -55,4 +55,4 @@ class DisplayListNaiveComplexityCalculator
5555

5656
} // namespace flutter
5757

58-
#endif // FLUTTER_FLOW_DISPLAY_LIST_BENCHMARKING_DL_COMPLEXITY_H_
58+
#endif // FLUTTER_DISPLAY_LIST_BENCHMARKING_DL_COMPLEXITY_H_

display_list/benchmarking/dl_complexity_gl.h

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22
// Use of this source code is governed by a BSD-style license that can be
33
// found in the LICENSE file.
44

5-
#ifndef FLUTTER_FLOW_DISPLAY_LIST_BENCHMARKING_DL_COMPLEXITY_GL_H_
6-
#define FLUTTER_FLOW_DISPLAY_LIST_BENCHMARKING_DL_COMPLEXITY_GL_H_
5+
#ifndef FLUTTER_DISPLAY_LIST_BENCHMARKING_DL_COMPLEXITY_GL_H_
6+
#define FLUTTER_DISPLAY_LIST_BENCHMARKING_DL_COMPLEXITY_GL_H_
77

88
#include "flutter/display_list/benchmarking/dl_complexity_helper.h"
99

@@ -99,4 +99,4 @@ class DisplayListGLComplexityCalculator
9999

100100
} // namespace flutter
101101

102-
#endif // FLUTTER_FLOW_DISPLAY_LIST_BENCHMARKING_DL_COMPLEXITY_GL_H_
102+
#endif // FLUTTER_DISPLAY_LIST_BENCHMARKING_DL_COMPLEXITY_GL_H_

display_list/benchmarking/dl_complexity_helper.h

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22
// Use of this source code is governed by a BSD-style license that can be
33
// found in the LICENSE file.
44

5-
#ifndef FLUTTER_FLOW_DISPLAY_LIST_BENCHMARKING_COMPLEXITY_HELPER_H_
6-
#define FLUTTER_FLOW_DISPLAY_LIST_BENCHMARKING_COMPLEXITY_HELPER_H_
5+
#ifndef FLUTTER_DISPLAY_LIST_BENCHMARKING_DL_COMPLEXITY_HELPER_H_
6+
#define FLUTTER_DISPLAY_LIST_BENCHMARKING_DL_COMPLEXITY_HELPER_H_
77

88
#include "flutter/display_list/benchmarking/dl_complexity.h"
99
#include "flutter/display_list/dl_blend_mode.h"
@@ -268,4 +268,4 @@ class ComplexityCalculatorHelper
268268

269269
} // namespace flutter
270270

271-
#endif // FLUTTER_FLOW_DISPLAY_LIST_BENCHMARKING_COMPLEXITY_HELPER_H_
271+
#endif // FLUTTER_DISPLAY_LIST_BENCHMARKING_DL_COMPLEXITY_HELPER_H_

display_list/benchmarking/dl_complexity_metal.h

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22
// Use of this source code is governed by a BSD-style license that can be
33
// found in the LICENSE file.
44

5-
#ifndef FLUTTER_FLOW_DISPLAY_LIST_BENCHMARKING_DL_COMPLEXITY_METAL_H_
6-
#define FLUTTER_FLOW_DISPLAY_LIST_BENCHMARKING_DL_COMPLEXITY_METAL_H_
5+
#ifndef FLUTTER_DISPLAY_LIST_BENCHMARKING_DL_COMPLEXITY_METAL_H_
6+
#define FLUTTER_DISPLAY_LIST_BENCHMARKING_DL_COMPLEXITY_METAL_H_
77

88
#include "flutter/display_list/benchmarking/dl_complexity_helper.h"
99

@@ -99,4 +99,4 @@ class DisplayListMetalComplexityCalculator
9999

100100
} // namespace flutter
101101

102-
#endif // FLUTTER_FLOW_DISPLAY_LIST_BENCHMARKING_DL_COMPLEXITY_METAL_H_
102+
#endif // FLUTTER_DISPLAY_LIST_BENCHMARKING_DL_COMPLEXITY_METAL_H_

display_list/dl_attributes.h

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22
// Use of this source code is governed by a BSD-style license that can be
33
// found in the LICENSE file.
44

5-
#ifndef FLUTTER_DISPLAY_LIST_DISPLAY_LIST_ATTRIBUTES_H_
6-
#define FLUTTER_DISPLAY_LIST_DISPLAY_LIST_ATTRIBUTES_H_
5+
#ifndef FLUTTER_DISPLAY_LIST_DL_ATTRIBUTES_H_
6+
#define FLUTTER_DISPLAY_LIST_DL_ATTRIBUTES_H_
77

88
#include <memory>
99

@@ -108,4 +108,4 @@ class DlAttribute {
108108

109109
} // namespace flutter
110110

111-
#endif // FLUTTER_DISPLAY_LIST_DISPLAY_LIST_ATTRIBUTES_H_
111+
#endif // FLUTTER_DISPLAY_LIST_DL_ATTRIBUTES_H_

display_list/dl_builder.h

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22
// Use of this source code is governed by a BSD-style license that can be
33
// found in the LICENSE file.
44

5-
#ifndef FLUTTER_DISPLAY_LIST_DISPLAY_LIST_BUILDER_H_
6-
#define FLUTTER_DISPLAY_LIST_DISPLAY_LIST_BUILDER_H_
5+
#ifndef FLUTTER_DISPLAY_LIST_DL_BUILDER_H_
6+
#define FLUTTER_DISPLAY_LIST_DL_BUILDER_H_
77

88
#include "flutter/display_list/display_list.h"
99
#include "flutter/display_list/dl_blend_mode.h"
@@ -780,4 +780,4 @@ class DisplayListBuilder final : public virtual DlCanvas,
780780

781781
} // namespace flutter
782782

783-
#endif // FLUTTER_DISPLAY_LIST_DISPLAY_LIST_BUILDER_H_
783+
#endif // FLUTTER_DISPLAY_LIST_DL_BUILDER_H_

display_list/dl_op_receiver.h

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22
// Use of this source code is governed by a BSD-style license that can be
33
// found in the LICENSE file.
44

5-
#ifndef FLUTTER_DISPLAY_LIST_DISPLAY_LIST_DISPATCHER_H_
6-
#define FLUTTER_DISPLAY_LIST_DISPLAY_LIST_DISPATCHER_H_
5+
#ifndef FLUTTER_DISPLAY_LIST_DL_OP_RECEIVER_H_
6+
#define FLUTTER_DISPLAY_LIST_DL_OP_RECEIVER_H_
77

88
#include "flutter/display_list/display_list.h"
99
#include "flutter/display_list/dl_blend_mode.h"
@@ -269,4 +269,4 @@ class DlOpReceiver {
269269

270270
} // namespace flutter
271271

272-
#endif // FLUTTER_DISPLAY_LIST_DISPLAY_LIST_DISPATCHER_H_
272+
#endif // FLUTTER_DISPLAY_LIST_DL_OP_RECEIVER_H_

display_list/dl_sampling_options.h

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22
// Use of this source code is governed by a BSD-style license that can be
33
// found in the LICENSE file.
44

5-
#ifndef FLUTTER_DISPLAY_LIST_DISPLAY_LIST_SAMPLING_OPTIONS_H_
6-
#define FLUTTER_DISPLAY_LIST_DISPLAY_LIST_SAMPLING_OPTIONS_H_
5+
#ifndef FLUTTER_DISPLAY_LIST_DL_SAMPLING_OPTIONS_H_
6+
#define FLUTTER_DISPLAY_LIST_DL_SAMPLING_OPTIONS_H_
77

88
namespace flutter {
99

@@ -23,4 +23,4 @@ enum class DlImageSampling {
2323

2424
} // namespace flutter
2525

26-
#endif // FLUTTER_DISPLAY_LIST_DISPLAY_LIST_SAMPLING_OPTIONS_H_
26+
#endif // FLUTTER_DISPLAY_LIST_DL_SAMPLING_OPTIONS_H_

display_list/dl_tile_mode.h

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22
// Use of this source code is governed by a BSD-style license that can be
33
// found in the LICENSE file.
44

5-
#ifndef FLUTTER_DISPLAY_LIST_DISPLAY_LIST_TILE_MODE_H_
6-
#define FLUTTER_DISPLAY_LIST_DISPLAY_LIST_TILE_MODE_H_
5+
#ifndef FLUTTER_DISPLAY_LIST_DL_TILE_MODE_H_
6+
#define FLUTTER_DISPLAY_LIST_DL_TILE_MODE_H_
77

88
namespace flutter {
99

@@ -30,4 +30,4 @@ enum class DlTileMode {
3030

3131
} // namespace flutter
3232

33-
#endif // FLUTTER_DISPLAY_LIST_DISPLAY_LIST_TILE_MODE_H_
33+
#endif // FLUTTER_DISPLAY_LIST_DL_TILE_MODE_H_

display_list/dl_vertices.h

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22
// Use of this source code is governed by a BSD-style license that can be
33
// found in the LICENSE file.
44

5-
#ifndef FLUTTER_DISPLAY_LIST_DISPLAY_LIST_VERTICES_H_
6-
#define FLUTTER_DISPLAY_LIST_DISPLAY_LIST_VERTICES_H_
5+
#ifndef FLUTTER_DISPLAY_LIST_DL_VERTICES_H_
6+
#define FLUTTER_DISPLAY_LIST_DL_VERTICES_H_
77

88
#include <memory>
99

@@ -284,4 +284,4 @@ class DlVertices {
284284

285285
} // namespace flutter
286286

287-
#endif // FLUTTER_DISPLAY_LIST_DISPLAY_LIST_VERTICES_H_
287+
#endif // FLUTTER_DISPLAY_LIST_DL_VERTICES_H_

display_list/effects/dl_runtime_effect.h

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22
// Use of this source code is governed by a BSD-style license that can be
33
// found in the LICENSE file.
44

5-
#ifndef FLUTTER_DISPLAY_LIST_RUNTIME_EFFECT_H_
6-
#define FLUTTER_DISPLAY_LIST_RUNTIME_EFFECT_H_
5+
#ifndef FLUTTER_DISPLAY_LIST_EFFECTS_DL_RUNTIME_EFFECT_H_
6+
#define FLUTTER_DISPLAY_LIST_EFFECTS_DL_RUNTIME_EFFECT_H_
77

88
#include <memory>
99

@@ -82,4 +82,4 @@ class DlRuntimeEffectImpeller final : public DlRuntimeEffect {
8282

8383
} // namespace flutter
8484

85-
#endif // FLUTTER_DISPLAY_LIST_RUNTIME_EFFECT_H_
85+
#endif // FLUTTER_DISPLAY_LIST_EFFECTS_DL_RUNTIME_EFFECT_H_

display_list/geometry/dl_region.h

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22
// Use of this source code is governed by a BSD-style license that can be
33
// found in the LICENSE file.
44

5-
#ifndef FLUTTER_DISPLAY_LIST_GEOMETRY_REGION_H_
6-
#define FLUTTER_DISPLAY_LIST_GEOMETRY_REGION_H_
5+
#ifndef FLUTTER_DISPLAY_LIST_GEOMETRY_DL_REGION_H_
6+
#define FLUTTER_DISPLAY_LIST_GEOMETRY_DL_REGION_H_
77

88
#include "third_party/skia/include/core/SkRect.h"
99

@@ -170,4 +170,4 @@ class DlRegion {
170170

171171
} // namespace flutter
172172

173-
#endif // FLUTTER_DISPLAY_LIST_GEOMETRY_REGION_H_
173+
#endif // FLUTTER_DISPLAY_LIST_GEOMETRY_DL_REGION_H_

display_list/image/dl_image.h

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22
// Use of this source code is governed by a BSD-style license that can be
33
// found in the LICENSE file.
44

5-
#ifndef FLUTTER_DISPLAY_LIST_DISPLAY_LIST_IMAGE_H_
6-
#define FLUTTER_DISPLAY_LIST_DISPLAY_LIST_IMAGE_H_
5+
#ifndef FLUTTER_DISPLAY_LIST_IMAGE_DL_IMAGE_H_
6+
#define FLUTTER_DISPLAY_LIST_IMAGE_DL_IMAGE_H_
77

88
#include <memory>
99
#include <optional>
@@ -141,4 +141,4 @@ class DlImage : public SkRefCnt {
141141

142142
} // namespace flutter
143143

144-
#endif // FLUTTER_DISPLAY_LIST_DISPLAY_LIST_IMAGE_H_
144+
#endif // FLUTTER_DISPLAY_LIST_IMAGE_DL_IMAGE_H_

display_list/skia/dl_sk_dispatcher.h

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22
// Use of this source code is governed by a BSD-style license that can be
33
// found in the LICENSE file.
44

5-
#ifndef FLUTTER_DISPLAY_LIST_SKIA_DL_SK_CANVAS_DISPATCHER_H_
6-
#define FLUTTER_DISPLAY_LIST_SKIA_DL_SK_CANVAS_DISPATCHER_H_
5+
#ifndef FLUTTER_DISPLAY_LIST_SKIA_DL_SK_DISPATCHER_H_
6+
#define FLUTTER_DISPLAY_LIST_SKIA_DL_SK_DISPATCHER_H_
77

88
#include "flutter/display_list/display_list.h"
99
#include "flutter/display_list/dl_op_receiver.h"
@@ -122,4 +122,4 @@ class DlSkCanvasDispatcher : public virtual DlOpReceiver,
122122

123123
} // namespace flutter
124124

125-
#endif // FLUTTER_DISPLAY_LIST_SKIA_DL_SK_CANVAS_DISPATCHER_H_
125+
#endif // FLUTTER_DISPLAY_LIST_SKIA_DL_SK_DISPATCHER_H_

display_list/skia/dl_sk_types.h

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22
// Use of this source code is governed by a BSD-style license that can be
33
// found in the LICENSE file.
44

5-
#ifndef FLUTTER_DISPLAY_LIST_TYPES_H_
6-
#define FLUTTER_DISPLAY_LIST_TYPES_H_
5+
#ifndef FLUTTER_DISPLAY_LIST_SKIA_DL_SK_TYPES_H_
6+
#define FLUTTER_DISPLAY_LIST_SKIA_DL_SK_TYPES_H_
77

88
#include "flutter/fml/macros.h"
99
#include "third_party/skia/include/core/SkBitmap.h"
@@ -33,4 +33,4 @@
3333
#include "third_party/skia/include/effects/SkDashPathEffect.h"
3434
#include "third_party/skia/include/effects/SkDiscretePathEffect.h"
3535
#include "third_party/skia/include/gpu/GrTypes.h"
36-
#endif // FLUTTER_DISPLAY_LIST_TYPES_H_
36+
#endif // FLUTTER_DISPLAY_LIST_SKIA_DL_SK_TYPES_H_

display_list/utils/dl_comparable.h

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22
// Use of this source code is governed by a BSD-style license that can be
33
// found in the LICENSE file.
44

5-
#ifndef FLUTTER_DISPLAY_LIST_DISPLAY_LIST_COMPARABLE_H_
6-
#define FLUTTER_DISPLAY_LIST_DISPLAY_LIST_COMPARABLE_H_
5+
#ifndef FLUTTER_DISPLAY_LIST_UTILS_DL_COMPARABLE_H_
6+
#define FLUTTER_DISPLAY_LIST_UTILS_DL_COMPARABLE_H_
77

88
#include <memory>
99

@@ -113,4 +113,4 @@ bool NotEquals(std::shared_ptr<T> a, std::shared_ptr<T> b) {
113113

114114
} // namespace flutter
115115

116-
#endif // FLUTTER_DISPLAY_LIST_DISPLAY_LIST_COMPARABLE_H_
116+
#endif // FLUTTER_DISPLAY_LIST_UTILS_DL_COMPARABLE_H_

display_list/utils/dl_matrix_clip_tracker.h

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22
// Use of this source code is governed by a BSD-style license that can be
33
// found in the LICENSE file.
44

5-
#ifndef FLUTTER_DISPLAY_LIST_DISPLAY_LIST_MATRIX_CLIP_TRACKER_H_
6-
#define FLUTTER_DISPLAY_LIST_DISPLAY_LIST_MATRIX_CLIP_TRACKER_H_
5+
#ifndef FLUTTER_DISPLAY_LIST_UTILS_DL_MATRIX_CLIP_TRACKER_H_
6+
#define FLUTTER_DISPLAY_LIST_UTILS_DL_MATRIX_CLIP_TRACKER_H_
77

88
#include <vector>
99

@@ -140,4 +140,4 @@ class DisplayListMatrixClipTracker {
140140

141141
} // namespace flutter
142142

143-
#endif // FLUTTER_DISPLAY_LIST_DISPLAY_LIST_MATRIX_CLIP_TRACKER_H_
143+
#endif // FLUTTER_DISPLAY_LIST_UTILS_DL_MATRIX_CLIP_TRACKER_H_

flow/flow_test_utils.h

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22
// Use of this source code is governed by a BSD-style license that can be
33
// found in the LICENSE file.
44

5-
#ifndef FLUTTER_FLOW_TEST_UTILS_H_
6-
#define FLUTTER_FLOW_TEST_UTILS_H_
5+
#ifndef FLUTTER_FLOW_FLOW_TEST_UTILS_H_
6+
#define FLUTTER_FLOW_FLOW_TEST_UTILS_H_
77

88
#include <string>
99

@@ -19,4 +19,4 @@ void SetFontFile(const std::string& dir);
1919

2020
} // namespace flutter
2121

22-
#endif // FLUTTER_FLOW_TEST_UTILS_H_
22+
#endif // FLUTTER_FLOW_FLOW_TEST_UTILS_H_

flow/layers/display_list_raster_cache_item.h

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22
// Use of this source code is governed by a BSD-style license that can be
33
// found in the LICENSE file.
44

5-
#ifndef FLUTTER_FLOW_DISPLAY_LIST_RASTER_CACHE_ITEM_H_
6-
#define FLUTTER_FLOW_DISPLAY_LIST_RASTER_CACHE_ITEM_H_
5+
#ifndef FLUTTER_FLOW_LAYERS_DISPLAY_LIST_RASTER_CACHE_ITEM_H_
6+
#define FLUTTER_FLOW_LAYERS_DISPLAY_LIST_RASTER_CACHE_ITEM_H_
77

88
#include <memory>
99
#include <optional>
@@ -59,4 +59,4 @@ class DisplayListRasterCacheItem : public RasterCacheItem {
5959

6060
} // namespace flutter
6161

62-
#endif // FLUTTER_FLOW_DISPLAY_LIST_RASTER_CACHE_ITEM_H_
62+
#endif // FLUTTER_FLOW_LAYERS_DISPLAY_LIST_RASTER_CACHE_ITEM_H_

flow/layers/layer_raster_cache_item.h

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22
// Use of this source code is governed by a BSD-style license that can be
33
// found in the LICENSE file.
44

5-
#ifndef FLUTTER_FLOW_LAYER_RASTER_CACHE_ITEM_H_
6-
#define FLUTTER_FLOW_LAYER_RASTER_CACHE_ITEM_H_
5+
#ifndef FLUTTER_FLOW_LAYERS_LAYER_RASTER_CACHE_ITEM_H_
6+
#define FLUTTER_FLOW_LAYERS_LAYER_RASTER_CACHE_ITEM_H_
77

88
#include <memory>
99
#include <optional>
@@ -69,4 +69,4 @@ class LayerRasterCacheItem : public RasterCacheItem {
6969

7070
} // namespace flutter
7171

72-
#endif // FLUTTER_FLOW_LAYER_RASTER_CACHE_ITEM_H_
72+
#endif // FLUTTER_FLOW_LAYERS_LAYER_RASTER_CACHE_ITEM_H_

flow/stopwatch.h

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22
// Use of this source code is governed by a BSD-style license that can be
33
// found in the LICENSE file.
44

5-
#ifndef FLUTTER_FLOW_INSTRUMENTATION_H_
6-
#define FLUTTER_FLOW_INSTRUMENTATION_H_
5+
#ifndef FLUTTER_FLOW_STOPWATCH_H_
6+
#define FLUTTER_FLOW_STOPWATCH_H_
77

88
#include <vector>
99

@@ -125,4 +125,4 @@ class StopwatchVisualizer {
125125

126126
} // namespace flutter
127127

128-
#endif // FLUTTER_FLOW_INSTRUMENTATION_H_
128+
#endif // FLUTTER_FLOW_STOPWATCH_H_

flow/testing/diff_context_test.h

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22
// Use of this source code is governed by a BSD-style license that can be
33
// found in the LICENSE file.
44

5-
#ifndef FLUTTER_SHELL_DIFF_CONTEXT_TEST_H_
6-
#define FLUTTER_SHELL_DIFF_CONTEXT_TEST_H_
5+
#ifndef FLUTTER_FLOW_TESTING_DIFF_CONTEXT_TEST_H_
6+
#define FLUTTER_FLOW_TESTING_DIFF_CONTEXT_TEST_H_
77

88
#include <utility>
99

@@ -72,4 +72,4 @@ class DiffContextTest : public LayerTest {
7272
} // namespace testing
7373
} // namespace flutter
7474

75-
#endif // FLUTTER_SHELL_DIFF_CONTEXT_TEST_H_
75+
#endif // FLUTTER_FLOW_TESTING_DIFF_CONTEXT_TEST_H_

0 commit comments

Comments
 (0)