Bug 1690340 - Part 1: Hide all the panel tools in the developer tools menu. r=jdescottes
[gecko.git] / parser / htmlparser / nsParserCIID.h
blob67f7c3d52b1f4bde763ed5e1bb0e070e7518054e
1 /* -*- Mode: C++; tab-width: 2; indent-tabs-mode: nil; c-basic-offset: 2 -*- */
2 /* This Source Code Form is subject to the terms of the Mozilla Public
3 * License, v. 2.0. If a copy of the MPL was not distributed with this
4 * file, You can obtain one at http://mozilla.org/MPL/2.0/. */
6 #ifndef nsParserCIID_h__
7 #define nsParserCIID_h__
9 // {2ce606b0-bee6-11d1-aad9-00805f8a3e14}
10 #define NS_PARSER_CID \
11 { \
12 0x2ce606b0, 0xbee6, 0x11d1, { \
13 0xaa, 0xd9, 0x0, 0x80, 0x5f, 0x8a, 0x3e, 0x14 \
14 } \
17 #endif