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

Unified Diff: base/process/process_info.h

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.h ('k') | base/process/process_info_mac.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: base/process/process_info.h
diff --git a/base/process_info.h b/base/process/process_info.h
similarity index 79%
copy from base/process_info.h
copy to base/process/process_info.h
index 429d4dca29a9273c74b0e49757738e2cc9d0cd03..e72c56b16578a6dc7b4ecd406bd7eac9b40e4662 100644
--- a/base/process_info.h
+++ b/base/process/process_info.h
@@ -2,8 +2,8 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
-#ifndef BASE_PROCESS_INFO_H_
-#define BASE_PROCESS_INFO_H_
+#ifndef BASE_PROCESS_PROCESS_PROCESS_INFO_H_
+#define BASE_PROCESS_PROCESS_PROCESS_INFO_H_
#include "base/base_export.h"
#include "base/basictypes.h"
@@ -22,4 +22,4 @@ class BASE_EXPORT CurrentProcessInfo {
} // namespace base
-#endif // BASE_PROCESS_INFO_H_
+#endif // BASE_PROCESS_PROCESS_PROCESS_INFO_H_
« no previous file with comments | « base/process/process.h ('k') | base/process/process_info_mac.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698