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

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

Issue 272833002: View synchronization (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
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
« no previous file with comments | « mojo/services/view_manager/root_node_manager.cc ('k') | mojo/services/view_manager/view.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: mojo/services/view_manager/view.h
diff --git a/mojo/services/view_manager/view.h b/mojo/services/view_manager/view.h
index 32b7e034ef9c7ed97a7162e3ed2135821269f505..ba8c280b92e581843c2ddc7bc59e08b7f5a8e553 100644
--- a/mojo/services/view_manager/view.h
+++ b/mojo/services/view_manager/view.h
@@ -15,8 +15,8 @@
namespace mojo {
namespace services {
namespace view_manager {
-
class Node;
+namespace service {
// Represents a view. A view may be associated with a single Node.
class MOJO_VIEW_MANAGER_EXPORT View {
@@ -33,7 +33,7 @@ class MOJO_VIEW_MANAGER_EXPORT View {
private:
// Node is responsible for maintaining |node_|.
- friend class Node;
+ friend class mojo::services::view_manager::Node;
void set_node(Node* node) { node_ = node; }
@@ -44,6 +44,7 @@ class MOJO_VIEW_MANAGER_EXPORT View {
DISALLOW_COPY_AND_ASSIGN(View);
};
+} // namespace service
} // namespace view_manager
} // namespace services
} // namespace mojo
« no previous file with comments | « mojo/services/view_manager/root_node_manager.cc ('k') | mojo/services/view_manager/view.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698