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

Unified Diff: content/public/common/url_constants.h

Issue 8528019: Fix components build on Linux when toolkit_views=1. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: content_export first Created 9 years, 1 month 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 | « content/gpu/gpu_info_collector.h ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/public/common/url_constants.h
diff --git a/content/public/common/url_constants.h b/content/public/common/url_constants.h
index 4b2362c1e6a9371f8aca9d9015c17360f9ea640e..d0824bcba3e2d354084b76ffb8d04004d1ca713d 100644
--- a/content/public/common/url_constants.h
+++ b/content/public/common/url_constants.h
@@ -50,7 +50,7 @@ extern const char kUnreachableWebDataURL[];
// URLs that should be parsed as "standard" with the googleurl library. The
// embedder can pass a 0-terminated list of additional schemes that should be
// savable, or NULL if the standard list is sufficient.
-void CONTENT_EXPORT RegisterContentSchemes(
+CONTENT_EXPORT void RegisterContentSchemes(
const char** additional_savable_schemes);
} // namespace chrome
« no previous file with comments | « content/gpu/gpu_info_collector.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698