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

Unified Diff: ash/common/system/chromeos/tray_tracing.h

Issue 2091953002: mash: Move TrayTracing to //ash/common/system/chromeos (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: review comments 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
« no previous file with comments | « ash/ash.gyp ('k') | ash/common/system/chromeos/tray_tracing.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ash/common/system/chromeos/tray_tracing.h
diff --git a/ash/system/chromeos/tray_tracing.h b/ash/common/system/chromeos/tray_tracing.h
similarity index 89%
rename from ash/system/chromeos/tray_tracing.h
rename to ash/common/system/chromeos/tray_tracing.h
index 1ee9c6dbaa68a66e6dc239d9d8bc033844e8f0d2..c190bf7ccfe3d62f5e8e5a7e8f78f68d4b92fea6 100644
--- a/ash/system/chromeos/tray_tracing.h
+++ b/ash/common/system/chromeos/tray_tracing.h
@@ -2,8 +2,8 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
-#ifndef ASH_SYSTEM_TRAY_TRACING_H_
-#define ASH_SYSTEM_TRAY_TRACING_H_
+#ifndef ASH_COMMON_SYSTEM_CHROMEOS_TRAY_TRACING_H_
+#define ASH_COMMON_SYSTEM_CHROMEOS_TRAY_TRACING_H_
#include "ash/ash_export.h"
#include "ash/common/system/tray/tray_image_item.h"
@@ -52,4 +52,4 @@ class TrayTracing : public TrayImageItem,
} // namespace ash
-#endif // ASH_SYSTEM_TRAY_TRACING_H_
+#endif // ASH_COMMON_SYSTEM_CHROMEOS_TRAY_TRACING_H_
« no previous file with comments | « ash/ash.gyp ('k') | ash/common/system/chromeos/tray_tracing.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698