Index: mojo/shell/connect_params.cc |
diff --git a/mojo/shell/connect_params.cc b/mojo/shell/connect_params.cc |
index ec4e7225d72461417cc8e25948319068079b1910..215f705c260b61befc3f409791abc7081d3ec2ec 100644 |
--- a/mojo/shell/connect_params.cc |
+++ b/mojo/shell/connect_params.cc |
@@ -17,7 +17,7 @@ ConnectParams::~ConnectParams() {} |
void ConnectParams::SetTargetURL(const GURL& target_url) { |
target_ = Identity(target_url, target_.qualifier(), |
- mojom::Shell::kUserInherit, target_.filter()); |
+ mojom::Connector::kUserInherit, target_.filter()); |
} |
} // namespace shell |