Index: ash/system/audio/audio_detailed_view.h |
diff --git a/ash/common/system/chromeos/audio/audio_detailed_view.h b/ash/system/audio/audio_detailed_view.h |
similarity index 84% |
rename from ash/common/system/chromeos/audio/audio_detailed_view.h |
rename to ash/system/audio/audio_detailed_view.h |
index 1b33e446508d3253390936f62051cd53320934cb..5e2d3fde02a55117927f8c25e7b7cb6bcd4c2fbc 100644 |
--- a/ash/common/system/chromeos/audio/audio_detailed_view.h |
+++ b/ash/system/audio/audio_detailed_view.h |
@@ -2,12 +2,12 @@ |
// Use of this source code is governed by a BSD-style license that can be |
// found in the LICENSE file. |
-#ifndef ASH_COMMON_SYSTEM_CHROMEOS_AUDIO_AUDIO_DETAILED_VIEW_H_ |
-#define ASH_COMMON_SYSTEM_CHROMEOS_AUDIO_AUDIO_DETAILED_VIEW_H_ |
+#ifndef ASH_SYSTEM_AUDIO_AUDIO_DETAILED_VIEW_H_ |
+#define ASH_SYSTEM_AUDIO_AUDIO_DETAILED_VIEW_H_ |
#include <map> |
-#include "ash/common/system/tray/tray_details_view.h" |
+#include "ash/system/tray/tray_details_view.h" |
#include "base/macros.h" |
#include "chromeos/audio/audio_device.h" |
@@ -63,4 +63,4 @@ class AudioDetailedView : public TrayDetailsView { |
} // namespace tray |
} // namespace ash |
-#endif // ASH_COMMON_SYSTEM_CHROMEOS_AUDIO_AUDIO_DETAILED_VIEW_H_ |
+#endif // ASH_SYSTEM_AUDIO_AUDIO_DETAILED_VIEW_H_ |