Bug 891626 - Consistent filename casing for "ipc"; r=bsmedberg

"ipc" and "IPC" are used to refer to the same directory. "ipc" is more
popular than "IPC" so the latter has been downcased.

--HG--
extra : rebase_source : 378d442df62b8e401ed2a10f36889cfce6e88227
This commit is contained in:
Gregory Szorc 2013-07-10 12:08:23 -07:00
parent 0a41c9c2f9
commit 7b97260199
3 changed files with 3 additions and 3 deletions

View File

@ -18,7 +18,7 @@ include URIParams;
include "gfxMatrix.h";
include "FrameMetrics.h";
include "IPC/nsGUIEventIPC.h";
include "ipc/nsGUIEventIPC.h";
include "mozilla/dom/TabMessageUtils.h";
include "mozilla/dom/ScreenOrientation.h";
include "mozilla/dom/PermissionMessageUtils.h";

View File

@ -12,7 +12,7 @@ include protocol PStreamNotify;
include protocol PPluginSurface;
include "mozilla/plugins/PluginMessageUtils.h";
include "IPC/nsGUIEventIPC.h";
include "ipc/nsGUIEventIPC.h";
using NPError;
using NPRemoteWindow;

View File

@ -122,5 +122,5 @@ if CONFIG['MOZ_INSTRUMENT_EVENT_LOOP']:
'WidgetTraceEvent.h',
]
EXPORTS.IPC = ['nsGUIEventIPC.h']
EXPORTS.ipc = ['nsGUIEventIPC.h']