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

Side by Side Diff: components/html_viewer/html_document.h

Issue 1099303002: Move html_viewer from mojo/services to components. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: rebase Created 5 years, 8 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 2014 The Chromium Authors. All rights reserved. 1 // Copyright 2014 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 MOJO_SERVICES_HTML_VIEWER_HTML_DOCUMENT_H_ 5 #ifndef COMPONENTS_HTML_VIEWER_HTML_DOCUMENT_H_
6 #define MOJO_SERVICES_HTML_VIEWER_HTML_DOCUMENT_H_ 6 #define COMPONENTS_HTML_VIEWER_HTML_DOCUMENT_H_
7 7
8 #include <set> 8 #include <set>
9 9
10 #include "base/callback.h" 10 #include "base/callback.h"
11 #include "base/macros.h" 11 #include "base/macros.h"
12 #include "mojo/services/html_viewer/ax_provider_impl.h" 12 #include "components/html_viewer/ax_provider_impl.h"
13 #include "mojo/services/html_viewer/touch_handler.h" 13 #include "components/html_viewer/touch_handler.h"
14 #include "mojo/services/network/public/interfaces/url_loader.mojom.h" 14 #include "mojo/services/network/public/interfaces/url_loader.mojom.h"
15 #include "third_party/WebKit/public/web/WebFrameClient.h" 15 #include "third_party/WebKit/public/web/WebFrameClient.h"
16 #include "third_party/WebKit/public/web/WebSandboxFlags.h" 16 #include "third_party/WebKit/public/web/WebSandboxFlags.h"
17 #include "third_party/WebKit/public/web/WebViewClient.h" 17 #include "third_party/WebKit/public/web/WebViewClient.h"
18 #include "third_party/mojo/src/mojo/public/cpp/application/interface_factory.h" 18 #include "third_party/mojo/src/mojo/public/cpp/application/interface_factory.h"
19 #include "third_party/mojo/src/mojo/public/cpp/application/lazy_interface_ptr.h" 19 #include "third_party/mojo/src/mojo/public/cpp/application/lazy_interface_ptr.h"
20 #include "third_party/mojo/src/mojo/public/cpp/application/service_provider_impl .h" 20 #include "third_party/mojo/src/mojo/public/cpp/application/service_provider_impl .h"
21 #include "third_party/mojo/src/mojo/public/cpp/bindings/interface_impl.h" 21 #include "third_party/mojo/src/mojo/public/cpp/bindings/interface_impl.h"
22 #include "third_party/mojo/src/mojo/public/interfaces/application/application.mo jom.h" 22 #include "third_party/mojo/src/mojo/public/interfaces/application/application.mo jom.h"
23 #include "third_party/mojo_services/src/content_handler/public/interfaces/conten t_handler.mojom.h" 23 #include "third_party/mojo_services/src/content_handler/public/interfaces/conten t_handler.mojom.h"
(...skipping 143 matching lines...) Expand 10 before | Expand all | Expand 10 after
167 167
168 scoped_ptr<TouchHandler> touch_handler_; 168 scoped_ptr<TouchHandler> touch_handler_;
169 169
170 float device_pixel_ratio_; 170 float device_pixel_ratio_;
171 171
172 DISALLOW_COPY_AND_ASSIGN(HTMLDocument); 172 DISALLOW_COPY_AND_ASSIGN(HTMLDocument);
173 }; 173 };
174 174
175 } // namespace html_viewer 175 } // namespace html_viewer
176 176
177 #endif // MOJO_SERVICES_HTML_VIEWER_HTML_DOCUMENT_H_ 177 #endif // COMPONENTS_HTML_VIEWER_HTML_DOCUMENT_H_
OLDNEW
« no previous file with comments | « components/html_viewer/generate_blink_resource_map.py ('k') | components/html_viewer/html_document.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698