commit | 317781a0e0badd8f504998572f12a27da86c3793 | [log] [tgz] |
---|---|---|
author | James Cook <[email protected]> | Tue Jul 18 02:08:06 2017 |
committer | Commit Bot <[email protected]> | Tue Jul 18 02:08:06 2017 |
tree | 6375d27f4d5f48e3209f586c4d4a5ebc27de4e89 | |
parent | 5433182d717ccdc0674ed67aed28db5b8b7e0cae [diff] [blame] |
Reland: cros: Eliminate the ash::test namespace Reland of https://chromium-review.googlesource.com/c/573324 after one-line compile fix. We are inconsistent in our usage of this namespace. We mostly use it for test support code, but not always. We sometimes wrap tests in it, but not always. After discussion with top-level ash OWNERS we're going to eliminate the namespace entirely. This is more consistent with unittest.cc files in the rest of Chrome. [email protected] [email protected] Bug: none Test: compiles, ash_unittests, chrome unit_tests Change-Id: I6afce9fb02614469e36a20cc1b0f53b1ddca551d Reviewed-on: https://chromium-review.googlesource.com/575766 Reviewed-by: James Cook <[email protected]> Reviewed-by: Dan Erat <[email protected]> Commit-Queue: James Cook <[email protected]> Cr-Commit-Position: refs/heads/master@{#487344}
diff --git a/ash/window_user_data_unittest.cc b/ash/window_user_data_unittest.cc index d4d2de2..39a2def1 100644 --- a/ash/window_user_data_unittest.cc +++ b/ash/window_user_data_unittest.cc
@@ -30,7 +30,7 @@ } // namespace -using WindowUserDataTest = test::AshTestBase; +using WindowUserDataTest = AshTestBase; // Verifies clear() deletes the data associated with a window. TEST_F(WindowUserDataTest, ClearDestroys) {