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

Unified Diff: src/unicode-inl.h

Issue 99343: Cleanup include guards: (Closed)
Patch Set: Fix for include/v8-debug.h Created 11 years, 8 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 | « src/unicode.h ('k') | src/usage-analyzer.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: src/unicode-inl.h
diff --git a/src/unicode-inl.h b/src/unicode-inl.h
index 9737c273628ab54bcea11b6e70ef8ab6c284271d..0ee03bd96eb99e852667edec86fefdbe826a2309 100644
--- a/src/unicode-inl.h
+++ b/src/unicode-inl.h
@@ -25,8 +25,8 @@
// (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
// OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
-#ifndef __UNIBROW_INL_H__
-#define __UNIBROW_INL_H__
+#ifndef V8_UNICODE_INL_H_
+#define V8_UNICODE_INL_H_
#include "unicode.h"
@@ -235,4 +235,4 @@ Utf8InputBuffer<s>::Utf8InputBuffer(const char* data, unsigned length)
} // namespace unibrow
-#endif // __UNIBROW_INL_H__
+#endif // V8_UNICODE_INL_H_
« no previous file with comments | « src/unicode.h ('k') | src/usage-analyzer.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698