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

Unified Diff: components/mus/surfaces/surfaces_state.cc

Issue 1344573002: Mandoline: Rename components/view_manager to components/mus (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/surfaces/surfaces_state.h ('k') | components/mus/surfaces/top_level_display_client.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/mus/surfaces/surfaces_state.cc
diff --git a/components/view_manager/surfaces/surfaces_state.cc b/components/mus/surfaces/surfaces_state.cc
similarity index 57%
rename from components/view_manager/surfaces/surfaces_state.cc
rename to components/mus/surfaces/surfaces_state.cc
index b494f64b36ae57c521f448588e4ac753ef41cb07..6ae5118edb8113d83e42494c99aed261176550ca 100644
--- a/components/view_manager/surfaces/surfaces_state.cc
+++ b/components/mus/surfaces/surfaces_state.cc
@@ -2,15 +2,12 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
-#include "components/view_manager/surfaces/surfaces_state.h"
+#include "components/mus/surfaces/surfaces_state.h"
namespace surfaces {
-SurfacesState::SurfacesState()
- : next_id_namespace_(1u) {
-}
+SurfacesState::SurfacesState() : next_id_namespace_(1u) {}
-SurfacesState::~SurfacesState() {
-}
+SurfacesState::~SurfacesState() {}
} // namespace surfaces
« no previous file with comments | « components/mus/surfaces/surfaces_state.h ('k') | components/mus/surfaces/top_level_display_client.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698