Index: mojo/examples/aura_demo/window_tree_host_mojo.h |
diff --git a/mojo/examples/aura_demo/root_window_host_mojo.h b/mojo/examples/aura_demo/window_tree_host_mojo.h |
similarity index 94% |
rename from mojo/examples/aura_demo/root_window_host_mojo.h |
rename to mojo/examples/aura_demo/window_tree_host_mojo.h |
index f851506bf86bbc773ddb30f9350c05bfe0201dd8..957e4adbb28cffcfa46f884b95c602c0884e9dae 100644 |
--- a/mojo/examples/aura_demo/root_window_host_mojo.h |
+++ b/mojo/examples/aura_demo/window_tree_host_mojo.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 MOJO_EXAMPLES_AURA_DEMO_ROOT_WINDOW_HOST_MOJO_H_ |
-#define MOJO_EXAMPLES_AURA_DEMO_ROOT_WINDOW_HOST_MOJO_H_ |
+#ifndef MOJO_EXAMPLES_AURA_DEMO_WINDOW_TREE_HOST_MOJO_H_ |
+#define MOJO_EXAMPLES_AURA_DEMO_WINDOW_TREE_HOST_MOJO_H_ |
#include "base/bind.h" |
#include "mojo/public/bindings/remote_ptr.h" |
@@ -78,4 +78,4 @@ class WindowTreeHostMojo : public aura::WindowTreeHost, |
} // namespace examples |
} // namespace mojo |
-#endif // MOJO_EXAMPLES_AURA_DEMO_ROOT_WINDOW_HOST_MOJO_H_ |
+#endif // MOJO_EXAMPLES_AURA_DEMO_WINDOW_TREE_HOST_MOJO_H_ |