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

Side by Side Diff: extensions/browser/load_monitoring_extension_host_queue.h

Issue 1549643002: Switch to standard integer types in extensions/browser/. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@clean
Patch Set: 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 EXTENSIONS_BROWSER_LOAD_MONITORING_EXTENSION_HOST_QUEUE_H_ 5 #ifndef EXTENSIONS_BROWSER_LOAD_MONITORING_EXTENSION_HOST_QUEUE_H_
6 #define EXTENSIONS_BROWSER_LOAD_MONITORING_EXTENSION_HOST_QUEUE_H_ 6 #define EXTENSIONS_BROWSER_LOAD_MONITORING_EXTENSION_HOST_QUEUE_H_
7 7
8 #include <stddef.h>
9
8 #include <set> 10 #include <set>
9 11
10 #include "base/callback.h" 12 #include "base/callback.h"
11 #include "base/macros.h" 13 #include "base/macros.h"
12 #include "base/memory/scoped_ptr.h" 14 #include "base/memory/scoped_ptr.h"
13 #include "base/memory/weak_ptr.h" 15 #include "base/memory/weak_ptr.h"
14 #include "base/scoped_observer.h" 16 #include "base/scoped_observer.h"
15 #include "base/time/time.h" 17 #include "base/time/time.h"
16 #include "extensions/browser/deferred_start_render_host_observer.h" 18 #include "extensions/browser/deferred_start_render_host_observer.h"
17 #include "extensions/browser/extension_host_queue.h" 19 #include "extensions/browser/extension_host_queue.h"
(...skipping 87 matching lines...) Expand 10 before | Expand all | Expand 10 after
105 size_t max_active_loading_; 107 size_t max_active_loading_;
106 108
107 base::WeakPtrFactory<LoadMonitoringExtensionHostQueue> weak_ptr_factory_; 109 base::WeakPtrFactory<LoadMonitoringExtensionHostQueue> weak_ptr_factory_;
108 110
109 DISALLOW_COPY_AND_ASSIGN(LoadMonitoringExtensionHostQueue); 111 DISALLOW_COPY_AND_ASSIGN(LoadMonitoringExtensionHostQueue);
110 }; 112 };
111 113
112 } // namespace extensions 114 } // namespace extensions
113 115
114 #endif // EXTENSIONS_BROWSER_LOAD_MONITORING_EXTENSION_HOST_QUEUE_H_ 116 #endif // EXTENSIONS_BROWSER_LOAD_MONITORING_EXTENSION_HOST_QUEUE_H_
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698