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

Unified Diff: base/process/process_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
Index: base/process/process_win.cc
diff --git a/base/process_win.cc b/base/process/process_win.cc
similarity index 98%
rename from base/process_win.cc
rename to base/process/process_win.cc
index 3f683ab3e5a70a58dacddb5798dfaafdbf8ea15f..30945f2a68753d5a984a102b446e1b2dcdab9e4c 100644
--- a/base/process_win.cc
+++ b/base/process/process_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.h"
+#include "base/process/process.h"
#include "base/logging.h"
#include "base/memory/scoped_ptr.h"
#include "base/process_util.h"

Powered by Google App Engine
This is Rietveld 408576698