Index: ash/system/tray/special_popup_row.h |
diff --git a/ash/common/system/tray/special_popup_row.h b/ash/system/tray/special_popup_row.h |
similarity index 91% |
rename from ash/common/system/tray/special_popup_row.h |
rename to ash/system/tray/special_popup_row.h |
index 29d66b46da7e79d307375fa1690c085f39f355f4..8445540a60dff318a30712c75b41db9299e9a272 100644 |
--- a/ash/common/system/tray/special_popup_row.h |
+++ b/ash/system/tray/special_popup_row.h |
@@ -2,11 +2,11 @@ |
// 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_SPECIAL_POPUP_ROW_H_ |
-#define ASH_COMMON_SYSTEM_TRAY_SPECIAL_POPUP_ROW_H_ |
+#ifndef ASH_SYSTEM_TRAY_SPECIAL_POPUP_ROW_H_ |
+#define ASH_SYSTEM_TRAY_SPECIAL_POPUP_ROW_H_ |
#include "ash/ash_export.h" |
-#include "ash/common/login_status.h" |
+#include "ash/login_status.h" |
#include "ash/resources/vector_icons/vector_icons.h" |
#include "base/macros.h" |
#include "ui/gfx/geometry/size.h" |
@@ -64,4 +64,4 @@ class ASH_EXPORT SpecialPopupRow : public views::View { |
} // namespace ash |
-#endif // ASH_COMMON_SYSTEM_TRAY_SPECIAL_POPUP_ROW_H_ |
+#endif // ASH_SYSTEM_TRAY_SPECIAL_POPUP_ROW_H_ |