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

Unified Diff: src/url_common.h

Issue 14090005: Modify the headers in src/ to forward to url/*.h (Closed) Base URL: http://google-url.googlecode.com/svn/trunk
Patch Set: Created 7 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 | « src/url_canon_stdstring.h ('k') | src/url_file.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: src/url_common.h
diff --git a/src/url_common.h b/src/url_common.h
index ac045a8ce625292ad2761d4582eb269b6b8fba21..d707a04c0eab2929e9fbb9bf8d311c8033f67619 100644
--- a/src/url_common.h
+++ b/src/url_common.h
@@ -30,25 +30,7 @@
#ifndef GOOGLEURL_SRC_URL_COMMON_H__
#define GOOGLEURL_SRC_URL_COMMON_H__
-#if !defined(GURL_IMPLEMENTATION)
-#define GURL_IMPLEMENTATION 0
-#endif
-
-#if defined(GURL_DLL)
-#if defined(WIN32)
-#if GURL_IMPLEMENTATION
-#define GURL_API __declspec(dllexport)
-#else
-#define GURL_API __declspec(dllimport)
-#endif
-#else
-// Non-Windows DLLs.
-#define GURL_API __attribute__((visibility("default")))
-#endif
-#else
-// Not a DLL.
-#define GURL_API
-#endif
+#include "url/url_common.h"
#endif // GOOGLEURL_SRC_URL_COMMON_H__
« no previous file with comments | « src/url_canon_stdstring.h ('k') | src/url_file.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698