summaryrefslogtreecommitdiffstats
path: root/content/browser/gpu/gpu_memory_test.cc
diff options
context:
space:
mode:
authorzmo@chromium.org <zmo@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2013-05-28 23:38:02 +0000
committerzmo@chromium.org <zmo@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2013-05-28 23:38:02 +0000
commit129f019eaa2016c4a7cf3fffd486d76baf22369c (patch)
tree779588af03563c46f69dd98bd4afb26887f16cb2 /content/browser/gpu/gpu_memory_test.cc
parent8623d0c2c5c9929ce0b1f27ea3915dc5d14eac8c (diff)
downloadchromium_src-129f019eaa2016c4a7cf3fffd486d76baf22369c.zip
chromium_src-129f019eaa2016c4a7cf3fffd486d76baf22369c.tar.gz
chromium_src-129f019eaa2016c4a7cf3fffd486d76baf22369c.tar.bz2
Move gpu_test_config stuff from content/ to gpu/
Again, these code is not depending on any content stuff, so moving it to gpu/ side will allow us to disable more gpu tests per GPU. BUG=230477 TEST=gpu_unittests,tree TBR=kbr@chromium.org, piman@chromium.org Review URL: https://codereview.chromium.org/15827008 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@202690 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'content/browser/gpu/gpu_memory_test.cc')
-rw-r--r--content/browser/gpu/gpu_memory_test.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/content/browser/gpu/gpu_memory_test.cc b/content/browser/gpu/gpu_memory_test.cc
index 832b947..fd85739 100644
--- a/content/browser/gpu/gpu_memory_test.cc
+++ b/content/browser/gpu/gpu_memory_test.cc
@@ -15,8 +15,8 @@
#include "content/shell/shell.h"
#include "content/test/content_browser_test.h"
#include "content/test/content_browser_test_utils.h"
-#include "content/test/gpu/gpu_test_config.h"
#include "gpu/command_buffer/service/gpu_switches.h"
+#include "gpu/config/gpu_test_config.h"
#include "net/base/net_util.h"
namespace content {