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

Unified Diff: content/common/gpu/x_util.h

Issue 942963003: Cleanup: Fix content header include guards. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: REBASE Created 5 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/common/gpu/x_util.h
diff --git a/content/common/gpu/x_util.h b/content/common/gpu/x_util.h
index c7591e26c615878881031cf65d0495d3656e2cee..6fff98158a06f8118ff7f543efc7ca86ade21f86 100644
--- a/content/common/gpu/x_util.h
+++ b/content/common/gpu/x_util.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 CHROME_GPU_X_UTIL_H_
-#define CHROME_GPU_X_UTIL_H_
+#ifndef CONTENT_COMMON_GPU_X_UTIL_H_
+#define CONTENT_COMMON_GPU_X_UTIL_H_
// Some X-Windows specific stuff. This can be included on any platform, and will
// be a NOP on non-Linux ones.
@@ -47,4 +47,4 @@ class ScopedPtrXFree {
#endif // USE_X11
-#endif // CHROME_GPU_X_UTIL_H_
+#endif // CONTENT_COMMON_GPU_X_UTIL_H_
« no previous file with comments | « content/common/gpu/media/v4l2_image_processor.h ('k') | content/common/input/gesture_event_stream_validator.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698