summaryrefslogtreecommitdiffstats
path: root/gfx
diff options
context:
space:
mode:
Diffstat (limited to 'gfx')
-rw-r--r--gfx/skbitmap_operations.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/gfx/skbitmap_operations.h b/gfx/skbitmap_operations.h
index 6f808e7..b077406 100644
--- a/gfx/skbitmap_operations.h
+++ b/gfx/skbitmap_operations.h
@@ -5,8 +5,8 @@
#ifndef GFX_SKBITMAP_OPERATIONS_H_
#define GFX_SKBITMAP_OPERATIONS_H_
+#include "base/gtest_prod_util.h"
#include "gfx/color_utils.h"
-#include "testing/gtest/include/gtest/gtest_prod.h"
class SkBitmap;
@@ -91,8 +91,8 @@ class SkBitmapOperations {
private:
SkBitmapOperations(); // Class for scoping only.
- FRIEND_TEST(SkBitmapOperationsTest, DownsampleByTwo);
- FRIEND_TEST(SkBitmapOperationsTest, DownsampleByTwoSmall);
+ FRIEND_TEST_ALL_PREFIXES(SkBitmapOperationsTest, DownsampleByTwo);
+ FRIEND_TEST_ALL_PREFIXES(SkBitmapOperationsTest, DownsampleByTwoSmall);
};
#endif // GFX_SKBITMAP_OPERATIONS_H_