aboutsummaryrefslogtreecommitdiffhomepage
path: root/tests/ColorPrivTest.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'tests/ColorPrivTest.cpp')
-rw-r--r--tests/ColorPrivTest.cpp9
1 files changed, 8 insertions, 1 deletions
diff --git a/tests/ColorPrivTest.cpp b/tests/ColorPrivTest.cpp
index 02885d0982..d2045e8e4a 100644
--- a/tests/ColorPrivTest.cpp
+++ b/tests/ColorPrivTest.cpp
@@ -1,6 +1,13 @@
+/*
+ * Copyright 2017 Google Inc.
+ *
+ * Use of this source code is governed by a BSD-style license that can be
+ * found in the LICENSE file.
+ */
+
#include "Test.h"
-#include "SkColorPriv.h"
+#include "SkColorData.h"
#define ASSERT(expr) REPORTER_ASSERT(r, expr)