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

Unified Diff: ash/shared/ash_shared_export.h

Issue 2430593002: mash: Use ash shell window container ids instead of ash::mojom::Container (Closed)
Patch Set: move files to ash/shared, fix deps Created 4 years, 2 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/shared/ash_shared_export.h
diff --git a/ash/ash_export.h b/ash/shared/ash_shared_export.h
similarity index 77%
copy from ash/ash_export.h
copy to ash/shared/ash_shared_export.h
index 2f59f09a975a32adb2791168afab0f88ee26f4e6..05e8d3d8e94cf5148df39471188e7177174c1e8c 100644
--- a/ash/ash_export.h
+++ b/ash/shared/ash_shared_export.h
@@ -1,9 +1,9 @@
-// Copyright (c) 2012 The Chromium Authors. All rights reserved.
+// Copyright 2016 The Chromium Authors. All rights reserved.
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
-#ifndef ASH_ASH_EXPORT_H_
-#define ASH_ASH_EXPORT_H_
+#ifndef ASH_SHARED_ASH_SHARED_EXPORT_H_
+#define ASH_SHARED_ASH_SHARED_EXPORT_H_
// Defines ASH_EXPORT so that functionality implemented by the Ash module can
// be exported to consumers.
@@ -29,4 +29,4 @@
#define ASH_EXPORT
#endif
-#endif // ASH_ASH_EXPORT_H_
+#endif // ASH_SHARED_ASH_SHARED_EXPORT_H_
« ash/shared/BUILD.gn ('K') | « ash/shared/BUILD.gn ('k') | ash/shared/shell_window_ids.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698