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

Side by Side Diff: services/navigation/view_impl.h

Issue 2119963002: Move mus to //services/ui (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: . Created 4 years, 5 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 unified diff | Download patch
« no previous file with comments | « services/navigation/public/interfaces/view.mojom ('k') | services/navigation/view_impl.cc » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 // Copyright 2016 The Chromium Authors. All rights reserved. 1 // Copyright 2016 The Chromium Authors. All rights reserved.
2 // Use of this source code is governed by a BSD-style license that can be 2 // Use of this source code is governed by a BSD-style license that can be
3 // found in the LICENSE file. 3 // found in the LICENSE file.
4 4
5 #ifndef SERVICES_NAVIGATION_VIEW_IMPL_H_ 5 #ifndef SERVICES_NAVIGATION_VIEW_IMPL_H_
6 #define SERVICES_NAVIGATION_VIEW_IMPL_H_ 6 #define SERVICES_NAVIGATION_VIEW_IMPL_H_
7 7
8 #include "base/macros.h" 8 #include "base/macros.h"
9 #include "components/mus/public/cpp/window_tree_client_delegate.h"
10 #include "content/public/browser/notification_observer.h" 9 #include "content/public/browser/notification_observer.h"
11 #include "content/public/browser/notification_registrar.h" 10 #include "content/public/browser/notification_registrar.h"
12 #include "content/public/browser/web_contents_delegate.h" 11 #include "content/public/browser/web_contents_delegate.h"
13 #include "mojo/public/cpp/bindings/binding_set.h" 12 #include "mojo/public/cpp/bindings/binding_set.h"
14 #include "mojo/public/cpp/bindings/strong_binding.h" 13 #include "mojo/public/cpp/bindings/strong_binding.h"
15 #include "services/navigation/public/interfaces/view.mojom.h" 14 #include "services/navigation/public/interfaces/view.mojom.h"
16 #include "services/shell/public/cpp/interface_factory.h" 15 #include "services/shell/public/cpp/interface_factory.h"
17 #include "services/shell/public/cpp/shell_client.h" 16 #include "services/shell/public/cpp/shell_client.h"
18 #include "services/shell/public/cpp/shell_connection_ref.h" 17 #include "services/shell/public/cpp/shell_connection_ref.h"
18 #include "services/ui/public/cpp/window_tree_client_delegate.h"
19 #include "ui/gfx/geometry/size.h" 19 #include "ui/gfx/geometry/size.h"
20 #include "ui/views/widget/widget_delegate.h" 20 #include "ui/views/widget/widget_delegate.h"
21 21
22 namespace views { 22 namespace views {
23 class WebView; 23 class WebView;
24 class Widget; 24 class Widget;
25 } 25 }
26 26
27 namespace navigation { 27 namespace navigation {
28 28
(...skipping 73 matching lines...) Expand 10 before | Expand all | Expand 10 after
102 std::unique_ptr<views::Widget> widget_; 102 std::unique_ptr<views::Widget> widget_;
103 103
104 gfx::Size resizer_size_; 104 gfx::Size resizer_size_;
105 105
106 DISALLOW_COPY_AND_ASSIGN(ViewImpl); 106 DISALLOW_COPY_AND_ASSIGN(ViewImpl);
107 }; 107 };
108 108
109 } // navigation 109 } // navigation
110 110
111 #endif // SERVICES_NAVIGATION_VIEW_IMPL_H_ 111 #endif // SERVICES_NAVIGATION_VIEW_IMPL_H_
OLDNEW
« no previous file with comments | « services/navigation/public/interfaces/view.mojom ('k') | services/navigation/view_impl.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698