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

Unified Diff: media/gpu/ipc/service/media_service.h

Issue 1939683002: Test X11 header pollution (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 8 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 | « media/gpu/ipc/service/media_channel.cc ('k') | media/gpu/ipc/service/media_service.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: media/gpu/ipc/service/media_service.h
diff --git a/content/common/gpu/media/media_service.h b/media/gpu/ipc/service/media_service.h
similarity index 81%
rename from content/common/gpu/media/media_service.h
rename to media/gpu/ipc/service/media_service.h
index 0d8d6499b031a8f2d34f8851dcae561a2233c105..3ebc283d1dd9aa3ad9da2d08e9e64b7b7b96e918 100644
--- a/content/common/gpu/media/media_service.h
+++ b/media/gpu/ipc/service/media_service.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_COMMON_GPU_MEDIA_MEDIA_SERVICE_H_
-#define CONTENT_COMMON_GPU_MEDIA_MEDIA_SERVICE_H_
+#ifndef MEDIA_GPU_IPC_SERVICE_MEDIA_SERVICE_H_
+#define MEDIA_GPU_IPC_SERVICE_MEDIA_SERVICE_H_
#include <stdint.h>
@@ -20,7 +20,7 @@ class GpuChannel;
class GpuChannelManager;
}
-namespace content {
+namespace media {
class MediaChannel;
@@ -40,6 +40,6 @@ class MediaService {
DISALLOW_COPY_AND_ASSIGN(MediaService);
};
-} // namespace content
+} // namespace media
-#endif // CONTENT_COMMON_GPU_MEDIA_MEDIA_SERVICE_H_
+#endif // MEDIA_GPU_IPC_SERVICE_MEDIA_SERVICE_H_
« no previous file with comments | « media/gpu/ipc/service/media_channel.cc ('k') | media/gpu/ipc/service/media_service.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698