| Index: sky/engine/platform/geometry/RoundedRectTest.cpp
|
| diff --git a/sky/engine/platform/geometry/RoundedRectTest.cpp b/sky/engine/platform/geometry/RoundedRectTest.cpp
|
| index 56f0f923bdbf9c4ac235a3d099f7383d3c9b81f1..73b9174b7c1b259b9e430f6734af9538f69a3a9c 100644
|
| --- a/sky/engine/platform/geometry/RoundedRectTest.cpp
|
| +++ b/sky/engine/platform/geometry/RoundedRectTest.cpp
|
| @@ -28,11 +28,11 @@
|
| * OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
| */
|
|
|
| -#include "config.h"
|
| -#include "platform/geometry/RoundedRect.h"
|
| +#include "sky/engine/config.h"
|
| +#include "sky/engine/platform/geometry/RoundedRect.h"
|
|
|
| -#include "platform/geometry/IntRect.h"
|
| #include <gtest/gtest.h>
|
| +#include "sky/engine/platform/geometry/IntRect.h"
|
|
|
| using namespace blink;
|
|
|
|
|