Skip to content

Commit ab8b207

Browse files
authored
Fix incldues to be flutter/shell rather than shell/ (flutter#21889)
1 parent 21caa92 commit ab8b207

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

shell/platform/android/external_view_embedder/external_view_embedder_unittests.cc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,10 +10,10 @@
1010
#include "flutter/fml/raster_thread_merger.h"
1111
#include "flutter/fml/thread.h"
1212
#include "flutter/shell/platform/android/jni/jni_mock.h"
13+
#include "flutter/shell/platform/android/surface/android_surface.h"
1314
#include "flutter/shell/platform/android/surface/android_surface_mock.h"
1415
#include "gmock/gmock.h"
1516
#include "gtest/gtest.h"
16-
#include "shell/platform/android/surface/android_surface.h"
1717
#include "third_party/skia/include/gpu/GrDirectContext.h"
1818

1919
namespace flutter {

shell/platform/android/platform_view_android.cc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,8 @@
1414
#include "flutter/shell/platform/android/android_external_texture_gl.h"
1515
#include "flutter/shell/platform/android/android_surface_gl.h"
1616
#include "flutter/shell/platform/android/android_surface_software.h"
17-
#include "shell/platform/android/external_view_embedder/external_view_embedder.h"
18-
#include "shell/platform/android/surface/android_surface.h"
17+
#include "flutter/shell/platform/android/external_view_embedder/external_view_embedder.h"
18+
#include "flutter/shell/platform/android/surface/android_surface.h"
1919

2020
#if SHELL_ENABLE_VULKAN
2121
#include "flutter/shell/platform/android/android_surface_vulkan.h"

0 commit comments

Comments
 (0)