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

Unified Diff: chrome/browser/task_manager/os_resource_win.cc

Issue 15196003: Create task_manager namespace and wrap classes related to TaskManager with it. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Rebase Created 7 years, 7 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 side-by-side diff with in-line comments
Download patch
Index: chrome/browser/task_manager/os_resource_win.cc
diff --git a/chrome/browser/task_manager/task_manager_os_resources_win.cc b/chrome/browser/task_manager/os_resource_win.cc
similarity index 93%
rename from chrome/browser/task_manager/task_manager_os_resources_win.cc
rename to chrome/browser/task_manager/os_resource_win.cc
index e1e070e1ed48aaa6563847cf85f5db01c6731824..0ca678757089ec26db7aa73ae19d6bd8fb1b9b57 100644
--- a/chrome/browser/task_manager/task_manager_os_resources_win.cc
+++ b/chrome/browser/task_manager/os_resource_win.cc
@@ -2,7 +2,9 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
-#include "chrome/browser/task_manager/task_manager_os_resources_win.h"
+#include "chrome/browser/task_manager/os_resource_win.h"
+
+namespace task_manager {
void GetWinGDIHandles(base::ProcessHandle process,
size_t* current,
@@ -37,3 +39,5 @@ void GetWinUSERHandles(base::ProcessHandle process,
CloseHandle(process_with_query_rights);
}
}
+
+} // namespace task_manager
« no previous file with comments | « chrome/browser/task_manager/os_resource_win.h ('k') | chrome/browser/task_manager/panel_resource_provider.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698