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

Unified Diff: ash/system/enterprise/tray_enterprise.cc

Issue 2734653002: chromeos: Move files in //ash/common to //ash (Closed)
Patch Set: fix a11y tests, fix docs Created 3 years, 10 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/enterprise/tray_enterprise.h ('k') | ash/system/ime/ime_observer.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ash/system/enterprise/tray_enterprise.cc
diff --git a/ash/common/system/chromeos/enterprise/tray_enterprise.cc b/ash/system/enterprise/tray_enterprise.cc
similarity index 83%
rename from ash/common/system/chromeos/enterprise/tray_enterprise.cc
rename to ash/system/enterprise/tray_enterprise.cc
index 26f48caba17854093ab419d6b6cd83ee555fdcab..4bc73b2e55cb8eb5ded0f6a5bcc78a26fd1c8458 100644
--- a/ash/common/system/chromeos/enterprise/tray_enterprise.cc
+++ b/ash/system/enterprise/tray_enterprise.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/enterprise/tray_enterprise.h"
+#include "ash/system/enterprise/tray_enterprise.h"
-#include "ash/common/login_status.h"
-#include "ash/common/system/tray/label_tray_view.h"
-#include "ash/common/system/tray/system_tray_delegate.h"
-#include "ash/common/system/tray/system_tray_notifier.h"
-#include "ash/common/wm_shell.h"
+#include "ash/login_status.h"
#include "ash/resources/grit/ash_resources.h"
+#include "ash/system/tray/label_tray_view.h"
+#include "ash/system/tray/system_tray_delegate.h"
+#include "ash/system/tray/system_tray_notifier.h"
+#include "ash/wm_shell.h"
#include "base/logging.h"
#include "base/strings/string16.h"
« no previous file with comments | « ash/system/enterprise/tray_enterprise.h ('k') | ash/system/ime/ime_observer.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698