From 7bea0ed3ca62aaf5e1bca275913e27d836d126eb Mon Sep 17 00:00:00 2001 From: "deanm@chromium.org" Date: Tue, 17 Mar 2009 16:09:29 +0000 Subject: Fix incorrect include guards in sandbox/. Guards now match their filename. Review URL: http://codereview.chromium.org/48073 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@11868 0039d316-1c4b-4281-b951-d872f2087c98 --- sandbox/src/sync_dispatcher.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'sandbox/src/sync_dispatcher.h') diff --git a/sandbox/src/sync_dispatcher.h b/sandbox/src/sync_dispatcher.h index 2f4e685..8bcfcf4 100644 --- a/sandbox/src/sync_dispatcher.h +++ b/sandbox/src/sync_dispatcher.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 SANDBOX_SRC_SYNC_DISPATCHER_H__ -#define SANDBOX_SRC_SYNC_DISPATCHER_H__ +#ifndef SANDBOX_SRC_SYNC_DISPATCHER_H_ +#define SANDBOX_SRC_SYNC_DISPATCHER_H_ #include "base/basictypes.h" #include "sandbox/src/crosscall_server.h" @@ -35,4 +35,4 @@ private: } // namespace sandbox -#endif // SANDBOX_SRC_FILESYSTEM_DISPATCHER_H__ +#endif // SANDBOX_SRC_SYNC_DISPATCHER_H_ -- cgit v1.1