| Index: examples/window_manager/debug_panel.h
|
| diff --git a/mojo/examples/window_manager/debug_panel.h b/examples/window_manager/debug_panel.h
|
| similarity index 92%
|
| rename from mojo/examples/window_manager/debug_panel.h
|
| rename to examples/window_manager/debug_panel.h
|
| index eec306759ad579a0db71633ca7b786c0bfb112d1..c2ef16a148ad8e9563a047b5a8cd72e1a5a66267 100644
|
| --- a/mojo/examples/window_manager/debug_panel.h
|
| +++ b/examples/window_manager/debug_panel.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_WINDOW_MANAGER_DEBUG_PANEL_H_
|
| -#define MOJO_EXAMPLES_WINDOW_MANAGER_DEBUG_PANEL_H_
|
| +#ifndef EXAMPLES_WINDOW_MANAGER_DEBUG_PANEL_H_
|
| +#define EXAMPLES_WINDOW_MANAGER_DEBUG_PANEL_H_
|
|
|
| #include <string>
|
|
|
| @@ -73,4 +73,4 @@ class DebugPanel : public views::LayoutManager, public views::ButtonListener {
|
| } // examples
|
| } // mojo
|
|
|
| -#endif // MOJO_EXAMPLES_WINDOW_MANAGER_DEBUG_PANEL_H_
|
| +#endif // EXAMPLES_WINDOW_MANAGER_DEBUG_PANEL_H_
|
|
|