Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(391)

Unified Diff: components/mus/gesture_manager_unittest.cc

Issue 1340983002: Mandoline UI Process: Update namespaces and file names (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Rebased Created 5 years, 3 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « components/mus/gesture_manager_delegate.h ('k') | components/mus/gles2/command_buffer_driver.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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
« no previous file with comments | « components/mus/gesture_manager_delegate.h ('k') | components/mus/gles2/command_buffer_driver.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698