Commit ffcb250e authored by Darren Shen's avatar Darren Shen Committed by Commit Bot

[VK] Remove unused friend declaration in KeyboardController.

In a previous patch, we removed KeyboardLayoutManager's dependency
on KeyboardController's SetContainerType. This means that the friend
declaration in KeyboardController is no longer needed.

TBR=blakeo@chromium.org

Bug: 845780
Change-Id: I56ea22d989dcefc3bc70d4ca054678fd52c5bef7
Reviewed-on: https://chromium-review.googlesource.com/1146139Reviewed-by: default avatarDarren Shen <shend@chromium.org>
Commit-Queue: Darren Shen <shend@chromium.org>
Cr-Commit-Position: refs/heads/master@{#577101}
parent 3b1c2723
......@@ -235,9 +235,6 @@ class KEYBOARD_EXPORT KeyboardController
// For access to Observer methods for simulation.
friend class KeyboardControllerTest;
// For access to SetContainerBounds.
friend class KeyboardLayoutManager;
// For access to NotifyKeyboardConfigChanged
friend bool keyboard::UpdateKeyboardConfig(
const keyboard::KeyboardConfig& config);
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment