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

Commit c733c5a

Browse files
committed
Changes to fix build errors in google3.
1 parent 033c373 commit c733c5a

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,9 +9,9 @@
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>
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"
1515
#include <zircon/types.h>
1616

1717
#include <memory>

0 commit comments

Comments
 (0)