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

Unified Diff: content/child/shared_worker_devtools_agent.h

Issue 158953008: Implementations of SharedWorker in the renderer process. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@WorkerMessages
Patch Set: rebase Created 6 years, 10 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/child/shared_worker_devtools_agent.h
diff --git a/content/worker/shared_worker_devtools_agent.h b/content/child/shared_worker_devtools_agent.h
similarity index 86%
rename from content/worker/shared_worker_devtools_agent.h
rename to content/child/shared_worker_devtools_agent.h
index bfe0fefd1923e98492018631fea4244b8d19731e..b56a4643be8cc32644f7e0e747ae24af800f127d 100644
--- a/content/worker/shared_worker_devtools_agent.h
+++ b/content/child/shared_worker_devtools_agent.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_WORKER_SHARED_WORKER_DEVTOOLS_AGENT_H_
-#define CONTENT_WORKER_SHARED_WORKER_DEVTOOLS_AGENT_H_
+#ifndef CONTENT_CHILD_SHARED_WORKER_DEVTOOLS_AGENT_H_
+#define CONTENT_CHILD_SHARED_WORKER_DEVTOOLS_AGENT_H_
#include <string>
@@ -47,4 +47,4 @@ class SharedWorkerDevToolsAgent {
} // namespace content
-#endif // CONTENT_WORKER_SHARED_WORKER_DEVTOOLS_AGENT_H_
+#endif // CONTENT_CHILD_SHARED_WORKER_DEVTOOLS_AGENT_H_

Powered by Google App Engine
This is Rietveld 408576698