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

Unified Diff: media/audio/linux/alsa_output.h

Issue 1432003: Minor C++ fixes found by Clang. (Closed)
Patch Set: rebase Created 10 years, 9 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
Index: media/audio/linux/alsa_output.h
diff --git a/media/audio/linux/alsa_output.h b/media/audio/linux/alsa_output.h
index 240076a2d56d4b7e3c7e136ed2b87d6398087d05..5900f774533713109c7e4a4b4c219d95d9559067 100644
--- a/media/audio/linux/alsa_output.h
+++ b/media/audio/linux/alsa_output.h
@@ -133,7 +133,7 @@ class AlsaPcmOutputStream :
kIsStopped,
kIsClosed
};
- friend std::ostream& ::operator<<(std::ostream& os, InternalState);
+ friend std::ostream& operator<<(std::ostream& os, InternalState);
// Various tasks that complete actions started in the public API.
void OpenTask(uint32 packet_size);

Powered by Google App Engine
This is Rietveld 408576698