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

Unified Diff: net/spdy/platform/api/spdy_export.h

Issue 2839373002: Implement SPDY_EXPORT and SPDY_EXPORT_PRIVATE macros. (Closed)
Patch Set: Created 3 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
Index: net/spdy/platform/api/spdy_export.h
diff --git a/net/spdy/platform/api/spdy_export.h b/net/spdy/platform/api/spdy_export.h
new file mode 100644
index 0000000000000000000000000000000000000000..72f7a50b0a2fd76984bc5ecc76f119573f8aca34
--- /dev/null
+++ b/net/spdy/platform/api/spdy_export.h
@@ -0,0 +1,10 @@
+// Copyright 2016 The Chromium Authors. All rights reserved.
+// Use of this source code is governed by a BSD-style license that can be
+// found in the LICENSE file.
+
+#ifndef NET_SPDY_PLATFORM_API_SPDY_EXPORT_H_
+#define NET_SPDY_PLATFORM_API_SPDY_EXPORT_H_
+
+#include "net/spdy/platform/impl/spdy_export_impl.h"
+
+#endif // NET_SPDY_PLATFORM_API_SPDY_EXPORT_H_

Powered by Google App Engine
This is Rietveld 408576698