summaryrefslogtreecommitdiffstats
path: root/views/controls/textfield
diff options
context:
space:
mode:
authortfarina@chromium.org <tfarina@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2011-06-27 16:45:49 +0000
committertfarina@chromium.org <tfarina@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2011-06-27 16:45:49 +0000
commit41110ca3f3f992498d189e6936dc5c4c2d12b916 (patch)
tree8e3bcc95ea2bd47433f711c8a91a114cb1ff6ab1 /views/controls/textfield
parente0a366f254c1b0a735d11f12a414a3b2a7e4377d (diff)
downloadchromium_src-41110ca3f3f992498d189e6936dc5c4c2d12b916.zip
chromium_src-41110ca3f3f992498d189e6936dc5c4c2d12b916.tar.gz
chromium_src-41110ca3f3f992498d189e6936dc5c4c2d12b916.tar.bz2
app: Get rid of test/ directory.
BUG=72317 TEST=None R=rsesek@chromium.org Review URL: http://codereview.chromium.org/7262013 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@90592 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'views/controls/textfield')
-rw-r--r--views/controls/textfield/native_textfield_views_unittest.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/views/controls/textfield/native_textfield_views_unittest.cc b/views/controls/textfield/native_textfield_views_unittest.cc
index 190aaae..30a8d08 100644
--- a/views/controls/textfield/native_textfield_views_unittest.cc
+++ b/views/controls/textfield/native_textfield_views_unittest.cc
@@ -101,7 +101,7 @@ namespace views {
// TODO(oshima): Move tests that are independent of TextfieldViews to
// textfield_unittests.cc once we move the test utility functions
-// from chrome/browser/automation/ to app/test/.
+// from chrome/browser/automation/ to ui/base/test/.
class NativeTextfieldViewsTest : public ViewsTestBase,
public TextfieldController {
public: