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

Unified Diff: mojo/services/view_manager/type_converters.h

Issue 296003003: First step at setroots (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: comment Created 6 years, 7 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/type_converters.h
diff --git a/mojo/services/view_manager/type_converters.h b/mojo/services/view_manager/type_converters.h
deleted file mode 100644
index 1c9a880091b1219dd1b225053879519a51cacc83..0000000000000000000000000000000000000000
--- a/mojo/services/view_manager/type_converters.h
+++ /dev/null
@@ -1,36 +0,0 @@
-// Copyright 2014 The Chromium Authors. All rights reserved.
-// Use of this source code is governed by a BSD-style license that can be
-// found in the LICENSE file.
-
-#ifndef MOJO_SERVICES_VIEW_MANAGER_TYPE_CONVERTERS_H_
-#define MOJO_SERVICES_VIEW_MANAGER_TYPE_CONVERTERS_H_
-
-#include "mojo/public/cpp/bindings/type_converter.h"
-
-namespace mojo {
-
-class Buffer;
-
-namespace view_manager {
-
-class INode;
-
-namespace service {
-class Node;
-} // namespace service
-} // namespace view_manager
-
-template <>
-class TypeConverter<view_manager::INode,
- const view_manager::service::Node*> {
- public:
- static view_manager::INode ConvertFrom(
- const view_manager::service::Node* node,
- Buffer* buf);
-
- MOJO_ALLOW_IMPLICIT_TYPE_CONVERSION();
-};
-
-} // namespace mojo
-
-#endif // MOJO_SERVICES_VIEW_MANAGER_TYPE_CONVERTERS_H_
« no previous file with comments | « mojo/services/public/interfaces/view_manager/view_manager.mojom ('k') | mojo/services/view_manager/type_converters.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698