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

Unified Diff: public/platform/WebServiceWorkerClientQueryOptions.h

Issue 1262943002: Move ServiceWorker public headers to public/{web,platform}/modules/serviceworker (1/3) (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: rebased 2 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 | « public/platform/WebServiceWorkerCacheStorage.h ('k') | public/platform/WebServiceWorkerClientType.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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"
« no previous file with comments | « public/platform/WebServiceWorkerCacheStorage.h ('k') | public/platform/WebServiceWorkerClientType.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698