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

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

Issue 284113008: Cleanup of ViewManager (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: merge to trunk 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
« no previous file with comments | « mojo/services/view_manager/root_node_manager.cc ('k') | mojo/services/view_manager/type_converters.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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
index 98ff4f3904dcf6a4a9b66e1fca3bd2ddf616af7c..1c9a880091b1219dd1b225053879519a51cacc83 100644
--- a/mojo/services/view_manager/type_converters.h
+++ b/mojo/services/view_manager/type_converters.h
@@ -22,7 +22,7 @@ class Node;
template <>
class TypeConverter<view_manager::INode,
- view_manager::service::Node*> {
+ const view_manager::service::Node*> {
public:
static view_manager::INode ConvertFrom(
const view_manager::service::Node* node,
« no previous file with comments | « mojo/services/view_manager/root_node_manager.cc ('k') | mojo/services/view_manager/type_converters.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698