Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(2187)

Unified Diff: ash/system/audio/tray_audio_unittest.cc

Issue 2847283002: chromeos: convert remaining AshTest usage to AshTestBase (Closed)
Patch Set: comment Created 3 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « ash/mus_property_mirror_ash_unittest.cc ('k') | ash/system/update/tray_update_unittest.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ash/system/audio/tray_audio_unittest.cc
diff --git a/ash/system/audio/tray_audio_unittest.cc b/ash/system/audio/tray_audio_unittest.cc
index 16d7e8942c20a33e71bb8883613958068b2a7f77..592f7550d7ffdd956f4b05fe8df5f0c0d6749ae1 100644
--- a/ash/system/audio/tray_audio_unittest.cc
+++ b/ash/system/audio/tray_audio_unittest.cc
@@ -5,11 +5,11 @@
#include "ash/system/audio/tray_audio.h"
#include "ash/system/tray/system_tray.h"
-#include "ash/test/ash_test.h"
+#include "ash/test/ash_test_base.h"
namespace ash {
-using TrayAudioTest = AshTest;
+using TrayAudioTest = test::AshTestBase;
// Tests that the volume popup view can be explicitly shown.
TEST_F(TrayAudioTest, ShowPopUpVolumeView) {
« no previous file with comments | « ash/mus_property_mirror_ash_unittest.cc ('k') | ash/system/update/tray_update_unittest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698