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

Unified Diff: ppapi/tests/test_mouse_lock.h

Issue 17321002: Fix wrong header guards found by clang's new Wheader-guard. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: . Created 7 years, 6 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 | « ppapi/tests/test_flash_file.h ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ppapi/tests/test_mouse_lock.h
diff --git a/ppapi/tests/test_mouse_lock.h b/ppapi/tests/test_mouse_lock.h
index 0b101dde9fe1ce57aca786c594e98159505b8d99..aa1d3c24adbe45868815a59ad7aaf629982ca91d 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>
« no previous file with comments | « ppapi/tests/test_flash_file.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698