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

Unified Diff: content/browser/service_worker/service_worker_info.h

Issue 1192653002: clang/win: Fix component build after https://codereview.chromium.org/1149383004/ (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 6 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: content/browser/service_worker/service_worker_info.h
diff --git a/content/browser/service_worker/service_worker_info.h b/content/browser/service_worker/service_worker_info.h
index 094cb184bddf6d7ec1a6972bd50b8e1dea8f78a2..f177e75451a68c857601b768f6b9b212563da4c9 100644
--- a/content/browser/service_worker/service_worker_info.h
+++ b/content/browser/service_worker/service_worker_info.h
@@ -16,7 +16,7 @@ namespace content {
struct CONTENT_EXPORT ServiceWorkerVersionInfo {
public:
- struct ClientInfo {
+ struct CONTENT_EXPORT ClientInfo {
public:
ClientInfo();
ClientInfo(int process_id, int route_id, ServiceWorkerProviderType type);
« 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