Index: ash/system/audio/audio_detailed_view.cc |
diff --git a/ash/common/system/chromeos/audio/audio_detailed_view.cc b/ash/system/audio/audio_detailed_view.cc |
similarity index 96% |
rename from ash/common/system/chromeos/audio/audio_detailed_view.cc |
rename to ash/system/audio/audio_detailed_view.cc |
index b2059032948397a480816ea479a38848dd596f4d..69b48a6537d9cb1ce39395b272f1c7d6c83326d1 100644 |
--- a/ash/common/system/chromeos/audio/audio_detailed_view.cc |
+++ b/ash/system/audio/audio_detailed_view.cc |
@@ -2,12 +2,12 @@ |
// Use of this source code is governed by a BSD-style license that can be |
// found in the LICENSE file. |
-#include "ash/common/system/chromeos/audio/audio_detailed_view.h" |
+#include "ash/system/audio/audio_detailed_view.h" |
-#include "ash/common/system/tray/hover_highlight_view.h" |
-#include "ash/common/system/tray/tray_popup_utils.h" |
-#include "ash/common/system/tray/tri_view.h" |
#include "ash/strings/grit/ash_strings.h" |
+#include "ash/system/tray/hover_highlight_view.h" |
+#include "ash/system/tray/tray_popup_utils.h" |
+#include "ash/system/tray/tri_view.h" |
#include "base/strings/utf_string_conversions.h" |
#include "chromeos/audio/cras_audio_handler.h" |
#include "ui/base/l10n/l10n_util.h" |