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

Unified Diff: content/renderer/shared_worker/shared_worker_repository.h

Issue 2623613004: SharedWorker: Move classes under content/renderer to content/renderer/shared_worker (Closed)
Patch Set: fix include guards Created 3 years, 11 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 | « content/renderer/render_view_impl.cc ('k') | content/renderer/shared_worker/shared_worker_repository.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/renderer/shared_worker/shared_worker_repository.h
diff --git a/content/renderer/shared_worker_repository.h b/content/renderer/shared_worker/shared_worker_repository.h
similarity index 87%
rename from content/renderer/shared_worker_repository.h
rename to content/renderer/shared_worker/shared_worker_repository.h
index c4dffb2fedc367d3013bffb82183eea989c7bce0..b6895911f781eb2e03ee1d344443f0f298055cb2 100644
--- a/content/renderer/shared_worker_repository.h
+++ b/content/renderer/shared_worker/shared_worker_repository.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_RENDERER_SHARED_WORKER_REPOSITORY_H_
-#define CONTENT_RENDERER_SHARED_WORKER_REPOSITORY_H_
+#ifndef CONTENT_RENDERER_SHARED_WORKER_SHARED_WORKER_REPOSITORY_H_
+#define CONTENT_RENDERER_SHARED_WORKER_SHARED_WORKER_REPOSITORY_H_
#include <memory>
#include <set>
@@ -45,4 +45,4 @@ class SharedWorkerRepository final
} // namespace content
-#endif // CONTENT_RENDERER_SHARED_WORKER_REPOSITORY_H_
+#endif // CONTENT_RENDERER_SHARED_WORKER_SHARED_WORKER_REPOSITORY_H_
« no previous file with comments | « content/renderer/render_view_impl.cc ('k') | content/renderer/shared_worker/shared_worker_repository.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698