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

Unified Diff: base/logging_win.h

Issue 9584017: New test infrastructure for producing verbose logs in failing tests. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: tweaked comments Created 8 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 | « no previous file | base/win/event_trace_provider.cc » ('j') | base/win/event_trace_provider.cc » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: base/logging_win.h
diff --git a/base/logging_win.h b/base/logging_win.h
index d0758cd52f074240d86adf7defec2dd34ba8726f..4457569ee9bc8e341548f72853979f82e2900db1 100644
--- a/base/logging_win.h
+++ b/base/logging_win.h
@@ -1,4 +1,4 @@
-// Copyright (c) 2011 The Chromium Authors. All rights reserved.
+// Copyright (c) 2012 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.
@@ -19,7 +19,7 @@ struct StaticMemorySingletonTraits;
namespace logging {
// Event ID for the log messages we generate.
-extern const GUID kLogEventId;
+BASE_EXPORT extern const GUID kLogEventId;
// Feature enable mask for LogEventProvider.
enum LogEnableMask {
« no previous file with comments | « no previous file | base/win/event_trace_provider.cc » ('j') | base/win/event_trace_provider.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698