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

Unified Diff: content/gpu/establish_channel_params.h

Issue 1823723002: Move establish_channel_params.{cc|h} to content/gpu (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 9 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/gpu/BUILD.gn ('k') | content/gpu/establish_channel_params.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/gpu/establish_channel_params.h
diff --git a/content/common/gpu/establish_channel_params.h b/content/gpu/establish_channel_params.h
similarity index 75%
rename from content/common/gpu/establish_channel_params.h
rename to content/gpu/establish_channel_params.h
index 3a06f86cd546fdf4a66b75787a182db8946e8895..a416bff9e1e15a8cc208e06253e6b0681d865a4b 100644
--- a/content/common/gpu/establish_channel_params.h
+++ b/content/gpu/establish_channel_params.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_ESTABLISH_CHANNEL_PARAMS_H_
-#define CONTENT_COMMON_GPU_ESTABLISH_CHANNEL_PARAMS_H_
+#ifndef CONTENT_GPU_ESTABLISH_CHANNEL_PARAMS_H_
+#define CONTENT_GPU_ESTABLISH_CHANNEL_PARAMS_H_
#include <stdint.h>
@@ -24,4 +24,4 @@ struct CONTENT_EXPORT EstablishChannelParams {
} // namespace content
-#endif // CONTENT_COMMON_GPU_ESTABLISH_CHANNEL_PARAMS_H_
+#endif // CONTENT_GPU_ESTABLISH_CHANNEL_PARAMS_H_
« no previous file with comments | « content/gpu/BUILD.gn ('k') | content/gpu/establish_channel_params.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698