diff options
author | thestig@chromium.org <thestig@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-06-15 04:14:23 +0000 |
---|---|---|
committer | thestig@chromium.org <thestig@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-06-15 04:14:23 +0000 |
commit | e57a716e4e310ac6463c8dea3dd7c2ae2e24ec8b (patch) | |
tree | 749e2cc0ae20a323b91d7162823bf8dd7e557fad /gpu | |
parent | e10f6c8060762def59918d6ae2658065e6d4a406 (diff) | |
download | chromium_src-e57a716e4e310ac6463c8dea3dd7c2ae2e24ec8b.zip chromium_src-e57a716e4e310ac6463c8dea3dd7c2ae2e24ec8b.tar.gz chromium_src-e57a716e4e310ac6463c8dea3dd7c2ae2e24ec8b.tar.bz2 |
Cleanup: base/scoped_ptr.h -> base/memory/scoped_ptr.h. (part 2)
BUG=none
TEST=none
Review URL: http://codereview.chromium.org/7149008
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@89131 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'gpu')
-rw-r--r-- | gpu/gles2_conform_support/egl/display.h | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/gpu/gles2_conform_support/egl/display.h b/gpu/gles2_conform_support/egl/display.h index eb438fa..48f993c 100644 --- a/gpu/gles2_conform_support/egl/display.h +++ b/gpu/gles2_conform_support/egl/display.h @@ -2,13 +2,13 @@ // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. -#ifndef GPU_GLES2_CONFORM_TEST_DISPLAY_H_ -#define GPU_GLES2_CONFORM_TEST_DISPLAY_H_ +#ifndef GPU_GLES2_CONFORM_SUPPORT_EGL_DISPLAY_H_ +#define GPU_GLES2_CONFORM_SUPPORT_EGL_DISPLAY_H_ #include <EGL/egl.h> #include "base/basictypes.h" -#include "base/scoped_ptr.h" +#include "base/memory/scoped_ptr.h" namespace gpu { class CommandBufferService; @@ -74,4 +74,4 @@ class Display { } // namespace egl -#endif // GPU_GLES2_CONFORM_TEST_DISPLAY_H_ +#endif // GPU_GLES2_CONFORM_SUPPORT_EGL_DISPLAY_H_ |