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

Unified Diff: ui/gfx/image_unittest.h

Issue 6533013: Move ui::gfx::Image out of the ui namespace to be just gfx::Image. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 9 years, 10 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 | « ui/gfx/image_mac.mm ('k') | ui/gfx/image_unittest.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/gfx/image_unittest.h
diff --git a/ui/gfx/image_unittest.h b/ui/gfx/image_unittest.h
index c4941d17f510410ce917c58da2641c32bf6b582c..abb07e9998cbd967b4840ea2c20d443f9c1dd57e 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_
« no previous file with comments | « ui/gfx/image_mac.mm ('k') | ui/gfx/image_unittest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698