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

Commit d329617

Browse files
authored
Changes to fix build errors in google3. (#19616)
1 parent d9e68f4 commit d329617

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

flow/view_holder.h

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,10 +9,10 @@
99
#include <fuchsia/ui/views/cpp/fidl.h>
1010
#include <lib/ui/scenic/cpp/id.h>
1111
#include <lib/ui/scenic/cpp/resources.h>
12-
#include <third_party/skia/include/core/SkMatrix.h>
13-
#include <third_party/skia/include/core/SkPoint.h>
14-
#include <third_party/skia/include/core/SkSize.h>
1512
#include <zircon/types.h>
13+
#include "third_party/skia/include/core/SkMatrix.h"
14+
#include "third_party/skia/include/core/SkPoint.h"
15+
#include "third_party/skia/include/core/SkSize.h"
1616

1717
#include <memory>
1818

0 commit comments

Comments
 (0)