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

Unified Diff: remoting/host/linux/x11_util.h

Issue 11065022: Fixed #include guard (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 8 years, 2 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 | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: remoting/host/linux/x11_util.h
diff --git a/remoting/host/linux/x11_util.h b/remoting/host/linux/x11_util.h
index af9ee315ec57842caf217927425624a60e0726df..03d382141bdca2a06ff0ac1c9236ac25f50a0e46 100644
--- a/remoting/host/linux/x11_util.h
+++ b/remoting/host/linux/x11_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 REMOTING_HOST_X11_UTILS_H_
-#define REMOTING_HOST_X11_UTILS_H_
+#ifndef REMOTING_HOST_LINUX_X11_UTIL_H_
+#define REMOTING_HOST_LINUX_X11_UTIL_H_
// Xlib.h defines XErrorEvent as an anonymous struct, so we can't forward-
// declare it in this header. Since Xlib.h is not generally something you
@@ -60,4 +60,4 @@ class ScopedXGrabServer {
} // namespace remoting
-#endif // REMOTING_HOST_X11_UTILS_H_
+#endif // REMOTING_HOST_LINUX_X11_UTIL_H_
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698