Index: gpu/command_buffer/service/renderbuffer_manager_unittest.cc |
=================================================================== |
--- gpu/command_buffer/service/renderbuffer_manager_unittest.cc (revision 102984) |
+++ gpu/command_buffer/service/renderbuffer_manager_unittest.cc (working copy) |
@@ -1,12 +1,7 @@ |
-// Copyright (c) 2011 The Chromium Authors. All rights reserved. |
+// Copyright (c) 2010 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. |
-// Include gtest.h out of order because <X11/X.h> #define's Bool & None, which |
-// gtest uses as struct names (inside a namespace). This means that |
-// #include'ing gtest after anything that pulls in X.h fails to compile. |
-// This is http://code.google.com/p/googletest/issues/detail?id=371 |
-#include "testing/gtest/include/gtest/gtest.h" |
#include "gpu/command_buffer/service/renderbuffer_manager.h" |
#include "gpu/command_buffer/common/gl_mock.h" |
@@ -122,3 +117,5 @@ |
} // namespace gles2 |
} // namespace gpu |
+ |
+ |