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

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

Issue 1548113002: Switch to standard integer types in components/, part 2 of 4. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: gn Created 4 years, 12 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_HTML_VIEWER_DOCUMENT_RESOURCE_WAITER_H_ 5 #ifndef COMPONENTS_HTML_VIEWER_DOCUMENT_RESOURCE_WAITER_H_
6 #define COMPONENTS_HTML_VIEWER_DOCUMENT_RESOURCE_WAITER_H_ 6 #define COMPONENTS_HTML_VIEWER_DOCUMENT_RESOURCE_WAITER_H_
7 7
8 #include "base/basictypes.h" 8 #include <stdint.h>
9
10 #include "base/macros.h"
9 #include "base/time/time.h" 11 #include "base/time/time.h"
10 #include "components/html_viewer/html_frame_tree_manager_observer.h" 12 #include "components/html_viewer/html_frame_tree_manager_observer.h"
11 #include "components/mus/public/cpp/window_observer.h" 13 #include "components/mus/public/cpp/window_observer.h"
12 #include "components/web_view/public/interfaces/frame.mojom.h" 14 #include "components/web_view/public/interfaces/frame.mojom.h"
13 #include "mojo/public/cpp/bindings/binding.h" 15 #include "mojo/public/cpp/bindings/binding.h"
14 #include "mojo/services/network/public/interfaces/url_loader.mojom.h" 16 #include "mojo/services/network/public/interfaces/url_loader.mojom.h"
15 17
16 namespace html_viewer { 18 namespace html_viewer {
17 19
18 class HTMLDocument; 20 class HTMLDocument;
(...skipping 111 matching lines...) Expand 10 before | Expand all | Expand 10 after
130 bool waiting_for_change_id_; 132 bool waiting_for_change_id_;
131 133
132 HTMLFrameTreeManager* target_frame_tree_; 134 HTMLFrameTreeManager* target_frame_tree_;
133 135
134 DISALLOW_COPY_AND_ASSIGN(DocumentResourceWaiter); 136 DISALLOW_COPY_AND_ASSIGN(DocumentResourceWaiter);
135 }; 137 };
136 138
137 } // namespace html_viewer 139 } // namespace html_viewer
138 140
139 #endif // COMPONENTS_HTML_VIEWER_DOCUMENT_RESOURCE_WAITER_H_ 141 #endif // COMPONENTS_HTML_VIEWER_DOCUMENT_RESOURCE_WAITER_H_
OLDNEW
« no previous file with comments | « components/html_viewer/discardable_memory_allocator_unittest.cc ('k') | components/html_viewer/global_state.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698