summaryrefslogtreecommitdiffstats
path: root/mash/wm
diff options
context:
space:
mode:
authorben <ben@chromium.org>2016-02-07 12:31:19 -0800
committerCommit bot <commit-bot@chromium.org>2016-02-07 20:32:20 +0000
commitc08c4c008d30f1e4965fbdf39ce941a0661cce43 (patch)
tree623c075c0473d2cf87f1aee2c61a32e171eb5443 /mash/wm
parentde90347d8ad768372264265e1351d85159d54a55 (diff)
downloadchromium_src-c08c4c008d30f1e4965fbdf39ce941a0661cce43.zip
chromium_src-c08c4c008d30f1e4965fbdf39ce941a0661cce43.tar.gz
chromium_src-c08c4c008d30f1e4965fbdf39ce941a0661cce43.tar.bz2
Rename ConnectToApplication to Connect().
TBR=rockot@chromium.org BUG= Review URL: https://codereview.chromium.org/1673983002 Cr-Commit-Position: refs/heads/master@{#374066}
Diffstat (limited to 'mash/wm')
-rw-r--r--mash/wm/window_manager_apptest.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/mash/wm/window_manager_apptest.cc b/mash/wm/window_manager_apptest.cc
index 51a68f4..6e6e9fb 100644
--- a/mash/wm/window_manager_apptest.cc
+++ b/mash/wm/window_manager_apptest.cc
@@ -39,7 +39,7 @@ TEST_F(WindowManagerAppTest, OpenWindow) {
WindowTreeDelegateImpl window_tree_delegate;
// Bring up the the desktop_wm.
- shell()->ConnectToApplication("mojo:desktop_wm");
+ shell()->Connect("mojo:desktop_wm");
// Connect to mus and create a new top level window. The request goes to
// the |desktop_wm|, but is async.