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

Unified Diff: base/debug/debug_on_start_win.h

Issue 6736019: Base: A few more files using BASE_API (for base.dll) (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: Created 9 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/debug/debugger.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: base/debug/debug_on_start_win.h
===================================================================
--- base/debug/debug_on_start_win.h (revision 79303)
+++ base/debug/debug_on_start_win.h (working copy)
@@ -10,6 +10,7 @@
#define BASE_DEBUG_DEBUG_ON_START_WIN_H_
#pragma once
+#include "base/base_api.h"
wtc 2011/03/25 17:20:34 Does this file need to include base_api.h? It doe
rvargas (doing something else) 2011/03/25 17:43:00 This is a good point. Happy to remove it.
#include "base/basictypes.h"
#include "build/build_config.h"
@@ -24,6 +25,8 @@
namespace base {
namespace debug {
+#if !defined(BASE_DLL)
wtc 2011/03/25 17:20:34 It would be nice to add a comment to explain why t
rvargas (doing something else) 2011/03/25 17:43:00 I'm tempted to rip this code altogether :) Added:
+
// Debug on start functions and data.
class DebugOnStart {
public:
@@ -69,6 +72,8 @@
#endif // _WIN64
+#endif // defined(BASE_DLL)
+
} // namespace debug
} // namespace base
« no previous file with comments | « no previous file | base/debug/debugger.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698