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

Unified Diff: ash/system/enterprise/tray_enterprise.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/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 87%
rename from ash/common/system/chromeos/enterprise/tray_enterprise.cc
rename to ash/system/enterprise/tray_enterprise.cc
index 26f48caba17854093ab419d6b6cd83ee555fdcab..747223cbff2188cd9fdcda0ef855ccfdc1f5f603 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/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 "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