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

Unified Diff: ash/common/system/locale/locale_notification_controller.h

Issue 2082193002: mash: Migrate locale observer and notification to common. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Format 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/locale/locale_notification_controller.h
diff --git a/ash/system/locale/locale_notification_controller.h b/ash/common/system/locale/locale_notification_controller.h
similarity index 77%
rename from ash/system/locale/locale_notification_controller.h
rename to ash/common/system/locale/locale_notification_controller.h
index da579f8914560210cd3a603d57fc68725d278ed9..24f27a6fdb2cee220aa9be3d90e615a40de7c93a 100644
--- a/ash/system/locale/locale_notification_controller.h
+++ b/ash/common/system/locale/locale_notification_controller.h
@@ -2,13 +2,12 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
-#ifndef ASH_SYSTEM_LOCALE_LOCALE_NOTIFICATION_CONTROLLER_H_
-#define ASH_SYSTEM_LOCALE_LOCALE_NOTIFICATION_CONTROLLER_H_
+#ifndef ASH_COMMON_SYSTEM_LOCALE_LOCALE_NOTIFICATION_CONTROLLER_H_
+#define ASH_COMMON_SYSTEM_LOCALE_LOCALE_NOTIFICATION_CONTROLLER_H_
#include <string>
-#include "ash/system/locale/locale_observer.h"
-#include "base/compiler_specific.h"
+#include "ash/common/system/locale/locale_observer.h"
#include "base/macros.h"
namespace ash {
@@ -35,4 +34,4 @@ class LocaleNotificationController : public LocaleObserver {
} // namespace ash
-#endif // ASH_SYSTEM_LOCALE_LOCALE_NOTIFICATION_CONTROLLER_H_
+#endif // ASH_COMMON_SYSTEM_LOCALE_LOCALE_NOTIFICATION_CONTROLLER_H_

Powered by Google App Engine
This is Rietveld 408576698