summaryrefslogtreecommitdiffstats
path: root/gpu/command_buffer/common/unittest_main.cc
diff options
context:
space:
mode:
Diffstat (limited to 'gpu/command_buffer/common/unittest_main.cc')
-rw-r--r--gpu/command_buffer/common/unittest_main.cc4
1 files changed, 2 insertions, 2 deletions
diff --git a/gpu/command_buffer/common/unittest_main.cc b/gpu/command_buffer/common/unittest_main.cc
index c305c1c..7539d9f 100644
--- a/gpu/command_buffer/common/unittest_main.cc
+++ b/gpu/command_buffer/common/unittest_main.cc
@@ -1,4 +1,4 @@
-// Copyright (c) 2011 The Chromium Authors. All rights reserved.
+// Copyright (c) 2012 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,7 +6,7 @@
#include "base/command_line.h"
#include "testing/gmock/include/gmock/gmock.h"
#include "testing/gtest/include/gtest/gtest.h"
-#include "ui/gfx/gl/gl_implementation.h"
+#include "ui/gl/gl_implementation.h"
int main(int argc, char** argv) {
base::AtExitManager exit_manager;