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

Unified Diff: chromeos/dbus/cras_audio_client.h

Issue 1885763004: Major part of CrasAudioClientUnittest (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: changes based on cr Created 4 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 | « chromeos/chromeos.gyp ('k') | chromeos/dbus/cras_audio_client_unittest.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chromeos/dbus/cras_audio_client.h
diff --git a/chromeos/dbus/cras_audio_client.h b/chromeos/dbus/cras_audio_client.h
index 526c5079c32a33128419d614ad0a6f7900815d68..3851e516a19957dc2b82b54b3e4f7732dac8e5c1 100644
--- a/chromeos/dbus/cras_audio_client.h
+++ b/chromeos/dbus/cras_audio_client.h
@@ -139,6 +139,8 @@ class CHROMEOS_EXPORT CrasAudioClient : public DBusClient {
static CrasAudioClient* Create();
protected:
+ friend class CrasAudioClientTest;
+
// Create() should be used instead.
CrasAudioClient();
« no previous file with comments | « chromeos/chromeos.gyp ('k') | chromeos/dbus/cras_audio_client_unittest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698