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

Unified Diff: ui/gfx/image_mac.mm

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.cc ('k') | ui/gfx/image_unittest.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/gfx/image_mac.mm
diff --git a/ui/gfx/image_mac.mm b/ui/gfx/image_mac.mm
index c74d52d52bae41306e839c510bd843ac18561364..b3dc9776ebf135835754539f38873801a45368c4 100644
--- a/ui/gfx/image_mac.mm
+++ b/ui/gfx/image_mac.mm
@@ -7,7 +7,6 @@
#include "skia/ext/skia_utils_mac.h"
#include "third_party/skia/include/core/SkBitmap.h"
-namespace ui {
namespace gfx {
namespace internal {
@@ -17,4 +16,3 @@ const SkBitmap* NSImageToSkBitmap(NSImage* image) {
} // namespace internal
} // namespace gfx
-} // namespace ui
« no previous file with comments | « ui/gfx/image.cc ('k') | ui/gfx/image_unittest.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698