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

Unified Diff: content/browser/shared_worker/worker_document_set.h

Issue 411283002: Remove disable-embedded-shared-worker flag and shared worker process related codes. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: rebase Created 6 years, 5 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: content/browser/shared_worker/worker_document_set.h
diff --git a/content/browser/worker_host/worker_document_set.h b/content/browser/shared_worker/worker_document_set.h
similarity index 94%
rename from content/browser/worker_host/worker_document_set.h
rename to content/browser/shared_worker/worker_document_set.h
index e497aa80e5376878d30b2181a4d5b993bdb002d8..6a4cf18ab53cc4c4bcd7c18dce33e7297fb32171 100644
--- a/content/browser/worker_host/worker_document_set.h
+++ b/content/browser/shared_worker/worker_document_set.h
@@ -2,8 +2,8 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
-#ifndef CONTENT_BROWSER_WORKER_HOST_WORKER_DOCUMENT_SET_H_
-#define CONTENT_BROWSER_WORKER_HOST_WORKER_DOCUMENT_SET_H_
+#ifndef CONTENT_BROWSER_SHARED_WORKER_WORKER_DOCUMENT_SET_H_
+#define CONTENT_BROWSER_SHARED_WORKER_WORKER_DOCUMENT_SET_H_
#include <set>
@@ -93,4 +93,4 @@ class WorkerDocumentSet : public base::RefCounted<WorkerDocumentSet> {
} // namespace content
-#endif // CONTENT_BROWSER_WORKER_HOST_WORKER_DOCUMENT_SET_H_
+#endif // CONTENT_BROWSER_SHARED_WORKER_WORKER_DOCUMENT_SET_H_
« no previous file with comments | « content/browser/shared_worker/worker_browsertest.cc ('k') | content/browser/shared_worker/worker_document_set.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698