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_ |