summaryrefslogtreecommitdiffstats
path: root/chrome/test/perf
diff options
context:
space:
mode:
authorestade@chromium.org <estade@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2009-08-13 00:26:58 +0000
committerestade@chromium.org <estade@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2009-08-13 00:26:58 +0000
commit73e2348a1539ca2c18980817474a8cc4235b8be5 (patch)
treea056d32b521a2a9567df058eb55161a65fa27151 /chrome/test/perf
parent97341c93880e3e3299d81affcb9eecf5f0b3c520 (diff)
downloadchromium_src-73e2348a1539ca2c18980817474a8cc4235b8be5.zip
chromium_src-73e2348a1539ca2c18980817474a8cc4235b8be5.tar.gz
chromium_src-73e2348a1539ca2c18980817474a8cc4235b8be5.tar.bz2
Reliability test porting: stringy stuff.
No functional change. This gets things compiling on linux, but it still needs some work before it can be run on linux. BUG=19085 Review URL: http://codereview.chromium.org/164352 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@23272 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/test/perf')
-rw-r--r--chrome/test/perf/mem_usage.h7
1 files changed, 4 insertions, 3 deletions
diff --git a/chrome/test/perf/mem_usage.h b/chrome/test/perf/mem_usage.h
index 71f27f1..7a8041e 100644
--- a/chrome/test/perf/mem_usage.h
+++ b/chrome/test/perf/mem_usage.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 CHROME_TEST_PERF_MEM_USAGE_H__
-#define CHROME_TEST_PERF_MEM_USAGE_H__
+#ifndef CHROME_TEST_PERF_MEM_USAGE_H_
+#define CHROME_TEST_PERF_MEM_USAGE_H_
// Get memory information for the process with given process ID.
//
@@ -40,4 +40,5 @@ size_t GetSystemCommitCharge();
// Get and print memory usage information for running chrome processes.
void PrintChromeMemoryUsageInfo();
-#endif // CHROME_TEST_PERF_MEM_USAGE_H__
+
+#endif // CHROME_TEST_PERF_MEM_USAGE_H_