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

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

Issue 19631004: Update include paths in chrome/browser/ for base/process changes. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Merge ToT Created 7 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 | Annotate | Revision Log
OLDNEW
1 // Copyright 2013 The Chromium Authors. All rights reserved. 1 // Copyright 2013 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_BROWSER_PROCESS_RESOURCE_PROVIDER_H_ 5 #ifndef CHROME_BROWSER_TASK_MANAGER_BROWSER_PROCESS_RESOURCE_PROVIDER_H_
6 #define CHROME_BROWSER_TASK_MANAGER_BROWSER_PROCESS_RESOURCE_PROVIDER_H_ 6 #define CHROME_BROWSER_TASK_MANAGER_BROWSER_PROCESS_RESOURCE_PROVIDER_H_
7 7
8 #include "base/basictypes.h" 8 #include "base/basictypes.h"
9 #include "base/compiler_specific.h" 9 #include "base/compiler_specific.h"
10 #include "base/process_util.h"
11 #include "chrome/browser/task_manager/resource_provider.h" 10 #include "chrome/browser/task_manager/resource_provider.h"
12 #include "content/public/browser/browser_child_process_observer.h" 11 #include "content/public/browser/browser_child_process_observer.h"
13 #include "content/public/browser/child_process_data.h" 12 #include "content/public/browser/child_process_data.h"
14 #include "content/public/browser/notification_observer.h" 13 #include "content/public/browser/notification_observer.h"
15 #include "content/public/browser/notification_registrar.h" 14 #include "content/public/browser/notification_registrar.h"
16 #include "content/public/browser/render_view_host_observer.h" 15 #include "content/public/browser/render_view_host_observer.h"
17 #include "content/public/common/process_type.h" 16 #include "content/public/common/process_type.h"
18 17
19 class TaskManager; 18 class TaskManager;
20 19
(...skipping 59 matching lines...) Expand 10 before | Expand all | Expand 10 after
80 79
81 TaskManager* task_manager_; 80 TaskManager* task_manager_;
82 BrowserProcessResource resource_; 81 BrowserProcessResource resource_;
83 82
84 DISALLOW_COPY_AND_ASSIGN(BrowserProcessResourceProvider); 83 DISALLOW_COPY_AND_ASSIGN(BrowserProcessResourceProvider);
85 }; 84 };
86 85
87 } // namespace task_manager 86 } // namespace task_manager
88 87
89 #endif // CHROME_BROWSER_TASK_MANAGER_BROWSER_PROCESS_RESOURCE_PROVIDER_H_ 88 #endif // CHROME_BROWSER_TASK_MANAGER_BROWSER_PROCESS_RESOURCE_PROVIDER_H_
OLDNEW
« no previous file with comments | « chrome/browser/sync/test/integration/sync_test.cc ('k') | chrome/browser/task_manager/os_resource_win.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698