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

Unified Diff: components/user_prefs/user_prefs_export.h

Issue 271793003: components: Extract pref_registry component out of user_prefs. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: fix extensions_browser target Created 6 years, 7 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
Index: components/user_prefs/user_prefs_export.h
diff --git a/components/user_prefs/user_prefs_export.h b/components/user_prefs/user_prefs_export.h
index 3d20222a2b9e40aa71ead58304767b34176da471..af7c0f9041737fa6ee543aaa73f213fc96d01761 100644
--- a/components/user_prefs/user_prefs_export.h
+++ b/components/user_prefs/user_prefs_export.h
@@ -12,7 +12,7 @@
#define USER_PREFS_EXPORT __declspec(dllexport)
#else
#define USER_PREFS_EXPORT __declspec(dllimport)
-#endif // defined(BASE_PREFS_IMPLEMENTATION)
+#endif // defined(USER_PREFS_IMPLEMENTATION)
#else // defined(WIN32)
#if defined(USER_PREFS_IMPLEMENTATION)

Powered by Google App Engine
This is Rietveld 408576698