diff options
Diffstat (limited to 'app/gfx/gl/gl_context_osmesa.h')
-rw-r--r-- | app/gfx/gl/gl_context_osmesa.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/app/gfx/gl/gl_context_osmesa.h b/app/gfx/gl/gl_context_osmesa.h index 50ab354..9214b65 100644 --- a/app/gfx/gl/gl_context_osmesa.h +++ b/app/gfx/gl/gl_context_osmesa.h @@ -1,4 +1,4 @@ -// Copyright (c) 2010 The Chromium Authors. All rights reserved. +// Copyright (c) 2011 The Chromium Authors. All rights reserved. // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. @@ -6,8 +6,8 @@ #define APP_GFX_GL_GL_CONTEXT_OSMESA_H_ #pragma once -#include "base/scoped_ptr.h" #include "app/gfx/gl/gl_context.h" +#include "base/memory/scoped_ptr.h" #include "ui/gfx/size.h" typedef struct osmesa_context *OSMesaContext; |