diff options
author | scottmg@chromium.org <scottmg@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2013-12-13 06:21:43 +0000 |
---|---|---|
committer | scottmg@chromium.org <scottmg@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2013-12-13 06:21:43 +0000 |
commit | be5a79f679e77f11bfe566012a738ad7016ed264 (patch) | |
tree | 376ae76d2d2e6aee6a384d9be1cfae970cdd87c9 /content/gpu | |
parent | 8af0e34899426328404a938f8e57a7d47e2ae4ba (diff) | |
download | chromium_src-be5a79f679e77f11bfe566012a738ad7016ed264.zip chromium_src-be5a79f679e77f11bfe566012a738ad7016ed264.tar.gz chromium_src-be5a79f679e77f11bfe566012a738ad7016ed264.tar.bz2 |
Revert of https://codereview.chromium.org/99133015/
Reason for revert: Appears to have caused failures on linux dbg test 1
TBR=jorgelo@chromium.org,rsesek@chromium.org,mseaborn@chromium.org,piman@chromium.org,jln@chromium.org
NOTREECHECKS=true
NOTRY=true
Review URL: https://codereview.chromium.org/114483003
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@240527 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'content/gpu')
-rw-r--r-- | content/gpu/gpu_main.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/content/gpu/gpu_main.cc b/content/gpu/gpu_main.cc index 35fa4be..766fc91 100644 --- a/content/gpu/gpu_main.cc +++ b/content/gpu/gpu_main.cc @@ -22,7 +22,7 @@ #include "content/common/content_constants_internal.h" #include "content/common/gpu/gpu_config.h" #include "content/common/gpu/gpu_messages.h" -#include "content/common/sandbox_linux/sandbox_linux.h" +#include "content/common/sandbox_linux.h" #include "content/gpu/gpu_child_thread.h" #include "content/gpu/gpu_process.h" #include "content/gpu/gpu_watchdog_thread.h" |