summaryrefslogtreecommitdiffstats
path: root/mojo/common
diff options
context:
space:
mode:
authorviettrungluu@chromium.org <viettrungluu@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2014-02-13 17:54:54 +0000
committerviettrungluu@chromium.org <viettrungluu@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2014-02-13 17:54:54 +0000
commit6eb908a96e0a7270add635aed8de5ba93d3b0ff3 (patch)
treee0a1a6a69ebed299c020a6b5008232bc8caed394 /mojo/common
parent06863b392d7cf2165ac9cd5b1bb8a4df8d55dc97 (diff)
downloadchromium_src-6eb908a96e0a7270add635aed8de5ba93d3b0ff3.zip
chromium_src-6eb908a96e0a7270add635aed8de5ba93d3b0ff3.tar.gz
chromium_src-6eb908a96e0a7270add635aed8de5ba93d3b0ff3.tar.bz2
Mojo: Rename public/tests/test_support.* -> test_utils.*.
I'm planning on reusing the name test_support for something slightly different: a dynamic library that can thunk to an implementation provided by the test runner (much like we do for system and gles2). This is so we can remove public/tests's base dependency (by injecting it instead). R=sky@chromium.org Review URL: https://codereview.chromium.org/132353006 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@251077 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'mojo/common')
-rw-r--r--mojo/common/handle_watcher_unittest.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/mojo/common/handle_watcher_unittest.cc b/mojo/common/handle_watcher_unittest.cc
index 5d8c762..ba71ca4 100644
--- a/mojo/common/handle_watcher_unittest.cc
+++ b/mojo/common/handle_watcher_unittest.cc
@@ -11,7 +11,7 @@
#include "base/run_loop.h"
#include "base/test/simple_test_tick_clock.h"
#include "mojo/public/system/core_cpp.h"
-#include "mojo/public/tests/test_support.h"
+#include "mojo/public/tests/test_utils.h"
#include "testing/gtest/include/gtest/gtest.h"
namespace mojo {