added header guards firefox32
authorWolfgang Rosenauer <wr@rosenauer.org>
Sat, 13 Sep 2014 18:57:54 +0200
branchfirefox32
changeset 760 7c3ac3010cc6
parent 759 b2ae89c6dea9
child 761 c748af0c7534
added header guards
mozilla-kde.patch
--- a/mozilla-kde.patch	Wed Sep 03 20:01:19 2014 +0200
+++ b/mozilla-kde.patch	Sat Sep 13 18:57:54 2014 +0200
@@ -2719,11 +2719,14 @@
 new file mode 100644
 --- /dev/null
 +++ b/uriloader/exthandler/unix/nsCommonRegistry.h
-@@ -0,0 +1,23 @@
+@@ -0,0 +1,28 @@
 +/* This Source Code Form is subject to the terms of the Mozilla Public
 + * License, v. 2.0. If a copy of the MPL was not distributed with this
 + * file, You can obtain one at http://mozilla.org/MPL/2.0/. */
 +
++#ifndef nsCommonRegistry_h__
++#define nsCommonRegistry_h__
++
 +#include "nsIURI.h"
 +#include "nsCOMPtr.h"
 +
@@ -2743,6 +2746,8 @@
 +
 +  static already_AddRefed<nsMIMEInfoBase> GetFromType(const nsACString& aMIMEType);
 +};
++
++#endif
 diff --git a/uriloader/exthandler/unix/nsKDERegistry.cpp b/uriloader/exthandler/unix/nsKDERegistry.cpp
 new file mode 100644
 --- /dev/null