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

Unified Diff: base/process/memory_unittest_mac.mm

Issue 17910003: Split memory-related routines out of base/process_util.h into base/process/memory.h. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Comments Created 7 years, 6 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/memory_unittest_mac.h ('k') | base/process/memory_win.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: base/process/memory_unittest_mac.mm
diff --git a/base/process_util_unittest_mac.mm b/base/process/memory_unittest_mac.mm
similarity index 97%
rename from base/process_util_unittest_mac.mm
rename to base/process/memory_unittest_mac.mm
index 2ef1868b9fef3a19b25d5196690f36e0710b76bf..bc4bf65347d3f5a68deab66f86f118165f4ef708 100644
--- a/base/process_util_unittest_mac.mm
+++ b/base/process/memory_unittest_mac.mm
@@ -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_util_unittest_mac.h"
+#include "base/process/memory_unittest_mac.h"
#import <Foundation/Foundation.h>
#include <CoreFoundation/CoreFoundation.h>
« no previous file with comments | « base/process/memory_unittest_mac.h ('k') | base/process/memory_win.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698