Bug 1389898 - Declare NS_ANDROIDHISTORY_CID only once r?sebastian draft
authorSylvestre Ledru <sledru@mozilla.com>
Sun, 13 Aug 2017 11:08:00 +0200
changeset 648141 68275f9aca518895a43ffc0f1fe9bac55a60fa57
parent 645534 ebfd636fe694ec01b24ba7de121c9bf3471fdc9a
child 726719 1f657fff19e8e6e4b4b620fdd5a86a83691ec63b
push id74638
push userbmo:sledru@mozilla.com
push dateThu, 17 Aug 2017 09:00:46 +0000
reviewerssebastian
bugs1389898
milestone56.0a1
Bug 1389898 - Declare NS_ANDROIDHISTORY_CID only once r?sebastian MozReview-Commit-ID: Eq93bCl7aWj
mobile/android/components/build/nsBrowserModule.cpp
--- a/mobile/android/components/build/nsBrowserModule.cpp
+++ b/mobile/android/components/build/nsBrowserModule.cpp
@@ -5,18 +5,16 @@
 
 #include "mozilla/ModuleUtils.h"
 
 #include "nsShellService.h"
 
 #ifdef MOZ_ANDROID_HISTORY
 #include "nsDocShellCID.h"
 #include "nsAndroidHistory.h"
-#define NS_ANDROIDHISTORY_CID \
-  {0xCCAA4880, 0x44DD, 0x40A7, {0xA1, 0x3F, 0x61, 0x56, 0xFC, 0x88, 0x2C, 0x0B}}
 #endif
 
 NS_GENERIC_FACTORY_CONSTRUCTOR(nsShellService)
 NS_DEFINE_NAMED_CID(nsShellService_CID);
 
 #ifdef MOZ_ANDROID_HISTORY
 NS_GENERIC_FACTORY_SINGLETON_CONSTRUCTOR(nsAndroidHistory, nsAndroidHistory::GetSingleton)
 NS_DEFINE_NAMED_CID(NS_ANDROIDHISTORY_CID);