From fb47134c15e0f986cabdd6378821254f96421210 Mon Sep 17 00:00:00 2001 From: "hans@chromium.org" Date: Mon, 1 Jul 2013 17:11:36 +0000 Subject: Remove duplicate extern. kLogEventId was declared both with "extern" and "EXTERN_C". The latter is enough. BUG=none Review URL: https://chromiumcodereview.appspot.com/15709019 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@209448 0039d316-1c4b-4281-b951-d872f2087c98 --- base/logging_win.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'base/logging_win.h') diff --git a/base/logging_win.h b/base/logging_win.h index 23cbc95..38508a3 100644 --- a/base/logging_win.h +++ b/base/logging_win.h @@ -18,7 +18,7 @@ struct StaticMemorySingletonTraits; namespace logging { // Event ID for the log messages we generate. -EXTERN_C BASE_EXPORT extern const GUID kLogEventId; +EXTERN_C BASE_EXPORT const GUID kLogEventId; // Feature enable mask for LogEventProvider. enum LogEnableMask { -- cgit v1.1