From 22352bc735a2ce3e43599a9fc821147faf281f68 Mon Sep 17 00:00:00 2001 From: Ehsan Akhgari Date: Sat, 1 Aug 2015 00:07:04 -0400 Subject: [PATCH] Bug 1181863 - Part 4: Fix the build bustage --- image/test/gtest/Common.cpp | 2 +- image/test/gtest/TestDecodeToSurface.cpp | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/image/test/gtest/Common.cpp b/image/test/gtest/Common.cpp index 2519cb4d299..0cd30c61ce8 100644 --- a/image/test/gtest/Common.cpp +++ b/image/test/gtest/Common.cpp @@ -14,7 +14,7 @@ #include "nsIInputStream.h" #include "nsIProperties.h" #include "nsNetUtil.h" -#include "nsRefPtr.h" +#include "mozilla/nsRefPtr.h" #include "nsString.h" namespace mozilla { diff --git a/image/test/gtest/TestDecodeToSurface.cpp b/image/test/gtest/TestDecodeToSurface.cpp index 97341365572..5a4696f8cdb 100644 --- a/image/test/gtest/TestDecodeToSurface.cpp +++ b/image/test/gtest/TestDecodeToSurface.cpp @@ -14,7 +14,7 @@ #include "nsIInputStream.h" #include "nsIRunnable.h" #include "nsIThread.h" -#include "nsRefPtr.h" +#include "mozilla/nsRefPtr.h" #include "nsString.h" #include "nsThreadUtils.h"