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

Unified Diff: ash/common/wm_lookup.cc

Issue 2035543004: Shuffles and renames ash/common/wm classes (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: random changes for chrome tests Created 4 years, 6 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
Index: ash/common/wm_lookup.cc
diff --git a/ash/common/wm/wm_lookup.cc b/ash/common/wm_lookup.cc
similarity index 84%
rename from ash/common/wm/wm_lookup.cc
rename to ash/common/wm_lookup.cc
index 28a7f536154e827104da1b6b523f4a27e672aa5b..26319af7da2adc7289a2ba114ee924b6ec95ce1d 100644
--- a/ash/common/wm/wm_lookup.cc
+++ b/ash/common/wm_lookup.cc
@@ -2,10 +2,9 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
-#include "ash/common/wm/wm_lookup.h"
+#include "ash/common/wm_lookup.h"
namespace ash {
-namespace wm {
// static
WmLookup* WmLookup::instance_ = nullptr;
@@ -20,5 +19,4 @@ WmLookup* WmLookup::Get() {
return instance_;
}
-} // namespace wm
} // namespace ash

Powered by Google App Engine
This is Rietveld 408576698