# HG changeset patch # User Wolfgang Rosenauer # Date 1410627474 -7200 # Node ID 7c3ac3010cc64e41a7c00e291a7aca0f277f0476 # Parent b2ae89c6dea9e49ca494a4bcfa2103f2ccceaf71 added header guards diff -r b2ae89c6dea9 -r 7c3ac3010cc6 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 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