Index: public/platform/WebServiceWorkerClientQueryOptions.h |
diff --git a/public/platform/WebServiceWorkerClientQueryOptions.h b/public/platform/WebServiceWorkerClientQueryOptions.h |
index a6eea830fde2cd2ea6bbd563e66a7bf9f616a9f3..0e1101431f59d38938877b2680743a0620756fc6 100644 |
--- a/public/platform/WebServiceWorkerClientQueryOptions.h |
+++ b/public/platform/WebServiceWorkerClientQueryOptions.h |
@@ -2,24 +2,4 @@ |
// Use of this source code is governed by a BSD-style license that can be |
// found in the LICENSE file. |
-#ifndef WebServiceWorkerClientQueryOptions_h |
-#define WebServiceWorkerClientQueryOptions_h |
- |
-#include "public/platform/WebServiceWorkerClientType.h" |
- |
-namespace blink { |
- |
-struct WebServiceWorkerClientQueryOptions { |
- WebServiceWorkerClientQueryOptions() |
- : clientType(WebServiceWorkerClientTypeWindow) |
- , includeUncontrolled(false) |
- { |
- } |
- |
- WebServiceWorkerClientType clientType; |
- bool includeUncontrolled; |
-}; |
- |
-} // namespace blink |
- |
-#endif // WebServiceWorkerClientQueryOptions_h |
+#include "public/platform/modules/serviceworker/WebServiceWorkerClientQueryOptions.h" |