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

Unified Diff: media/audio/cras/cras_unified.h

Issue 2010793003: Clean up media header include guards (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Update references to the param traits guard Created 4 years, 7 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 | « no previous file | media/base/android/provision_fetcher.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: media/audio/cras/cras_unified.h
diff --git a/media/audio/cras/cras_unified.h b/media/audio/cras/cras_unified.h
index b9fcaa5df91f26936f1527007407dedac9026db3..4b75802effe50f1994cf43fb6946f3678b55d3f6 100644
--- a/media/audio/cras/cras_unified.h
+++ b/media/audio/cras/cras_unified.h
@@ -7,8 +7,8 @@
// CrasUnifiedStream object is *not* thread-safe and should only be used
// from the audio thread.
-#ifndef MEDIA_AUDIO_LINUX_CRAS_UNIFIED_H_
-#define MEDIA_AUDIO_LINUX_CRAS_UNIFIED_H_
+#ifndef MEDIA_AUDIO_CRAS_CRAS_UNIFIED_H_
+#define MEDIA_AUDIO_CRAS_CRAS_UNIFIED_H_
#include <cras_client.h>
#include <stddef.h>
@@ -118,4 +118,4 @@ class MEDIA_EXPORT CrasUnifiedStream : public AudioOutputStream {
} // namespace media
-#endif // MEDIA_AUDIO_LINUX_CRAS_UNIFIED_H_
+#endif // MEDIA_AUDIO_CRAS_CRAS_UNIFIED_H_
« no previous file with comments | « no previous file | media/base/android/provision_fetcher.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698