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

Unified Diff: ui/gl/gl_context_nsview.h

Issue 17593006: mac: Update clients of scoped_nsobject.h. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: iwyu, scoped_nsprotocol Created 7 years, 6 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
Index: ui/gl/gl_context_nsview.h
diff --git a/ui/gl/gl_context_nsview.h b/ui/gl/gl_context_nsview.h
index f4f4df713baf0c44f81159b86156e24e35497155..5f90738902ffaab2011f7f74b3f5f5459d13f7ea 100644
--- a/ui/gl/gl_context_nsview.h
+++ b/ui/gl/gl_context_nsview.h
@@ -8,7 +8,7 @@
#import <AppKit/NSOpenGL.h>
#include "base/compiler_specific.h"
-#include "base/memory/scoped_nsobject.h"
+#include "base/mac/scoped_nsobject.h"
#include "ui/gl/gl_context.h"
namespace gfx {
@@ -36,7 +36,7 @@ class GLContextNSView : public GLContextReal {
void FlushBuffer();
private:
- scoped_nsobject<NSOpenGLContext> context_;
+ base::scoped_nsobject<NSOpenGLContext> context_;
GpuPreference gpu_preference_;
DISALLOW_COPY_AND_ASSIGN(GLContextNSView);

Powered by Google App Engine
This is Rietveld 408576698