Skip to content

Commit

Permalink
Bug 994971: Don't export nsObserverService.h. r=bsmedberg
Browse files Browse the repository at this point in the history
--HG--
extra : rebase_source : cd5aa136075086a10cfa03d937743d8a5471fd6c
  • Loading branch information
khuey committed Apr 14, 2014
1 parent 01c6429 commit d001ae7
Show file tree
Hide file tree
Showing 8 changed files with 8 additions and 7 deletions.
1 change: 1 addition & 0 deletions content/base/src/moz.build
Original file line number Diff line number Diff line change
Expand Up @@ -229,6 +229,7 @@ LOCAL_INCLUDES += [
'/layout/svg',
'/layout/xul',
'/netwerk/base/src',
'/xpcom/ds',
]

if CONFIG['GNU_CC'] and CONFIG['MOZ_WIDGET_TOOLKIT'] == 'android':
Expand Down
1 change: 1 addition & 0 deletions content/base/src/nsContentUtils.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -124,6 +124,7 @@
#include "nsILineBreaker.h"
#include "nsILoadContext.h"
#include "nsILoadGroup.h"
#include "nsIMemoryReporter.h"
#include "nsIMIMEService.h"
#include "nsINode.h"
#include "nsINodeInfo.h"
Expand Down
2 changes: 1 addition & 1 deletion content/media/Latency.h
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
#include "nsIThread.h"
#include "mozilla/Monitor.h"
#include "nsISupportsImpl.h"
#include "nsObserverService.h"
#include "nsIObserver.h"

class AsyncLatencyLogger;
class LogEvent;
Expand Down
2 changes: 1 addition & 1 deletion dom/camera/DOMCameraManager.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
#include "nsPIDOMWindow.h"
#include "mozilla/Services.h"
#include "nsContentPermissionHelper.h"
#include "nsObserverService.h"
#include "nsIObserverService.h"
#include "nsIPermissionManager.h"
#include "DOMCameraControl.h"
#include "nsDOMClassInfo.h"
Expand Down
2 changes: 1 addition & 1 deletion dom/media/MediaManager.h
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
#include "nsGlobalWindow.h"
#include "nsClassHashtable.h"
#include "nsRefPtrHashtable.h"
#include "nsObserverService.h"
#include "nsIObserver.h"
#include "nsIPrefService.h"
#include "nsIPrefBranch.h"

Expand Down
2 changes: 1 addition & 1 deletion hal/HalWakeLock.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
#include "nsDataHashtable.h"
#include "nsHashKeys.h"
#include "nsIPropertyBag2.h"
#include "nsObserverService.h"
#include "nsIObserverService.h"

using namespace mozilla;
using namespace mozilla::hal;
Expand Down
3 changes: 2 additions & 1 deletion hal/cocoa/CocoaBattery.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,8 @@
#include <mozilla/dom/battery/Constants.h>
#include <mozilla/Services.h>

#include <nsObserverService.h>
#include <nsIObserverService.h>
#include <nsIObserver.h>

#include <dlfcn.h>

Expand Down
2 changes: 0 additions & 2 deletions xpcom/ds/moz.build
Original file line number Diff line number Diff line change
Expand Up @@ -53,8 +53,6 @@ EXPORTS += [
'nsHashPropertyBag.h',
'nsHashtable.h',
'nsMathUtils.h',
'nsObserverList.h',
'nsObserverService.h',
'nsStaticAtom.h',
'nsStaticNameTable.h',
'nsStringEnumerator.h',
Expand Down

0 comments on commit d001ae7

Please sign in to comment.