Skip to content

Commit

Permalink
Use Unused.h instead of unused.h
Browse files Browse the repository at this point in the history
  • Loading branch information
rainemak committed Apr 8, 2020
1 parent 9a31b76 commit a504d7a
Show file tree
Hide file tree
Showing 12 changed files with 12 additions and 12 deletions.
2 changes: 1 addition & 1 deletion embedding/embedlite/EmbedLiteApp.cpp
Expand Up @@ -10,7 +10,7 @@
#include "nsISupports.h"
#include "nsIFile.h"
#include "base/at_exit.h"
#include "mozilla/unused.h"
#include "mozilla/Unused.h"
#include "base/message_loop.h" // for MessageLoop

#include "mozilla/embedlite/EmbedLiteAPI.h"
Expand Down
2 changes: 1 addition & 1 deletion embedding/embedlite/EmbedLiteView.cpp
Expand Up @@ -8,7 +8,7 @@
#include "EmbedLiteView.h"
#include "EmbedLiteApp.h"

#include "mozilla/unused.h"
#include "mozilla/Unused.h"
#include "nsServiceManagerUtils.h"

#include "EmbedLiteViewThreadParent.h"
Expand Down
2 changes: 1 addition & 1 deletion embedding/embedlite/EmbedLiteWindow.cpp
Expand Up @@ -7,7 +7,7 @@

#include "mozilla/embedlite/PEmbedLiteWindowParent.h"
#include "EmbedLiteWindowBaseParent.h"
#include "mozilla/unused.h"
#include "mozilla/Unused.h"

namespace mozilla {
namespace embedlite {
Expand Down
Expand Up @@ -14,7 +14,7 @@
#include "EmbedLog.h"

#include "EmbedLiteAppProcessChild.h"
#include "mozilla/unused.h"
#include "mozilla/Unused.h"
#include "nsThreadManager.h"
#include "nsServiceManagerUtils.h"
#include "nsIConsoleService.h"
Expand Down
Expand Up @@ -10,7 +10,7 @@
#if defined(ANDROID) || defined(LINUX)
#include "nsSystemInfo.h"
#endif
#include "mozilla/unused.h"
#include "mozilla/Unused.h"
#if defined(ANDROID) || defined(LINUX)
#include <sys/time.h>
#include <sys/resource.h>
Expand Down
2 changes: 1 addition & 1 deletion embedding/embedlite/embedshared/EmbedLiteAppBaseChild.cpp
Expand Up @@ -24,7 +24,7 @@

#include "EmbedLiteViewThreadChild.h"
#include "EmbedLiteWindowThreadChild.h"
#include "mozilla/unused.h"
#include "mozilla/Unused.h"
#include "mozilla/layers/ImageBridgeChild.h"

using namespace base;
Expand Down
2 changes: 1 addition & 1 deletion embedding/embedlite/embedshared/EmbedLitePuppetWidget.cpp
Expand Up @@ -36,7 +36,7 @@

#include "EmbedLiteApp.h"
#include "LayerScope.h"
#include "mozilla/unused.h"
#include "mozilla/Unused.h"
#include "mozilla/BasicEvents.h"

#include <sys/syscall.h>
Expand Down
2 changes: 1 addition & 1 deletion embedding/embedlite/embedshared/EmbedLiteViewBaseChild.cpp
Expand Up @@ -8,7 +8,7 @@
#include "EmbedLiteViewBaseChild.h"
#include "EmbedLiteAppThreadChild.h"

#include "mozilla/unused.h"
#include "mozilla/Unused.h"

#include "nsEmbedCID.h"
#include "nsIBaseWindow.h"
Expand Down
Expand Up @@ -10,7 +10,7 @@
#include "EmbedLiteWindowBaseParent.h"

#include "EmbedLiteCompositorBridgeParent.h"
#include "mozilla/unused.h"
#include "mozilla/Unused.h"
#include "EmbedContentController.h"
#include "mozilla/layers/APZCTreeManager.h"
#include "mozilla/layers/APZThreadUtils.h"
Expand Down
Expand Up @@ -7,7 +7,7 @@

#include "EmbedLitePuppetWidget.h"
#include "EmbedLiteWindowBaseChild.h"
#include "mozilla/unused.h"
#include "mozilla/Unused.h"
#include "Hal.h"
#include "ScreenOrientation.h"
#include "nsIScreen.h"
Expand Down
2 changes: 1 addition & 1 deletion embedding/embedlite/embedthread/EmbedContentController.cpp
Expand Up @@ -6,7 +6,7 @@
#include "EmbedContentController.h"
#include "EmbedLog.h"
#include "EmbedLiteView.h"
#include "mozilla/unused.h"
#include "mozilla/Unused.h"
#include "EmbedLiteViewBaseParent.h"
#include "mozilla/layers/CompositorBridgeParent.h"
#include "EmbedLiteCompositorBridgeParent.h"
Expand Down
Expand Up @@ -11,7 +11,7 @@
#include "EmbedLiteApp.h"
#include "mozilla/layers/PCompositorBridgeParent.h"

#include "mozilla/unused.h"
#include "mozilla/Unused.h"

using namespace base;
using namespace mozilla::ipc;
Expand Down

0 comments on commit a504d7a

Please sign in to comment.