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

Unified Diff: mash/example/main/main_application_delegate.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/main/main.cc ('k') | mash/example/main/main_application_delegate.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: mash/example/main/main_application_delegate.h
diff --git a/components/mus/example/main/main_application_delegate.h b/mash/example/main/main_application_delegate.h
similarity index 81%
rename from components/mus/example/main/main_application_delegate.h
rename to mash/example/main/main_application_delegate.h
index 2c2e6f2a4f1579229236d66efee1a04353063cf7..9542d1c73162d61536dab613a6f76fcf6cbfc39c 100644
--- a/components/mus/example/main/main_application_delegate.h
+++ b/mash/example/main/main_application_delegate.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_MAIN_MAIN_APPLICATION_DELEGATE_H_
-#define COMPONENTS_MUS_EXAMPLE_MAIN_MAIN_APPLICATION_DELEGATE_H_
+#ifndef MASH_EXAMPLE_MAIN_MAIN_APPLICATION_DELEGATE_H_
+#define MASH_EXAMPLE_MAIN_MAIN_APPLICATION_DELEGATE_H_
#include "base/macros.h"
#include "base/memory/scoped_vector.h"
@@ -30,4 +30,4 @@ class MainApplicationDelegate : public mojo::ApplicationDelegate {
DISALLOW_COPY_AND_ASSIGN(MainApplicationDelegate);
};
-#endif // COMPONENTS_MUS_EXAMPLE_MAIN_MAIN_APPLICATION_DELEGATE_H_
+#endif // MASH_EXAMPLE_MAIN_MAIN_APPLICATION_DELEGATE_H_
« no previous file with comments | « mash/example/main/main.cc ('k') | mash/example/main/main_application_delegate.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698