diff options
Diffstat (limited to 'ui/gfx/image_unittest.h')
-rw-r--r-- | ui/gfx/image_unittest.h | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/ui/gfx/image_unittest.h b/ui/gfx/image_unittest.h index c4941d1..abb07e9 100644 --- a/ui/gfx/image_unittest.h +++ b/ui/gfx/image_unittest.h @@ -2,7 +2,7 @@ // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. -// Because the unit tests for ui::gfx::Image are spread across multiple +// Because the unit tests for gfx::Image are spread across multiple // implementation files, this header contains the reusable components. #ifndef UI_GFX_IMAGE_UNITTEST_H_ @@ -19,7 +19,6 @@ #include "skia/ext/skia_utils_mac.h" #endif -namespace ui { namespace gfx { namespace test { @@ -54,6 +53,5 @@ PlatformImage CreatePlatformImage() { } // namespace test } // namespace gfx -} // namespace ui #endif // UI_GFX_IMAGE_UNITTEST_H_ |