Index: mojo/runner/native_application_support.h |
diff --git a/mojo/shell/native_application_support.h b/mojo/runner/native_application_support.h |
similarity index 91% |
rename from mojo/shell/native_application_support.h |
rename to mojo/runner/native_application_support.h |
index 572c089b426246b48e1b53deb280be2598827b32..b3b8b621af4401b37b6a4c1f7e69fc3c277ee594 100644 |
--- a/mojo/shell/native_application_support.h |
+++ b/mojo/runner/native_application_support.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 SHELL_NATIVE_APPLICATION_SUPPORT_H_ |
-#define SHELL_NATIVE_APPLICATION_SUPPORT_H_ |
+#ifndef MOJO_RUNNER_NATIVE_APPLICATION_SUPPORT_H_ |
+#define MOJO_RUNNER_NATIVE_APPLICATION_SUPPORT_H_ |
#include "base/native_library.h" |
#include "mojo/public/cpp/bindings/interface_request.h" |
@@ -48,4 +48,4 @@ bool RunNativeApplication(base::NativeLibrary app_library, |
} // namespace shell |
} // namespace mojo |
-#endif // SHELL_NATIVE_APPLICATION_SUPPORT_H_ |
+#endif // MOJO_RUNNER_NATIVE_APPLICATION_SUPPORT_H_ |