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

Unified Diff: chrome/browser/jankometer.h

Issue 155194: linux: port Jankometer (Closed)
Patch Set: ok Created 11 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 | « no previous file | chrome/browser/jankometer.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/jankometer.h
diff --git a/chrome/browser/jankometer.h b/chrome/browser/jankometer.h
index bd2f5d57eefbf75da4400a6305d42eb51723607b..fe5d4f628923effa3b2b7ed15eee6cbd75405f65 100644
--- a/chrome/browser/jankometer.h
+++ b/chrome/browser/jankometer.h
@@ -1,9 +1,9 @@
-// Copyright (c) 2006-2008 The Chromium Authors. All rights reserved.
+// Copyright (c) 2009 The Chromium Authors. All rights reserved.
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
-#ifndef CHROME_BROWSER_JANKOMETER_H__
-#define CHROME_BROWSER_JANKOMETER_H__
+#ifndef CHROME_BROWSER_JANKOMETER_H_
+#define CHROME_BROWSER_JANKOMETER_H_
class CommandLine;
@@ -14,9 +14,9 @@ class CommandLine;
//
// This function will initialize the service, which will install itself in
// critical threads. It should be called on the UI thread.
-void InstallJankometer(const CommandLine &parsed_command_line);
+void InstallJankometer(const CommandLine& parsed_command_line);
// Clean up Jank-O-Meter junk
void UninstallJankometer();
-#endif // CHROME_BROWSER_JANKOMETER_H__
+#endif // CHROME_BROWSER_JANKOMETER_H_
« no previous file with comments | « no previous file | chrome/browser/jankometer.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698