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

Unified Diff: ash/common/popup_message.h

Issue 2124173002: mash: Migrate popup_message to ash/common. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Sync and rebase. Created 4 years, 5 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/common/DEPS ('k') | ash/common/popup_message.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ash/common/popup_message.h
diff --git a/ash/popup_message.h b/ash/common/popup_message.h
similarity index 96%
rename from ash/popup_message.h
rename to ash/common/popup_message.h
index 5da93d04d857dc79f470e7584f2439e4ffdf2300..c31e2c115c2f35e4ac55000bfd29094cf748d3e5 100644
--- a/ash/popup_message.h
+++ b/ash/common/popup_message.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_POPUP_MESSAGE_H_
-#define ASH_POPUP_MESSAGE_H_
+#ifndef ASH_COMMON_POPUP_MESSAGE_H_
+#define ASH_COMMON_POPUP_MESSAGE_H_
#include "ash/ash_export.h"
#include "base/gtest_prod_util.h"
@@ -79,4 +79,4 @@ class ASH_EXPORT PopupMessage {
} // namespace ash
-#endif // ASH_POPUP_MESSAGE_H_
+#endif // ASH_COMMON_POPUP_MESSAGE_H_
« no previous file with comments | « ash/common/DEPS ('k') | ash/common/popup_message.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698