summaryrefslogtreecommitdiffstats
path: root/ui/gl
diff options
context:
space:
mode:
authorrsesek@chromium.org <rsesek@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2013-07-23 20:44:45 +0000
committerrsesek@chromium.org <rsesek@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2013-07-23 20:44:45 +0000
commit63d353f9d7a70dc827bad25e0932967711d595f3 (patch)
treeda1fd15f823e933940c9b8e6b6b45d53112a26d8 /ui/gl
parent7c18971250ec070e5dd8b2aea029bbb75b686edb (diff)
downloadchromium_src-63d353f9d7a70dc827bad25e0932967711d595f3.zip
chromium_src-63d353f9d7a70dc827bad25e0932967711d595f3.tar.gz
chromium_src-63d353f9d7a70dc827bad25e0932967711d595f3.tar.bz2
Update include paths in ui for base/process changes.
BUG=242290 R=ben@chromium.org Review URL: https://chromiumcodereview.appspot.com/19781003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@213219 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'ui/gl')
-rw-r--r--ui/gl/gl_surface_glx.cc1
1 files changed, 0 insertions, 1 deletions
diff --git a/ui/gl/gl_surface_glx.cc b/ui/gl/gl_surface_glx.cc
index 964a523..8b705df 100644
--- a/ui/gl/gl_surface_glx.cc
+++ b/ui/gl/gl_surface_glx.cc
@@ -14,7 +14,6 @@ extern "C" {
#include "base/memory/scoped_ptr.h"
#include "base/memory/weak_ptr.h"
#include "base/message_loop/message_loop.h"
-#include "base/process_util.h"
#include "base/synchronization/cancellation_flag.h"
#include "base/synchronization/lock.h"
#include "base/threading/non_thread_safe.h"