Index: shell/native_application_support.h |
diff --git a/shell/native_application_support.h b/shell/native_application_support.h |
index f01e5c3be61b41ddd6a149de7879df0cdf31e439..2c3b0db615bce63039a0f4b0240326c7f9082ea5 100644 |
--- a/shell/native_application_support.h |
+++ b/shell/native_application_support.h |
@@ -13,8 +13,8 @@ class FilePath; |
} |
namespace mojo { |
- |
class Application; |
+} // namespace mojo |
namespace shell { |
@@ -38,10 +38,10 @@ base::NativeLibrary LoadNativeApplication(const base::FilePath& app_path, |
// true if |MojoMain()| was called (even if it returns an error), and false |
// otherwise. |
// TODO(vtl): Maybe this should also have a |MojoResult| as an out parameter? |
-bool RunNativeApplication(base::NativeLibrary app_library, |
- InterfaceRequest<Application> application_request); |
+bool RunNativeApplication( |
+ base::NativeLibrary app_library, |
+ mojo::InterfaceRequest<mojo::Application> application_request); |
} // namespace shell |
-} // namespace mojo |
#endif // SHELL_NATIVE_APPLICATION_SUPPORT_H_ |