From fb895c694e2117c29b6afb699095f6e187a44da7 Mon Sep 17 00:00:00 2001 From: "brettw@chromium.org" Date: Fri, 9 Oct 2009 18:20:30 +0000 Subject: Move more ICU-dependent stuff from base into base/i18n. Some test stuff also depended on this, so to make the DEPS work out, I made a new base/test directory where I moved the testing-related files into a new directory base/test. TEST=none BUG=none Review URL: http://codereview.chromium.org/266038 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@28569 0039d316-1c4b-4281-b951-d872f2087c98 --- app/test_suite.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'app') diff --git a/app/test_suite.h b/app/test_suite.h index 8cb6ee1..038d4a7 100644 --- a/app/test_suite.h +++ b/app/test_suite.h @@ -16,7 +16,7 @@ #include "base/mac_util.h" #endif #include "base/scoped_nsautorelease_pool.h" -#include "base/test_suite.h" +#include "base/test/test_suite.h" class AppTestSuite : public TestSuite { public: -- cgit v1.1