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

Unified Diff: base/process/process_info_mac.cc

Issue 19519008: Move the remaning base/process* files into base/process/. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: '' Created 7 years, 5 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
« no previous file with comments | « base/process/process_info.h ('k') | base/process/process_info_win.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: base/process/process_info_mac.cc
diff --git a/base/process_info_mac.cc b/base/process/process_info_mac.cc
similarity index 96%
rename from base/process_info_mac.cc
rename to base/process/process_info_mac.cc
index 99a21cc6e75e7fd6562464966f30a9b2184d7468..d83acd11a128ec0c30dc498e021687f16a16d66c 100644
--- a/base/process_info_mac.cc
+++ b/base/process/process_info_mac.cc
@@ -2,7 +2,7 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
-#include "base/process_info.h"
+#include "base/process/process_info.h"
#include <sys/sysctl.h>
#include <sys/time.h>
« no previous file with comments | « base/process/process_info.h ('k') | base/process/process_info_win.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698