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

Unified Diff: ash/system/tray/system_tray_item.h

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/tray/system_tray_delegate.cc ('k') | ash/system/tray/system_tray_item.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ash/system/tray/system_tray_item.h
diff --git a/ash/common/system/tray/system_tray_item.h b/ash/system/tray/system_tray_item.h
similarity index 96%
rename from ash/common/system/tray/system_tray_item.h
rename to ash/system/tray/system_tray_item.h
index cbf508f7417aae888696252011b353ca0f04dd54..4641b8b1636da801982c2a367db96b6b1b76fa41 100644
--- a/ash/common/system/tray/system_tray_item.h
+++ b/ash/system/tray/system_tray_item.h
@@ -2,13 +2,13 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
-#ifndef ASH_COMMON_SYSTEM_TRAY_SYSTEM_TRAY_ITEM_H_
-#define ASH_COMMON_SYSTEM_TRAY_SYSTEM_TRAY_ITEM_H_
+#ifndef ASH_SYSTEM_TRAY_SYSTEM_TRAY_ITEM_H_
+#define ASH_SYSTEM_TRAY_SYSTEM_TRAY_ITEM_H_
#include <memory>
#include "ash/ash_export.h"
-#include "ash/common/login_status.h"
+#include "ash/login_status.h"
#include "ash/public/cpp/shelf_types.h"
#include "base/macros.h"
#include "base/timer/timer.h"
@@ -156,4 +156,4 @@ class ASH_EXPORT SystemTrayItem {
} // namespace ash
-#endif // ASH_COMMON_SYSTEM_TRAY_SYSTEM_TRAY_ITEM_H_
+#endif // ASH_SYSTEM_TRAY_SYSTEM_TRAY_ITEM_H_
« no previous file with comments | « ash/system/tray/system_tray_delegate.cc ('k') | ash/system/tray/system_tray_item.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698