Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(202)

Unified Diff: ash/desktop_background/wallpaper_resizer_unittest.cc

Issue 224113005: Eliminate ash::internal namespace (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 years, 9 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « ash/desktop_background/desktop_background_widget_controller.cc ('k') | ash/dip_unittest.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ash/desktop_background/wallpaper_resizer_unittest.cc
diff --git a/ash/desktop_background/wallpaper_resizer_unittest.cc b/ash/desktop_background/wallpaper_resizer_unittest.cc
index 12adaf3831f42885edabaa6291e1a81539fbe6d0..240dc8e048565c758ad41dc455f8747aa2d3be74 100644
--- a/ash/desktop_background/wallpaper_resizer_unittest.cc
+++ b/ash/desktop_background/wallpaper_resizer_unittest.cc
@@ -55,7 +55,6 @@ bool IsColor(const gfx::ImageSkia& image, const uint32_t expect) {
} // namespace
namespace ash {
-namespace internal {
class WallpaperResizerTest : public testing::Test,
public WallpaperResizerObserver {
@@ -156,5 +155,4 @@ TEST_F(WallpaperResizerTest, ImageId) {
EXPECT_EQ(WallpaperResizer::GetImageId(image), resizer.original_image_id());
}
-} // namespace internal
} // namespace ash
« no previous file with comments | « ash/desktop_background/desktop_background_widget_controller.cc ('k') | ash/dip_unittest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698