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

Side by Side Diff: content/renderer/render_frame_impl.h

Issue 1565343003: Move mojo/application/public -> mojo/shell/public (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@fetcher
Patch Set: . Created 4 years, 11 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 2013 The Chromium Authors. All rights reserved. 1 // Copyright 2013 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 CONTENT_RENDERER_RENDER_FRAME_IMPL_H_ 5 #ifndef CONTENT_RENDERER_RENDER_FRAME_IMPL_H_
6 #define CONTENT_RENDERER_RENDER_FRAME_IMPL_H_ 6 #define CONTENT_RENDERER_RENDER_FRAME_IMPL_H_
7 7
8 #include <stddef.h> 8 #include <stddef.h>
9 #include <stdint.h> 9 #include <stdint.h>
10 10
(...skipping 16 matching lines...) Expand all
27 #include "content/public/common/console_message_level.h" 27 #include "content/public/common/console_message_level.h"
28 #include "content/public/common/javascript_message_type.h" 28 #include "content/public/common/javascript_message_type.h"
29 #include "content/public/common/referrer.h" 29 #include "content/public/common/referrer.h"
30 #include "content/public/renderer/render_frame.h" 30 #include "content/public/renderer/render_frame.h"
31 #include "content/renderer/render_frame_proxy.h" 31 #include "content/renderer/render_frame_proxy.h"
32 #include "content/renderer/renderer_webcookiejar_impl.h" 32 #include "content/renderer/renderer_webcookiejar_impl.h"
33 #include "ipc/ipc_message.h" 33 #include "ipc/ipc_message.h"
34 #include "ipc/ipc_platform_file.h" 34 #include "ipc/ipc_platform_file.h"
35 #include "media/blink/webmediaplayer_delegate.h" 35 #include "media/blink/webmediaplayer_delegate.h"
36 #include "media/blink/webmediaplayer_params.h" 36 #include "media/blink/webmediaplayer_params.h"
37 #include "mojo/application/public/interfaces/service_provider.mojom.h" 37 #include "mojo/shell/public/interfaces/service_provider.mojom.h"
38 #include "mojo/application/public/interfaces/shell.mojom.h" 38 #include "mojo/shell/public/interfaces/shell.mojom.h"
39 #include "third_party/WebKit/public/platform/WebFocusType.h" 39 #include "third_party/WebKit/public/platform/WebFocusType.h"
40 #include "third_party/WebKit/public/platform/modules/app_banner/WebAppBannerClie nt.h" 40 #include "third_party/WebKit/public/platform/modules/app_banner/WebAppBannerClie nt.h"
41 #include "third_party/WebKit/public/web/WebAXObject.h" 41 #include "third_party/WebKit/public/web/WebAXObject.h"
42 #include "third_party/WebKit/public/web/WebDataSource.h" 42 #include "third_party/WebKit/public/web/WebDataSource.h"
43 #include "third_party/WebKit/public/web/WebFrameClient.h" 43 #include "third_party/WebKit/public/web/WebFrameClient.h"
44 #include "third_party/WebKit/public/web/WebFrameLoadType.h" 44 #include "third_party/WebKit/public/web/WebFrameLoadType.h"
45 #include "third_party/WebKit/public/web/WebFrameOwnerProperties.h" 45 #include "third_party/WebKit/public/web/WebFrameOwnerProperties.h"
46 #include "third_party/WebKit/public/web/WebFrameSerializerClient.h" 46 #include "third_party/WebKit/public/web/WebFrameSerializerClient.h"
47 #include "third_party/WebKit/public/web/WebHistoryCommitType.h" 47 #include "third_party/WebKit/public/web/WebHistoryCommitType.h"
48 #include "third_party/WebKit/public/web/WebMeaningfulLayout.h" 48 #include "third_party/WebKit/public/web/WebMeaningfulLayout.h"
(...skipping 1117 matching lines...) Expand 10 before | Expand all | Expand 10 after
1166 #endif 1166 #endif
1167 1167
1168 base::WeakPtrFactory<RenderFrameImpl> weak_factory_; 1168 base::WeakPtrFactory<RenderFrameImpl> weak_factory_;
1169 1169
1170 DISALLOW_COPY_AND_ASSIGN(RenderFrameImpl); 1170 DISALLOW_COPY_AND_ASSIGN(RenderFrameImpl);
1171 }; 1171 };
1172 1172
1173 } // namespace content 1173 } // namespace content
1174 1174
1175 #endif // CONTENT_RENDERER_RENDER_FRAME_IMPL_H_ 1175 #endif // CONTENT_RENDERER_RENDER_FRAME_IMPL_H_
OLDNEW
« no previous file with comments | « content/renderer/mus/render_widget_window_tree_client_factory.cc ('k') | content/renderer/render_frame_impl.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698