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

Unified Diff: mojo/services/view_manager/public/cpp/tests/view_unittest.cc

Issue 790623003: Restructure public side of view_manager service. (Closed) Base URL: https://github.com/domokit/mojo.git@master
Patch Set: BUILD.gn file reorderings Created 6 years 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: mojo/services/view_manager/public/cpp/tests/view_unittest.cc
diff --git a/mojo/services/public/cpp/view_manager/tests/view_unittest.cc b/mojo/services/view_manager/public/cpp/tests/view_unittest.cc
similarity index 98%
rename from mojo/services/public/cpp/view_manager/tests/view_unittest.cc
rename to mojo/services/view_manager/public/cpp/tests/view_unittest.cc
index 96b2d5cb906eb13819950bada23f67ddec9d6b4e..149eb3a039e99bc79af8a582305fb5aeb8ff4c50 100644
--- a/mojo/services/public/cpp/view_manager/tests/view_unittest.cc
+++ b/mojo/services/view_manager/public/cpp/tests/view_unittest.cc
@@ -2,14 +2,14 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
-#include "mojo/services/public/cpp/view_manager/view.h"
+#include "mojo/services/view_manager/public/cpp/view.h"
#include "base/logging.h"
#include "base/strings/stringprintf.h"
-#include "mojo/services/public/cpp/view_manager/lib/view_private.h"
-#include "mojo/services/public/cpp/view_manager/util.h"
-#include "mojo/services/public/cpp/view_manager/view_observer.h"
-#include "mojo/services/public/cpp/view_manager/view_property.h"
+#include "mojo/services/view_manager/public/cpp/lib/view_private.h"
+#include "mojo/services/view_manager/public/cpp/util.h"
+#include "mojo/services/view_manager/public/cpp/view_observer.h"
+#include "mojo/services/view_manager/public/cpp/view_property.h"
#include "testing/gtest/include/gtest/gtest.h"
namespace mojo {
« no previous file with comments | « mojo/services/view_manager/public/cpp/tests/view_manager_unittest.cc ('k') | mojo/services/view_manager/public/cpp/types.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698