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

Side by Side Diff: mandoline/ui/desktop_ui/browser_manager.h

Issue 1307643003: IWYU for base/memory/scoped_vector.h. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: rebase Created 5 years, 4 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 | « ipc/ipc_message_attachment_set.h ('k') | media/base/bind_to_current_loop.h » ('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 2015 The Chromium Authors. All rights reserved. 1 // Copyright 2015 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 MANDOLINE_UI_DESKTOP_UI_BROWSER_MANAGER_H_ 5 #ifndef MANDOLINE_UI_DESKTOP_UI_BROWSER_MANAGER_H_
6 #define MANDOLINE_UI_DESKTOP_UI_BROWSER_MANAGER_H_ 6 #define MANDOLINE_UI_DESKTOP_UI_BROWSER_MANAGER_H_
7 7
8 #include <set> 8 #include <set>
9 9
10 #include "base/memory/scoped_vector.h"
11 #include "mandoline/ui/desktop_ui/public/interfaces/launch_handler.mojom.h" 10 #include "mandoline/ui/desktop_ui/public/interfaces/launch_handler.mojom.h"
12 #include "mojo/application/public/cpp/application_delegate.h" 11 #include "mojo/application/public/cpp/application_delegate.h"
13 #include "mojo/application/public/cpp/application_impl.h" 12 #include "mojo/application/public/cpp/application_impl.h"
14 #include "mojo/application/public/cpp/connect.h" 13 #include "mojo/application/public/cpp/connect.h"
15 #include "mojo/common/weak_binding_set.h" 14 #include "mojo/common/weak_binding_set.h"
16 #include "url/gurl.h" 15 #include "url/gurl.h"
17 16
18 namespace mojo { 17 namespace mojo {
19 class View; 18 class View;
20 } 19 }
(...skipping 31 matching lines...) Expand 10 before | Expand all | Expand 10 after
52 mojo::ApplicationImpl* app_; 51 mojo::ApplicationImpl* app_;
53 mojo::WeakBindingSet<LaunchHandler> launch_handler_bindings_; 52 mojo::WeakBindingSet<LaunchHandler> launch_handler_bindings_;
54 std::set<BrowserWindow*> browsers_; 53 std::set<BrowserWindow*> browsers_;
55 54
56 DISALLOW_COPY_AND_ASSIGN(BrowserManager); 55 DISALLOW_COPY_AND_ASSIGN(BrowserManager);
57 }; 56 };
58 57
59 } // namespace mandoline 58 } // namespace mandoline
60 59
61 #endif // MANDOLINE_UI_DESKTOP_UI_BROWSER_MANAGER_H_ 60 #endif // MANDOLINE_UI_DESKTOP_UI_BROWSER_MANAGER_H_
OLDNEW
« no previous file with comments | « ipc/ipc_message_attachment_set.h ('k') | media/base/bind_to_current_loop.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698