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

Unified Diff: examples/window_manager/debug_panel.h

Issue 684543003: Move //mojo/examples to //examples (Closed) Base URL: https://github.com/domokit/mojo.git@master
Patch Set: Created 6 years, 2 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
« no previous file with comments | « examples/window_manager/DEPS ('k') | examples/window_manager/debug_panel.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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_
« no previous file with comments | « examples/window_manager/DEPS ('k') | examples/window_manager/debug_panel.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698