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

Side by Side Diff: chrome/browser/task_manager/web_contents_resource_provider.h

Issue 1545223002: Switch to standard integer types in chrome/browser/, part 4 of 4. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: fix 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 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 CHROME_BROWSER_TASK_MANAGER_WEB_CONTENTS_RESOURCE_PROVIDER_H_ 5 #ifndef CHROME_BROWSER_TASK_MANAGER_WEB_CONTENTS_RESOURCE_PROVIDER_H_
6 #define CHROME_BROWSER_TASK_MANAGER_WEB_CONTENTS_RESOURCE_PROVIDER_H_ 6 #define CHROME_BROWSER_TASK_MANAGER_WEB_CONTENTS_RESOURCE_PROVIDER_H_
7 7
8 #include <map> 8 #include <map>
9 9
10 #include "base/basictypes.h" 10 #include "base/macros.h"
11 #include "base/memory/scoped_ptr.h" 11 #include "base/memory/scoped_ptr.h"
12 #include "chrome/browser/task_manager/renderer_resource.h" 12 #include "chrome/browser/task_manager/renderer_resource.h"
13 #include "chrome/browser/task_manager/resource_provider.h" 13 #include "chrome/browser/task_manager/resource_provider.h"
14 14
15 class TaskManager; 15 class TaskManager;
16 16
17 namespace content { 17 namespace content {
18 class RenderFrameHost; 18 class RenderFrameHost;
19 class SiteInstance; 19 class SiteInstance;
20 class WebContents; 20 class WebContents;
(...skipping 51 matching lines...) Expand 10 before | Expand all | Expand 10 after
72 // The WebContentsInformation that informs us when a new WebContents* is 72 // The WebContentsInformation that informs us when a new WebContents* is
73 // created, and which serves as a RendererResource factory for our type. 73 // created, and which serves as a RendererResource factory for our type.
74 scoped_ptr<WebContentsInformation> info_; 74 scoped_ptr<WebContentsInformation> info_;
75 75
76 DISALLOW_COPY_AND_ASSIGN(WebContentsResourceProvider); 76 DISALLOW_COPY_AND_ASSIGN(WebContentsResourceProvider);
77 }; 77 };
78 78
79 } // namespace task_manager 79 } // namespace task_manager
80 80
81 #endif // CHROME_BROWSER_TASK_MANAGER_WEB_CONTENTS_RESOURCE_PROVIDER_H_ 81 #endif // CHROME_BROWSER_TASK_MANAGER_WEB_CONTENTS_RESOURCE_PROVIDER_H_
OLDNEW
« no previous file with comments | « chrome/browser/task_manager/web_contents_information.h ('k') | chrome/browser/task_manager/web_contents_resource_provider.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698