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

Unified Diff: url/url_util.h

Issue 1287263007: clang/win: Fix component builds after https://codereview.chromium.org/1272113002 (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 4 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 | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: url/url_util.h
diff --git a/url/url_util.h b/url/url_util.h
index 36e781433d428f61a8f0ec71ae4c72bc4dca082a..04a6ef4315d8388dc30def3a72722baf18a364f1 100644
--- a/url/url_util.h
+++ b/url/url_util.h
@@ -39,7 +39,7 @@ URL_EXPORT void Shutdown();
// Types of a scheme representing the requirements on the data represented by
// the authority component of a URL with the scheme.
-enum URL_EXPORT SchemeType {
+enum SchemeType {
// The authority component of a URL with the scheme, if any, has the port
// (the default values may be omitted in a serialization).
SCHEME_WITH_PORT,
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698