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

Unified Diff: ash/system/screen_security/screen_tray_item_unittest.cc

Issue 2732813002: chromeos: Move files in //ash/common to //ash, part 1 (Closed)
Patch Set: rebase Created 3 years, 9 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/system/screen_security/screen_tray_item.cc ('k') | ash/system/session/last_window_closed_observer.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ash/system/screen_security/screen_tray_item_unittest.cc
diff --git a/ash/common/system/chromeos/screen_security/screen_tray_item_unittest.cc b/ash/system/screen_security/screen_tray_item_unittest.cc
similarity index 95%
rename from ash/common/system/chromeos/screen_security/screen_tray_item_unittest.cc
rename to ash/system/screen_security/screen_tray_item_unittest.cc
index 764b2f44b8250e1c0c27f65822233a068941ebb5..d68c0399d276bdcd8a13ecb264ba02fbc51a8423 100644
--- a/ash/common/system/chromeos/screen_security/screen_tray_item_unittest.cc
+++ b/ash/system/screen_security/screen_tray_item_unittest.cc
@@ -2,14 +2,14 @@
// 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/screen_security/screen_tray_item.h"
+#include "ash/system/screen_security/screen_tray_item.h"
-#include "ash/common/system/chromeos/screen_security/screen_capture_tray_item.h"
-#include "ash/common/system/chromeos/screen_security/screen_share_tray_item.h"
-#include "ash/common/system/tray/system_tray_notifier.h"
-#include "ash/common/system/tray/tray_item_view.h"
#include "ash/common/test/ash_test.h"
#include "ash/common/wm_shell.h"
+#include "ash/system/screen_security/screen_capture_tray_item.h"
+#include "ash/system/screen_security/screen_share_tray_item.h"
+#include "ash/system/tray/system_tray_notifier.h"
+#include "ash/system/tray/tray_item_view.h"
#include "base/callback.h"
#include "base/memory/ptr_util.h"
#include "base/strings/utf_string_conversions.h"
« no previous file with comments | « ash/system/screen_security/screen_tray_item.cc ('k') | ash/system/session/last_window_closed_observer.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698