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

Unified Diff: gfx/scoped_image_unittest.cc

Issue 6046009: Move base/mac_util.h to base/mac and use the base::mac namespace.... (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: '' Created 9 years, 12 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 | « gfx/scoped_image.h ('k') | gfx/test_suite.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: gfx/scoped_image_unittest.cc
===================================================================
--- gfx/scoped_image_unittest.cc (revision 70358)
+++ gfx/scoped_image_unittest.cc (working copy)
@@ -10,7 +10,7 @@
#if defined(OS_LINUX)
#include "gfx/gtk_util.h"
#elif defined(OS_MACOSX)
-#include "base/mac_util.h"
+#include "base/mac/mac_util.h"
#include "skia/ext/skia_utils_mac.h"
#endif
@@ -30,7 +30,7 @@
scoped_ptr<SkBitmap> bitmap(CreateBitmap());
#if defined(OS_MACOSX)
NSImage* image = gfx::SkBitmapToNSImage(*(bitmap.get()));
- mac_util::NSObjectRetain(image);
+ base::mac::NSObjectRetain(image);
return image;
#elif defined(OS_LINUX) && !defined(TOOLKIT_VIEWS)
return gfx::GdkPixbufFromSkBitmap(bitmap.get());
« no previous file with comments | « gfx/scoped_image.h ('k') | gfx/test_suite.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698