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

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

Issue 2056823002: mash: Move SystemTrayDelegate and dependencies to //ash/common (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: 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/default_system_tray_delegate.h
diff --git a/ash/system/tray/default_system_tray_delegate.h b/ash/common/system/tray/default_system_tray_delegate.h
similarity index 84%
rename from ash/system/tray/default_system_tray_delegate.h
rename to ash/common/system/tray/default_system_tray_delegate.h
index a340739e1bf5cbc288f828abd9e1795b5c1735af..b8eba01efdf385718453d95d936d49c8c200e5e1 100644
--- a/ash/system/tray/default_system_tray_delegate.h
+++ b/ash/common/system/tray/default_system_tray_delegate.h
@@ -2,14 +2,13 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
-#ifndef ASH_SYSTEM_TRAY_DEFAULT_SYSTEM_TRAY_DELEGATE_H_
-#define ASH_SYSTEM_TRAY_DEFAULT_SYSTEM_TRAY_DELEGATE_H_
+#ifndef ASH_COMMON_SYSTEM_TRAY_DEFAULT_SYSTEM_TRAY_DELEGATE_H_
+#define ASH_COMMON_SYSTEM_TRAY_DEFAULT_SYSTEM_TRAY_DELEGATE_H_
#include <memory>
#include "ash/ash_export.h"
-#include "ash/system/tray/system_tray_delegate.h"
-#include "base/compiler_specific.h"
+#include "ash/common/system/tray/system_tray_delegate.h"
#include "base/macros.h"
namespace ash {
@@ -46,4 +45,4 @@ class ASH_EXPORT DefaultSystemTrayDelegate : public SystemTrayDelegate {
} // namespace ash
-#endif // ASH_SYSTEM_TRAY_DEFAULT_SYSTEM_TRAY_DELEGATE_H_
+#endif // ASH_COMMON_SYSTEM_TRAY_DEFAULT_SYSTEM_TRAY_DELEGATE_H_
« no previous file with comments | « ash/common/system/networking_config_delegate.cc ('k') | ash/common/system/tray/default_system_tray_delegate.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698