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

Unified Diff: mojo/services/view_manager/cpp/lib/view_manager_client_factory.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
Index: mojo/services/view_manager/cpp/lib/view_manager_client_factory.cc
diff --git a/mojo/services/view_manager/public/cpp/lib/view_manager_client_factory.cc b/mojo/services/view_manager/cpp/lib/view_manager_client_factory.cc
similarity index 83%
rename from mojo/services/view_manager/public/cpp/lib/view_manager_client_factory.cc
rename to mojo/services/view_manager/cpp/lib/view_manager_client_factory.cc
index bb39fc9d55a95bbeb8f9adb2f46482e8d79afcb0..73a06a12a0ae68f0bb44bf5dc6eadcb172610501 100644
--- a/mojo/services/view_manager/public/cpp/lib/view_manager_client_factory.cc
+++ b/mojo/services/view_manager/cpp/lib/view_manager_client_factory.cc
@@ -2,21 +2,19 @@
// 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_manager_client_factory.h"
+#include "view_manager/cpp/view_manager_client_factory.h"
#include "mojo/public/interfaces/application/shell.mojom.h"
-#include "view_manager/public/cpp/lib/view_manager_client_impl.h"
+#include "view_manager/cpp/lib/view_manager_client_impl.h"
namespace mojo {
ViewManagerClientFactory::ViewManagerClientFactory(
Shell* shell,
ViewManagerDelegate* delegate)
- : shell_(shell), delegate_(delegate) {
-}
+ : shell_(shell), delegate_(delegate) {}
-ViewManagerClientFactory::~ViewManagerClientFactory() {
-}
+ViewManagerClientFactory::~ViewManagerClientFactory() {}
// static
ViewManagerClient* ViewManagerClientFactory::WeakBindViewManagerToPipe(
« no previous file with comments | « mojo/services/view_manager/cpp/lib/view.cc ('k') | mojo/services/view_manager/cpp/lib/view_manager_client_impl.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698