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

Unified Diff: Source/core/css/parser/BisonCSSParser.h

Issue 112933010: Split out CSSParser public API Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 6 years, 12 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
Index: Source/core/css/parser/BisonCSSParser.h
diff --git a/Source/core/css/parser/BisonCSSParser.h b/Source/core/css/parser/BisonCSSParser.h
index 7edf68a364bf4efe458b4a8f5411ac281936b914..2bb1de445c6c786fde566c27b02f4f2961bfbf13 100644
--- a/Source/core/css/parser/BisonCSSParser.h
+++ b/Source/core/css/parser/BisonCSSParser.h
@@ -20,8 +20,8 @@
* Boston, MA 02110-1301, USA.
*/
-#ifndef CSSParser_h
-#define CSSParser_h
+#ifndef BisonCSSParser_h
+#define BisonCSSParser_h
#include "CSSPropertyNames.h"
#include "CSSValueKeywords.h"
@@ -641,4 +641,4 @@ inline int cssyylex(void* yylval, BisonCSSParser* parser)
} // namespace WebCore
-#endif // CSSParser_h
+#endif // BisonCSSParser_h

Powered by Google App Engine
This is Rietveld 408576698