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

Unified Diff: mojo/services/view_manager/cpp/view_tracker.cc

Issue 1391243003: Move //mojo/services/X/public/... to //mojo/services/X/... (part 4). (Closed) Base URL: https://github.com/domokit/mojo.git@no_public_3-x-no_public_2-x-no_public_1
Patch Set: copyright header Created 5 years, 2 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 | « mojo/services/view_manager/cpp/view_tracker.h ('k') | mojo/services/view_manager/interfaces/BUILD.gn » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: mojo/services/view_manager/cpp/view_tracker.cc
diff --git a/mojo/services/view_manager/public/cpp/view_tracker.cc b/mojo/services/view_manager/cpp/view_tracker.cc
similarity index 90%
rename from mojo/services/view_manager/public/cpp/view_tracker.cc
rename to mojo/services/view_manager/cpp/view_tracker.cc
index 317b97a54e3c7db50a715a31eef02026bc720f21..35ab3d47670a5ce6ce19d80bad998bfbdc07ffc7 100644
--- a/mojo/services/view_manager/public/cpp/view_tracker.cc
+++ b/mojo/services/view_manager/cpp/view_tracker.cc
@@ -2,12 +2,11 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
-#include "view_manager/public/cpp/view_tracker.h"
+#include "view_manager/cpp/view_tracker.h"
namespace mojo {
-ViewTracker::ViewTracker() {
-}
+ViewTracker::ViewTracker() {}
ViewTracker::~ViewTracker() {
for (Views::iterator i = views_.begin(); i != views_.end(); ++i)
« no previous file with comments | « mojo/services/view_manager/cpp/view_tracker.h ('k') | mojo/services/view_manager/interfaces/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698