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

Unified Diff: ash/common/system/chromeos/brightness/tray_brightness_unittest.cc

Issue 2131733002: mash: Migrate [Keyboard]Brightness code to ash/common. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Address comments. Created 4 years, 5 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
Index: ash/common/system/chromeos/brightness/tray_brightness_unittest.cc
diff --git a/ash/system/chromeos/brightness/tray_brightness_unittest.cc b/ash/common/system/chromeos/brightness/tray_brightness_unittest.cc
similarity index 97%
rename from ash/system/chromeos/brightness/tray_brightness_unittest.cc
rename to ash/common/system/chromeos/brightness/tray_brightness_unittest.cc
index 6156e033ee3cc583de15923273cecac8cb04506d..b09293b970cc0f2516a64824d5fa0a71af8b3bc2 100644
--- a/ash/system/chromeos/brightness/tray_brightness_unittest.cc
+++ b/ash/common/system/chromeos/brightness/tray_brightness_unittest.cc
@@ -2,7 +2,7 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
-#include "ash/system/chromeos/brightness/tray_brightness.h"
+#include "ash/common/system/chromeos/brightness/tray_brightness.h"
#include <memory>
@@ -10,7 +10,6 @@
#include "ash/common/system/tray/system_tray_item.h"
#include "ash/common/wm/maximize_mode/maximize_mode_controller.h"
#include "ash/common/wm_shell.h"
-#include "ash/shell.h"
#include "ash/test/ash_test_base.h"
#include "ash/test/status_area_widget_test_helper.h"
#include "ui/views/view.h"
« no previous file with comments | « ash/common/system/chromeos/brightness/tray_brightness.cc ('k') | ash/common/system/chromeos/keyboard_brightness_controller.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698