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

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

Issue 286973009: Revert 270925 "Tweaks to ViewManager:" (Closed) Base URL: svn://svn.chromium.org/chrome/
Patch Set: 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: trunk/src/mojo/services/view_manager/type_converters.h
===================================================================
--- trunk/src/mojo/services/view_manager/type_converters.h (revision 270932)
+++ trunk/src/mojo/services/view_manager/type_converters.h (working copy)
@@ -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,
- 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 | « trunk/src/mojo/services/view_manager/root_node_manager.cc ('k') | trunk/src/mojo/services/view_manager/type_converters.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698