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

Side by Side Diff: content/child/web_memory_allocator_dump_impl.h

Issue 1307643003: IWYU for base/memory/scoped_vector.h. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: rebase 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
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_CHILD_WEB_MEMORY_ALLOCATOR_DUMP_IMPL_H_ 5 #ifndef CONTENT_CHILD_WEB_MEMORY_ALLOCATOR_DUMP_IMPL_H_
6 #define CONTENT_CHILD_WEB_MEMORY_ALLOCATOR_DUMP_IMPL_H_ 6 #define CONTENT_CHILD_WEB_MEMORY_ALLOCATOR_DUMP_IMPL_H_
7 7
8 #include "base/memory/scoped_vector.h"
9 #include "third_party/WebKit/public/platform/WebMemoryAllocatorDump.h" 8 #include "third_party/WebKit/public/platform/WebMemoryAllocatorDump.h"
10 9
11 namespace base { 10 namespace base {
12 namespace trace_event { 11 namespace trace_event {
13 class MemoryAllocatorDump; 12 class MemoryAllocatorDump;
14 } // namespace base 13 } // namespace base
15 } // namespace trace_event 14 } // namespace trace_event
16 15
17 namespace content { 16 namespace content {
18 17
(...skipping 22 matching lines...) Expand all
41 private: 40 private:
42 base::trace_event::MemoryAllocatorDump* memory_allocator_dump_; // Not owned. 41 base::trace_event::MemoryAllocatorDump* memory_allocator_dump_; // Not owned.
43 blink::WebMemoryAllocatorDumpGuid guid_; 42 blink::WebMemoryAllocatorDumpGuid guid_;
44 43
45 DISALLOW_COPY_AND_ASSIGN(WebMemoryAllocatorDumpImpl); 44 DISALLOW_COPY_AND_ASSIGN(WebMemoryAllocatorDumpImpl);
46 }; 45 };
47 46
48 } // namespace content 47 } // namespace content
49 48
50 #endif // CONTENT_CHILD_WEB_MEMORY_ALLOCATOR_DUMP_IMPL_H_ 49 #endif // CONTENT_CHILD_WEB_MEMORY_ALLOCATOR_DUMP_IMPL_H_
OLDNEW
« no previous file with comments | « content/browser/shared_worker/shared_worker_service_impl.h ('k') | content/common/dwrite_font_platform_win.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698