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

Unified Diff: base/at_exit.h

Issue 6904109: linux: components support for base/ (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 9 years, 8 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/atomicops_internals_x86_gcc.h » ('j') | base/base.gypi » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: base/at_exit.h
diff --git a/base/at_exit.h b/base/at_exit.h
index 06214d160ab4be7a711fd12c92a3f19a1a7113c2..b5bedbafbe62db7fe0da1c9be03260e9ab3f58b6 100644
--- a/base/at_exit.h
+++ b/base/at_exit.h
@@ -69,7 +69,7 @@ class BASE_API AtExitManager {
};
#if defined(UNIT_TEST)
-class ShadowingAtExitManager : public AtExitManager {
+class BASE_API ShadowingAtExitManager : public AtExitManager {
public:
ShadowingAtExitManager() : AtExitManager(true) {}
};
« no previous file with comments | « no previous file | base/atomicops_internals_x86_gcc.h » ('j') | base/base.gypi » ('J')

Powered by Google App Engine
This is Rietveld 408576698