summaryrefslogtreecommitdiffstats
path: root/base/logging_win.h
diff options
context:
space:
mode:
authorhans@chromium.org <hans@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2013-07-01 17:11:36 +0000
committerhans@chromium.org <hans@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2013-07-01 17:11:36 +0000
commitfb47134c15e0f986cabdd6378821254f96421210 (patch)
tree490e1aef3ad7ba4755a49da4c7aea3fd95433bbb /base/logging_win.h
parent5897cd2a808d6e399334d89ad3caa0d003054806 (diff)
downloadchromium_src-fb47134c15e0f986cabdd6378821254f96421210.zip
chromium_src-fb47134c15e0f986cabdd6378821254f96421210.tar.gz
chromium_src-fb47134c15e0f986cabdd6378821254f96421210.tar.bz2
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
Diffstat (limited to 'base/logging_win.h')
-rw-r--r--base/logging_win.h2
1 files changed, 1 insertions, 1 deletions
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 {