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

Unified Diff: base/perftimer.h

Issue 42278: Fix incorrect guards in base/. (Closed)
Patch Set: Created 11 years, 9 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/pe_image.h ('k') | base/scoped_clipboard_writer.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: base/perftimer.h
diff --git a/base/perftimer.h b/base/perftimer.h
index 81009dd50a6b08936bd03e3ffa6d12ce9f75234e..6274fee25d68cfb2221a90e18bbc7cd8d5aa8a55 100644
--- a/base/perftimer.h
+++ b/base/perftimer.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_PERFTTIMER_H_
-#define BASE_PERFTTIMER_H_
+#ifndef BASE_PERFTIMER_H_
+#define BASE_PERFTIMER_H_
#include <string>
#include "base/basictypes.h"
@@ -78,4 +78,4 @@ class PerfTimeLogger {
PerfTimer timer_;
};
-#endif // BASE_PERFTTIMER_H_
+#endif // BASE_PERFTIMER_H_
« no previous file with comments | « base/pe_image.h ('k') | base/scoped_clipboard_writer.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698