diff --git a/engine/src/flutter/shell/platform/fuchsia/dart_runner/BUILD.gn b/engine/src/flutter/shell/platform/fuchsia/dart_runner/BUILD.gn index 3267bbdee3a..3d3fad38283 100644 --- a/engine/src/flutter/shell/platform/fuchsia/dart_runner/BUILD.gn +++ b/engine/src/flutter/shell/platform/fuchsia/dart_runner/BUILD.gn @@ -144,7 +144,7 @@ template("aot_runner_package") { "//flutter/shell/platform/fuchsia/runtime/dart/profiler_symbols:dart_aot_runner", # TODO(kaushikiska): Figure out how to get the profiler symbols for `libdart_precompiled_runtime` - # "//topaz/runtime/dart/profiler_symbols:libdart_precompiled_runtime", + # "//third_party/dart/runtime:libdart_precompiled_runtime", observatory_target, ] } diff --git a/engine/src/flutter/shell/platform/fuchsia/flutter/flutter_runner_fakes.h b/engine/src/flutter/shell/platform/fuchsia/flutter/flutter_runner_fakes.h index 9a701e8813c..531eb9341f9 100644 --- a/engine/src/flutter/shell/platform/fuchsia/flutter/flutter_runner_fakes.h +++ b/engine/src/flutter/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 TOPAZ_RUNTIME_FLUTTER_RUNNER_PLATFORM_VIEW_FAKES_H_ -#define TOPAZ_RUNTIME_FLUTTER_RUNNER_PLATFORM_VIEW_FAKES_H_ +#ifndef SHELL_PLATFORM_FUCHSIA_FLUTTER_FLUTTER_RUNNER_FAKES_H_ +#define SHELL_PLATFORM_FUCHSIA_FLUTTER_FLUTTER_RUNNER_FAKES_H_ #include @@ -118,4 +118,4 @@ class MockSemanticsManager } // namespace flutter_runner_test -#endif // TOPAZ_RUNTIME_FLUTTER_RUNNER_PLATFORM_VIEW_FAKES_H_ +#endif // SHELL_PLATFORM_FUCHSIA_FLUTTER_FLUTTER_RUNNER_FAKES_H_