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

Unified Diff: base/process/process_info_win.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_mac.cc ('k') | base/process/process_linux.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: base/process/process_info_win.cc
diff --git a/base/process_info_win.cc b/base/process/process_info_win.cc
similarity index 95%
rename from base/process_info_win.cc
rename to base/process/process_info_win.cc
index 04c6c2f6f4388a0f0d6562b8b5d52d0ac3a88d07..5290b760c8ad62c40724c26185d2c22503ccb380 100644
--- a/base/process_info_win.cc
+++ b/base/process/process_info_win.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 <windows.h>
« no previous file with comments | « base/process/process_info_mac.cc ('k') | base/process/process_linux.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698