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

Unified Diff: ash/mus/wm/accelerator_registrar_impl.cc

Issue 1641003002: [exp] ash: Ash in Mus. Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: tot-merge Created 4 years, 11 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 | « ash/mus/wm/accelerator_registrar_impl.h ('k') | ash/mus/wm/main.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ash/mus/wm/accelerator_registrar_impl.cc
diff --git a/mash/wm/accelerator_registrar_impl.cc b/ash/mus/wm/accelerator_registrar_impl.cc
similarity index 96%
copy from mash/wm/accelerator_registrar_impl.cc
copy to ash/mus/wm/accelerator_registrar_impl.cc
index 1b9da28e7b7641156a0a35fabda2cc6b264832c2..d71c0521abcbab9bbc4ba8ef6af4228a1e53ee49 100644
--- a/mash/wm/accelerator_registrar_impl.cc
+++ b/ash/mus/wm/accelerator_registrar_impl.cc
@@ -2,7 +2,7 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
-#include "mash/wm/accelerator_registrar_impl.h"
+#include "ash/mus/wm/accelerator_registrar_impl.h"
#include <stdint.h>
#include <utility>
@@ -10,8 +10,8 @@
#include "base/bind.h"
#include "components/mus/public/interfaces/window_tree_host.mojom.h"
-namespace mash {
-namespace wm {
+namespace ash {
+namespace muswm {
namespace {
const int kAcceleratorIdMask = 0xffff;
@@ -110,5 +110,5 @@ void AcceleratorRegistrarImpl::RemoveAccelerator(uint32_t accelerator_id) {
delete this;
}
-} // namespace wm
-} // namespace mash
+} // namespace muswm
+} // namespace ash
« no previous file with comments | « ash/mus/wm/accelerator_registrar_impl.h ('k') | ash/mus/wm/main.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698