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

Unified Diff: ash/common/system/tray/tray_popup_header_button.h

Issue 2066583004: mash: Move most files in //ash/system/tray to //ash/common/system/tray (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@trayupdatemove
Patch Set: rebase Created 4 years, 6 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
Index: ash/common/system/tray/tray_popup_header_button.h
diff --git a/ash/system/tray/tray_popup_header_button.h b/ash/common/system/tray/tray_popup_header_button.h
similarity index 85%
rename from ash/system/tray/tray_popup_header_button.h
rename to ash/common/system/tray/tray_popup_header_button.h
index 767dbddbf98d2e0547927a9b6465a6f08dbc696a..1041ffc69176b7cbca29dbd68867790ca8f13395 100644
--- a/ash/system/tray/tray_popup_header_button.h
+++ b/ash/common/system/tray/tray_popup_header_button.h
@@ -2,11 +2,10 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
-#ifndef ASH_SYSTEM_TRAY_TRAY_POPUP_HEADER_BUTTON_H_
-#define ASH_SYSTEM_TRAY_TRAY_POPUP_HEADER_BUTTON_H_
+#ifndef ASH_COMMON_SYSTEM_TRAY_TRAY_POPUP_HEADER_BUTTON_H_
+#define ASH_COMMON_SYSTEM_TRAY_TRAY_POPUP_HEADER_BUTTON_H_
#include "ash/ash_export.h"
-#include "base/compiler_specific.h"
#include "base/macros.h"
#include "ui/views/controls/button/image_button.h"
@@ -39,4 +38,4 @@ class ASH_EXPORT TrayPopupHeaderButton : public views::ToggleImageButton {
} // namespace ash
-#endif // ASH_SYSTEM_TRAY_TRAY_POPUP_HEADER_BUTTON_H_
+#endif // ASH_COMMON_SYSTEM_TRAY_TRAY_POPUP_HEADER_BUTTON_H_
« no previous file with comments | « ash/common/system/tray/tray_notification_view.cc ('k') | ash/common/system/tray/tray_popup_header_button.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698