| Index: gpu/command_buffer/common/gl_mock.h
|
| diff --git a/gpu/command_buffer/common/gl_mock.h b/gpu/command_buffer/common/gl_mock.h
|
| index fc2054116422fe1e1637c24e5ebe76088a7a82bc..1a7e474d21b911bba0742c29063ce13fb20415e0 100644
|
| --- a/gpu/command_buffer/common/gl_mock.h
|
| +++ b/gpu/command_buffer/common/gl_mock.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.
|
|
|
| @@ -9,8 +9,8 @@
|
| #define GPU_COMMAND_BUFFER_COMMON_GL_MOCK_H_
|
| #pragma once
|
|
|
| -#include "app/gfx/gl/gl_interface.h"
|
| #include "testing/gmock/include/gmock/gmock.h"
|
| +#include "ui/gfx/gl/gl_interface.h"
|
|
|
| namespace gfx {
|
|
|
|
|