| Index: cc/test/pixel_test_utils.cc
|
| diff --git a/cc/test/pixel_test_utils.cc b/cc/test/pixel_test_utils.cc
|
| index ad455c0e37927b95f411699d722a2e8b7f0e9296..dbb1191de41fb77ab354342b11840489db19bbaf 100644
|
| --- a/cc/test/pixel_test_utils.cc
|
| +++ b/cc/test/pixel_test_utils.cc
|
| @@ -10,7 +10,6 @@
|
| #include "ui/gfx/codec/png_codec.h"
|
|
|
| namespace cc {
|
| -namespace test {
|
|
|
| bool WritePNGFile(const SkBitmap& bitmap, const FilePath& file_path) {
|
| std::vector<unsigned char> png_data;
|
| @@ -76,6 +75,4 @@ bool IsSameAsPNGFile(const SkBitmap& gen_bmp, FilePath ref_img_path) {
|
| return true;
|
| }
|
|
|
| -} // namespace test
|
| } // namespace cc
|
| -
|
|
|