| Index: ash/shared/immersive_handler_factory.h
|
| diff --git a/ash/wm/immersive_handler_factory.h b/ash/shared/immersive_handler_factory.h
|
| similarity index 86%
|
| rename from ash/wm/immersive_handler_factory.h
|
| rename to ash/shared/immersive_handler_factory.h
|
| index e5274f61ab1fc1442847d6ea1942836a0e9def0e..5c387697bd87b5fafb1277bf1f71082596aec66d 100644
|
| --- a/ash/wm/immersive_handler_factory.h
|
| +++ b/ash/shared/immersive_handler_factory.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_WM_IMMERSIVE_HANDLER_FACTORY_H_
|
| -#define ASH_WM_IMMERSIVE_HANDLER_FACTORY_H_
|
| +#ifndef ASH_SHARED_IMMERSIVE_HANDLER_FACTORY_H_
|
| +#define ASH_SHARED_IMMERSIVE_HANDLER_FACTORY_H_
|
|
|
| #include <memory>
|
|
|
| @@ -36,4 +36,4 @@ class ASH_EXPORT ImmersiveHandlerFactory {
|
|
|
| } // namespace ash
|
|
|
| -#endif // ASH_WM_IMMERSIVE_HANDLER_FACTORY_H_
|
| +#endif // ASH_SHARED_IMMERSIVE_HANDLER_FACTORY_H_
|
|
|