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

Unified Diff: chrome/test/perf/mem_usage.h

Issue 164352: Reliability test porting: stringy stuff.... (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: more comments Created 11 years, 4 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 | « chrome/common/logging_chrome_uitest.cc ('k') | chrome/test/reliability/page_load_test.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/test/perf/mem_usage.h
===================================================================
--- chrome/test/perf/mem_usage.h (revision 23003)
+++ chrome/test/perf/mem_usage.h (working copy)
@@ -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 @@
// 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_
« no previous file with comments | « chrome/common/logging_chrome_uitest.cc ('k') | chrome/test/reliability/page_load_test.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698