| Index: ash/host/window_tree_host_factory.h
|
| diff --git a/ash/host/root_window_host_factory.h b/ash/host/window_tree_host_factory.h
|
| similarity index 82%
|
| rename from ash/host/root_window_host_factory.h
|
| rename to ash/host/window_tree_host_factory.h
|
| index d9566287c610eb5e4b5f5c0b33bbaa7f7f708d8e..a17927cd2e9ffed2e2c955991ef7c3995064b325 100644
|
| --- a/ash/host/root_window_host_factory.h
|
| +++ b/ash/host/window_tree_host_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_HOST_ROOT_WINDOW_HOST_FACTORY_H_
|
| -#define ASH_HOST_ROOT_WINDOW_HOST_FACTORY_H_
|
| +#ifndef ASH_HOST_WINDOW_TREE_HOST_FACTORY_H_
|
| +#define ASH_HOST_WINDOW_TREE_HOST_FACTORY_H_
|
|
|
| #include "ash/ash_export.h"
|
| #include "ui/gfx/rect.h"
|
| @@ -30,4 +30,4 @@ class ASH_EXPORT WindowTreeHostFactory {
|
|
|
| } // namespace ash
|
|
|
| -#endif // ASH_HOST_ROOT_WINDOW_HOST_FACTORY_H_
|
| +#endif // ASH_HOST_WINDOW_TREE_HOST_FACTORY_H_
|
|
|