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

Unified Diff: ash/common/system/audio/tray_audio_delegate.h

Issue 2084533008: mash: Migrate tray audio and deps to common. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Sync and rebase. Created 4 years, 6 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/common/system/audio/tray_audio.cc ('k') | ash/common/system/audio/volume_view.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ash/common/system/audio/tray_audio_delegate.h
diff --git a/ash/system/audio/tray_audio_delegate.h b/ash/common/system/audio/tray_audio_delegate.h
similarity index 92%
rename from ash/system/audio/tray_audio_delegate.h
rename to ash/common/system/audio/tray_audio_delegate.h
index bcb1c61dfbe4accfd59f565d0a4bb687a5908baf..680e9e852ee860473e1ba4d69e63010b1f02589f 100644
--- a/ash/system/audio/tray_audio_delegate.h
+++ b/ash/common/system/audio/tray_audio_delegate.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_SYSTEM_AUDIO_TRAY_AUDIO_DELEGATE_H_
-#define ASH_SYSTEM_AUDIO_TRAY_AUDIO_DELEGATE_H_
+#ifndef ASH_COMMON_SYSTEM_AUDIO_TRAY_AUDIO_DELEGATE_H_
+#define ASH_COMMON_SYSTEM_AUDIO_TRAY_AUDIO_DELEGATE_H_
namespace ash {
namespace system {
@@ -61,4 +61,4 @@ class ASH_EXPORT TrayAudioDelegate {
} // namespace system
} // namespace ash
-#endif // ASH_SYSTEM_AUDIO_TRAY_AUDIO_DELEGATE_H_
+#endif // ASH_COMMON_SYSTEM_AUDIO_TRAY_AUDIO_DELEGATE_H_
« no previous file with comments | « ash/common/system/audio/tray_audio.cc ('k') | ash/common/system/audio/volume_view.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698