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

Unified Diff: components/mus/gesture_manager_unittest.cc

Issue 1351013002: Revert of Mandoline UI Process: Update namespaces and file names (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: 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 9ed02a8096f9bbd3f56c40e54616e6940a15a250..6badcbf3abfe95b6c2f1dd1a7776d4e23fc8d7b7 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 mus {
+namespace view_manager {
namespace {
const uint32_t kInvalidGestureId = GestureManager::kInvalidGestureId;
void MarkAsRespondsToTouch(ServerView* view) {
std::vector<uint8_t> empty_vector;
- view->SetProperty(kViewManagerKeyWantsTouchEvents, &empty_vector);
+ view->SetProperty(mojo::kViewManagerKeyWantsTouchEvents, &empty_vector);
}
std::set<uint32_t> SetWith(uint32_t v1) {
@@ -465,4 +465,4 @@
gesture_delegate_.GetAndClearDescriptions());
}
-} // namespace mus
+} // namespace view_manager
« 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