| Index: components/mus/gesture_manager_unittest.cc
|
| diff --git a/components/mus/gesture_manager_unittest.cc b/components/mus/gesture_manager_unittest.cc
|
| index 2f2ed62d22a38a56bd1dc3bf6346e37f5ed098a4..25b1cad0269561f938a82c984dd40c782100e0b6 100644
|
| --- a/components/mus/gesture_manager_unittest.cc
|
| +++ b/components/mus/gesture_manager_unittest.cc
|
| @@ -13,14 +13,14 @@
|
| #include "testing/gtest/include/gtest/gtest.h"
|
| #include "ui/mojo/events/input_events.mojom.h"
|
|
|
| -namespace view_manager {
|
| +namespace mus {
|
| namespace {
|
|
|
| const uint32_t kInvalidGestureId = GestureManager::kInvalidGestureId;
|
|
|
| void MarkAsRespondsToTouch(ServerView* view) {
|
| std::vector<uint8_t> empty_vector;
|
| - view->SetProperty(mojo::kViewManagerKeyWantsTouchEvents, &empty_vector);
|
| + view->SetProperty(kViewManagerKeyWantsTouchEvents, &empty_vector);
|
| }
|
|
|
| std::set<uint32_t> SetWith(uint32_t v1) {
|
| @@ -465,4 +465,4 @@ TEST_F(GestureManagerTest, SingleViewSingleGestureCancel) {
|
| gesture_delegate_.GetAndClearDescriptions());
|
| }
|
|
|
| -} // namespace view_manager
|
| +} // namespace mus
|
|
|