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

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

Issue 1262173005: Straightens outs DEPS in mojo/common (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: add dep on system_for_component 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 | « components/html_viewer/web_socket_handle_impl.h ('k') | components/message_port.gypi » ('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 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 COMPONENTS_HTML_VIEWER_WEB_URL_LOADER_IMPL_H_ 5 #ifndef COMPONENTS_HTML_VIEWER_WEB_URL_LOADER_IMPL_H_
6 #define COMPONENTS_HTML_VIEWER_WEB_URL_LOADER_IMPL_H_ 6 #define COMPONENTS_HTML_VIEWER_WEB_URL_LOADER_IMPL_H_
7 7
8 #include "base/macros.h" 8 #include "base/macros.h"
9 #include "base/memory/weak_ptr.h" 9 #include "base/memory/weak_ptr.h"
10 #include "components/html_viewer/mock_web_blob_registry_impl.h" 10 #include "components/html_viewer/mock_web_blob_registry_impl.h"
11 #include "mojo/common/handle_watcher.h" 11 #include "mojo/message_pump/handle_watcher.h"
12 #include "mojo/services/network/public/interfaces/url_loader.mojom.h" 12 #include "mojo/services/network/public/interfaces/url_loader.mojom.h"
13 #include "third_party/WebKit/public/platform/WebBlobData.h" 13 #include "third_party/WebKit/public/platform/WebBlobData.h"
14 #include "third_party/WebKit/public/platform/WebReferrerPolicy.h" 14 #include "third_party/WebKit/public/platform/WebReferrerPolicy.h"
15 #include "third_party/WebKit/public/platform/WebURLLoader.h" 15 #include "third_party/WebKit/public/platform/WebURLLoader.h"
16 #include "third_party/WebKit/public/platform/WebURLRequest.h" 16 #include "third_party/WebKit/public/platform/WebURLRequest.h"
17 17
18 namespace mojo { 18 namespace mojo {
19 class URLLoaderFactory; 19 class URLLoaderFactory;
20 } 20 }
21 21
(...skipping 47 matching lines...) Expand 10 before | Expand all | Expand 10 after
69 mojo::common::HandleWatcher handle_watcher_; 69 mojo::common::HandleWatcher handle_watcher_;
70 70
71 base::WeakPtrFactory<WebURLLoaderImpl> weak_factory_; 71 base::WeakPtrFactory<WebURLLoaderImpl> weak_factory_;
72 72
73 DISALLOW_COPY_AND_ASSIGN(WebURLLoaderImpl); 73 DISALLOW_COPY_AND_ASSIGN(WebURLLoaderImpl);
74 }; 74 };
75 75
76 } // namespace html_viewer 76 } // namespace html_viewer
77 77
78 #endif // COMPONENTS_HTML_VIEWER_WEB_URL_LOADER_IMPL_H_ 78 #endif // COMPONENTS_HTML_VIEWER_WEB_URL_LOADER_IMPL_H_
OLDNEW
« no previous file with comments | « components/html_viewer/web_socket_handle_impl.h ('k') | components/message_port.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698