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

Side by Side Diff: content/browser/memory/memory_pressure_controller.h

Issue 1549113002: Switch to standard integer types in content/browser/. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: rebase 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 CONTENT_BROWSER_MEMORY_MEMORY_PRESSURE_CONTROLLER_H_ 5 #ifndef CONTENT_BROWSER_MEMORY_MEMORY_PRESSURE_CONTROLLER_H_
6 #define CONTENT_BROWSER_MEMORY_MEMORY_PRESSURE_CONTROLLER_H_ 6 #define CONTENT_BROWSER_MEMORY_MEMORY_PRESSURE_CONTROLLER_H_
7 7
8 #include <map> 8 #include <map>
9 9
10 #include "base/callback.h" 10 #include "base/callback.h"
11 #include "base/macros.h"
11 #include "base/memory/memory_pressure_listener.h" 12 #include "base/memory/memory_pressure_listener.h"
12 #include "base/memory/singleton.h" 13 #include "base/memory/singleton.h"
13 #include "content/common/content_export.h" 14 #include "content/common/content_export.h"
14 15
15 namespace content { 16 namespace content {
16 17
17 class BrowserChildProcessHost; 18 class BrowserChildProcessHost;
18 class MemoryMessageFilter; 19 class MemoryMessageFilter;
19 class RenderProcessHost; 20 class RenderProcessHost;
20 21
(...skipping 35 matching lines...) Expand 10 before | Expand all | Expand 10 after
56 typedef std::map<const void*, scoped_refptr<MemoryMessageFilter>> 57 typedef std::map<const void*, scoped_refptr<MemoryMessageFilter>>
57 MemoryMessageFilterMap; 58 MemoryMessageFilterMap;
58 MemoryMessageFilterMap memory_message_filters_; 59 MemoryMessageFilterMap memory_message_filters_;
59 60
60 DISALLOW_COPY_AND_ASSIGN(MemoryPressureController); 61 DISALLOW_COPY_AND_ASSIGN(MemoryPressureController);
61 }; 62 };
62 63
63 } // namespace content 64 } // namespace content
64 65
65 #endif // CONTENT_BROWSER_MEMORY_MEMORY_PRESSURE_CONTROLLER_H_ 66 #endif // CONTENT_BROWSER_MEMORY_MEMORY_PRESSURE_CONTROLLER_H_
OLDNEW
« no previous file with comments | « content/browser/memory/memory_message_filter.h ('k') | content/browser/message_port_message_filter.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698