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

Side by Side Diff: android_webview/lib/aw_main_delegate.h

Issue 2901333003: [WebView] Flatten lib/main to lib (Closed)
Patch Set: nits Created 3 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
« no previous file with comments | « android_webview/BUILD.gn ('k') | android_webview/lib/aw_main_delegate.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 (c) 2012 The Chromium Authors. All rights reserved. 1 // Copyright (c) 2012 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 ANDROID_WEBVIEW_LIB_MAIN_AW_MAIN_DELEGATE_H_ 5 #ifndef ANDROID_WEBVIEW_LIB_AW_MAIN_DELEGATE_H_
6 #define ANDROID_WEBVIEW_LIB_MAIN_AW_MAIN_DELEGATE_H_ 6 #define ANDROID_WEBVIEW_LIB_AW_MAIN_DELEGATE_H_
7 7
8 #include <memory> 8 #include <memory>
9 9
10 #include "android_webview/common/aw_content_client.h" 10 #include "android_webview/common/aw_content_client.h"
11 #include "base/macros.h" 11 #include "base/macros.h"
12 #include "base/memory/ref_counted.h" 12 #include "base/memory/ref_counted.h"
13 #include "content/public/app/content_main_delegate.h" 13 #include "content/public/app/content_main_delegate.h"
14 14
15 namespace content { 15 namespace content {
16 class BrowserMainRunner; 16 class BrowserMainRunner;
(...skipping 36 matching lines...) Expand 10 before | Expand all | Expand 10 after
53 std::unique_ptr<AwContentGpuClient> content_gpu_client_; 53 std::unique_ptr<AwContentGpuClient> content_gpu_client_;
54 std::unique_ptr<AwContentRendererClient> content_renderer_client_; 54 std::unique_ptr<AwContentRendererClient> content_renderer_client_;
55 std::unique_ptr<safe_browsing::SafeBrowsingApiHandler> 55 std::unique_ptr<safe_browsing::SafeBrowsingApiHandler>
56 safe_browsing_api_handler_; 56 safe_browsing_api_handler_;
57 57
58 DISALLOW_COPY_AND_ASSIGN(AwMainDelegate); 58 DISALLOW_COPY_AND_ASSIGN(AwMainDelegate);
59 }; 59 };
60 60
61 } // namespace android_webview 61 } // namespace android_webview
62 62
63 #endif // ANDROID_WEBVIEW_LIB_MAIN_AW_MAIN_DELEGATE_H_ 63 #endif // ANDROID_WEBVIEW_LIB_AW_MAIN_DELEGATE_H_
OLDNEW
« no previous file with comments | « android_webview/BUILD.gn ('k') | android_webview/lib/aw_main_delegate.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698