| Index: content/common/gpu/x_util.cc
 | 
| diff --git a/content/common/gpu/x_util.cc b/content/common/gpu/x_util.cc
 | 
| deleted file mode 100644
 | 
| index df14ceed246bb9bf844be2878c988831e5dc198b..0000000000000000000000000000000000000000
 | 
| --- a/content/common/gpu/x_util.cc
 | 
| +++ /dev/null
 | 
| @@ -1,15 +0,0 @@
 | 
| -// 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.
 | 
| -
 | 
| -#include "content/common/gpu/x_util.h"
 | 
| -
 | 
| -#include <X11/Xutil.h>
 | 
| -
 | 
| -namespace content {
 | 
| -
 | 
| -void ScopedPtrXFree::operator()(void* x) const {
 | 
| -  ::XFree(x);
 | 
| -}
 | 
| -
 | 
| -}  // namespace content
 | 
| 
 |