summaryrefslogtreecommitdiffstats
path: root/ppapi/tests/test_mouse_lock.h
diff options
context:
space:
mode:
authorthakis@chromium.org <thakis@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2013-06-17 23:48:04 +0000
committerthakis@chromium.org <thakis@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2013-06-17 23:48:04 +0000
commitdaa33a05ff5a1ee661734dacdd034b10a5795928 (patch)
tree53c5a2e635611240354d6a2ab7ec1cbd654e8e94 /ppapi/tests/test_mouse_lock.h
parent644ef8f6c992dc31465e56eaa5a2109cd861b26a (diff)
downloadchromium_src-daa33a05ff5a1ee661734dacdd034b10a5795928.zip
chromium_src-daa33a05ff5a1ee661734dacdd034b10a5795928.tar.gz
chromium_src-daa33a05ff5a1ee661734dacdd034b10a5795928.tar.bz2
Fix wrong header guards found by clang's new Wheader-guard.
Example diagnostic: In file included from ../../ppapi/tests/test_flash_file.cc:5: ../../ppapi/tests/test_flash_file.h:5:9: error: 'PAPPI_TESTS_TEST_FLASH_FILE_H_' is used as a header guard here, followed by #define of a different macro [-Werror,-Wheader-guard] ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../../ppapi/tests/test_flash_file.h:6:9: note: 'PPAPI_TESTS_TEST_FLASH_FILE_H_' is defined here; did you mean 'PAPPI_TESTS_TEST_FLASH_FILE_H_'? ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ PAPPI_TESTS_TEST_FLASH_FILE_H_ 1 error generated. BUG=none R=ben@chromium.org Review URL: https://codereview.chromium.org/17321002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@206837 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'ppapi/tests/test_mouse_lock.h')
-rw-r--r--ppapi/tests/test_mouse_lock.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/ppapi/tests/test_mouse_lock.h b/ppapi/tests/test_mouse_lock.h
index 0b101dd..aa1d3c2 100644
--- a/ppapi/tests/test_mouse_lock.h
+++ b/ppapi/tests/test_mouse_lock.h
@@ -2,7 +2,7 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
-#ifndef PAPPI_TESTS_TEST_MOUSE_LOCK_H_
+#ifndef PPAPI_TESTS_TEST_MOUSE_LOCK_H_
#define PPAPI_TESTS_TEST_MOUSE_LOCK_H_
#include <string>