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

Unified Diff: mash/example/mock_sysui/mock_sysui.h

Issue 1469733004: Moves components/mus/examples into mash (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: git add Created 5 years, 1 month 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 | « mash/example/mock_sysui/main.cc ('k') | mash/example/mock_sysui/mock_sysui.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: mash/example/mock_sysui/mock_sysui.h
diff --git a/components/mus/example/mock_sysui/mock_sysui.h b/mash/example/mock_sysui/mock_sysui.h
similarity index 82%
rename from components/mus/example/mock_sysui/mock_sysui.h
rename to mash/example/mock_sysui/mock_sysui.h
index b214c6411e90851ebfd8775ca976b4ebb8258d9c..23e068b7351f7f55bcc7995e9a9b155b3df0b233 100644
--- a/components/mus/example/mock_sysui/mock_sysui.h
+++ b/mash/example/mock_sysui/mock_sysui.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 COMPONENTS_MUS_EXAMPLE_MOCK_SYSUI_MOCK_SYSUI_H_
-#define COMPONENTS_MUS_EXAMPLE_MOCK_SYSUI_MOCK_SYSUI_H_
+#ifndef MASH_EXAMPLE_MOCK_SYSUI_MOCK_SYSUI_H_
+#define MASH_EXAMPLE_MOCK_SYSUI_MOCK_SYSUI_H_
#include "base/macros.h"
#include "base/memory/scoped_ptr.h"
@@ -32,4 +32,4 @@ class MockSysUI : public mojo::ApplicationDelegate {
DISALLOW_COPY_AND_ASSIGN(MockSysUI);
};
-#endif // COMPONENTS_MUS_EXAMPLE_MOCK_SYSUI_MOCK_SYSUI_H_
+#endif // MASH_EXAMPLE_MOCK_SYSUI_MOCK_SYSUI_H_
« no previous file with comments | « mash/example/mock_sysui/main.cc ('k') | mash/example/mock_sysui/mock_sysui.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698