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

Unified Diff: examples/wm_flow/wm/frame_controller.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/wm_flow/wm/DEPS ('k') | examples/wm_flow/wm/frame_controller.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: examples/wm_flow/wm/frame_controller.h
diff --git a/mojo/examples/wm_flow/wm/frame_controller.h b/examples/wm_flow/wm/frame_controller.h
similarity index 91%
rename from mojo/examples/wm_flow/wm/frame_controller.h
rename to examples/wm_flow/wm/frame_controller.h
index 0add0a1e76f4538b9667e3e4345865fe3f2ad0b9..ae532a502a0c1ab04f82d63af8157b3c52a4f300 100644
--- a/mojo/examples/wm_flow/wm/frame_controller.h
+++ b/examples/wm_flow/wm/frame_controller.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_WM_FLOW_WM_FRAME_CONTROLLER_H_
-#define MOJO_EXAMPLES_WM_FLOW_WM_FRAME_CONTROLLER_H_
+#ifndef EXAMPLES_WM_FLOW_WM_FRAME_CONTROLLER_H_
+#define EXAMPLES_WM_FLOW_WM_FRAME_CONTROLLER_H_
#include "base/memory/scoped_ptr.h"
#include "mojo/services/public/cpp/view_manager/view_observer.h"
@@ -65,4 +65,4 @@ class FrameController : mojo::ViewObserver {
DISALLOW_COPY_AND_ASSIGN(FrameController);
};
-#endif // MOJO_EXAMPLES_WM_FLOW_WM_FRAME_CONTROLLER_H_
+#endif // EXAMPLES_WM_FLOW_WM_FRAME_CONTROLLER_H_
« no previous file with comments | « examples/wm_flow/wm/DEPS ('k') | examples/wm_flow/wm/frame_controller.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698