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

Unified Diff: chrome/common/logging_chrome.h

Issue 2637403002: Fix header guards in //chrome (Closed)
Patch Set: Created 3 years, 11 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
Index: chrome/common/logging_chrome.h
diff --git a/chrome/common/logging_chrome.h b/chrome/common/logging_chrome.h
index 9cead8b10a3895c60819808d30e47ce390b82548..58acda6723c445cee8b481211853b19cd1569b83 100644
--- a/chrome/common/logging_chrome.h
+++ b/chrome/common/logging_chrome.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_COMMON_LOGGING_CHROME_H__
-#define CHROME_COMMON_LOGGING_CHROME_H__
+#ifndef CHROME_COMMON_LOGGING_CHROME_H_
+#define CHROME_COMMON_LOGGING_CHROME_H_
#include "base/logging.h"
#include "base/time/time.h"
« no previous file with comments | « chrome/common/extensions/image_writer/image_writer_util_mac.h ('k') | chrome/renderer/benchmarking_extension.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698