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

Side by Side Diff: components/view_manager/native_viewport/native_viewport_application_delegate.h

Issue 1142323003: Remove duplicate application cpp files in mojo/application. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: rebase Created 5 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 unified diff | Download patch
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 COMPONENTS_VIEW_MANAGER_NATIVE_VIEWPORT_NATIVE_VIEWPORT_APPLICATION_DELE GATE_H_ 5 #ifndef COMPONENTS_VIEW_MANAGER_NATIVE_VIEWPORT_NATIVE_VIEWPORT_APPLICATION_DELE GATE_H_
6 #define COMPONENTS_VIEW_MANAGER_NATIVE_VIEWPORT_NATIVE_VIEWPORT_APPLICATION_DELE GATE_H_ 6 #define COMPONENTS_VIEW_MANAGER_NATIVE_VIEWPORT_NATIVE_VIEWPORT_APPLICATION_DELE GATE_H_
7 7
8 #include "base/macros.h" 8 #include "base/macros.h"
9 #include "components/gles2/gpu_impl.h" 9 #include "components/gles2/gpu_impl.h"
10 #include "components/view_manager/public/interfaces/native_viewport.mojom.h" 10 #include "components/view_manager/public/interfaces/native_viewport.mojom.h"
11 #include "mojo/application/app_lifetime_helper.h" 11 #include "mojo/application/public/cpp/app_lifetime_helper.h"
12 #include "mojo/application/public/cpp/application_delegate.h" 12 #include "mojo/application/public/cpp/application_delegate.h"
13 #include "mojo/application/public/cpp/interface_factory_impl.h" 13 #include "mojo/application/public/cpp/interface_factory_impl.h"
14 #include "mojo/common/tracing_impl.h" 14 #include "mojo/common/tracing_impl.h"
15 15
16 namespace mojo { 16 namespace mojo {
17 class ApplicationConnection; 17 class ApplicationConnection;
18 class ApplicationImpl; 18 class ApplicationImpl;
19 } 19 }
20 20
21 namespace ui { 21 namespace ui {
(...skipping 29 matching lines...) Expand all
51 bool is_headless_; 51 bool is_headless_;
52 mojo::TracingImpl tracing_; 52 mojo::TracingImpl tracing_;
53 mojo::AppLifetimeHelper app_lifetime_helper_; 53 mojo::AppLifetimeHelper app_lifetime_helper_;
54 54
55 DISALLOW_COPY_AND_ASSIGN(NativeViewportApplicationDelegate); 55 DISALLOW_COPY_AND_ASSIGN(NativeViewportApplicationDelegate);
56 }; 56 };
57 57
58 } // namespace native_viewport 58 } // namespace native_viewport
59 59
60 #endif // COMPONENTS_VIEW_MANAGER_NATIVE_VIEWPORT_NATIVE_VIEWPORT_APPLICATION_D ELEGATE_H_ 60 #endif // COMPONENTS_VIEW_MANAGER_NATIVE_VIEWPORT_NATIVE_VIEWPORT_APPLICATION_D ELEGATE_H_
OLDNEW
« no previous file with comments | « components/view_manager/native_viewport/main.cc ('k') | components/view_manager/native_viewport/native_viewport_impl.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698