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

Unified Diff: ash/common/system/chromeos/audio/audio_observer.h

Issue 2483393002: chromeos: Combine TrayAudio and TrayAudioChromeOs classes (Closed)
Patch Set: rebase Created 4 years, 1 month 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/common/system/audio/volume_view.cc ('k') | ash/common/system/chromeos/audio/tray_audio.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ash/common/system/chromeos/audio/audio_observer.h
diff --git a/ash/common/system/audio/audio_observer.h b/ash/common/system/chromeos/audio/audio_observer.h
similarity index 86%
rename from ash/common/system/audio/audio_observer.h
rename to ash/common/system/chromeos/audio/audio_observer.h
index f3d485cd01ad9633e129437836489cb834f1b48c..ed937ad1b85112054bd1c856046d82c63314bc1c 100644
--- a/ash/common/system/audio/audio_observer.h
+++ b/ash/common/system/chromeos/audio/audio_observer.h
@@ -2,8 +2,8 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
-#ifndef ASH_COMMON_SYSTEM_AUDIO_AUDIO_OBSERVER_H_
-#define ASH_COMMON_SYSTEM_AUDIO_AUDIO_OBSERVER_H_
+#ifndef ASH_COMMON_SYSTEM_CHROMEOS_AUDIO_AUDIO_OBSERVER_H_
+#define ASH_COMMON_SYSTEM_CHROMEOS_AUDIO_AUDIO_OBSERVER_H_
#include <stdint.h>
@@ -38,4 +38,4 @@ class AudioObserver {
} // namespace ash
-#endif // ASH_COMMON_SYSTEM_AUDIO_AUDIO_OBSERVER_H_
+#endif // ASH_COMMON_SYSTEM_CHROMEOS_AUDIO_AUDIO_OBSERVER_H_
« no previous file with comments | « ash/common/system/audio/volume_view.cc ('k') | ash/common/system/chromeos/audio/tray_audio.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698