mozilla-system-nspr.patch
changeset 691 18c2dc922e51
equal deleted inserted replaced
686:ab25aac2aa83 691:18c2dc922e51
       
     1 # HG changeset patch
       
     2 # Parent 59d243709baef41e90fe91254a620c4f5215bb1e
       
     3 # User Wolfgang Rosenauer <wr@rosenauer.org>
       
     4 
       
     5 diff --git a/content/media/Latency.cpp b/content/media/Latency.cpp
       
     6 --- a/content/media/Latency.cpp
       
     7 +++ b/content/media/Latency.cpp
       
     8 @@ -4,17 +4,17 @@
       
     9   * License, v. 2.0. If a copy of the MPL was not distributed with this
       
    10   * file, You can obtain one at http://mozilla.org/MPL/2.0/. */
       
    11  
       
    12  // We want this available in opt builds
       
    13  #define FORCE_PR_LOG
       
    14  
       
    15  #include "Latency.h"
       
    16  #include "nsThreadUtils.h"
       
    17 -#include <prlog.h>
       
    18 +#include "prlog.h"
       
    19  #include <cmath>
       
    20  #include <algorithm>
       
    21  
       
    22  #include <mozilla/Services.h>
       
    23  #include <mozilla/StaticPtr.h>
       
    24  #include "nsContentUtils.h"
       
    25  
       
    26  using namespace mozilla;
       
    27 diff --git a/content/media/Latency.h b/content/media/Latency.h
       
    28 --- a/content/media/Latency.h
       
    29 +++ b/content/media/Latency.h
       
    30 @@ -3,17 +3,17 @@
       
    31  /* This Source Code Form is subject to the terms of the Mozilla Public
       
    32   * License, v. 2.0. If a copy of the MPL was not distributed with this
       
    33   * file, You can obtain one at http://mozilla.org/MPL/2.0/. */
       
    34  
       
    35  #ifndef MOZILLA_LATENCY_H
       
    36  #define MOZILLA_LATENCY_H
       
    37  
       
    38  #include "mozilla/TimeStamp.h"
       
    39 -#include "nspr/prlog.h"
       
    40 +#include "prlog.h"
       
    41  #include "nsCOMPtr.h"
       
    42  #include "nsIThread.h"
       
    43  #include "mozilla/Monitor.h"
       
    44  #include "nsISupportsImpl.h"
       
    45  #include "nsObserverService.h"
       
    46  
       
    47  class AsyncLatencyLogger;
       
    48  class LogEvent;