Bug 1480177 Change forward slash to backslash in #include r?froydnj draft
authorTom Ritter <tom@mozilla.com>
Thu, 02 Aug 2018 10:54:29 -0500
changeset 825992 062864b4fffe5db6dbb2851612cf61ad4db3188e
parent 825978 24f88da9232e405361d2bf0982f86087aaba79b5
child 825993 3dca1454fe6e1099ce88c2f7c80c8c710d505d19
child 826484 1887b24e3a67b02624e7640a9c2746de7783ef9e
child 828813 9f84d8336e4bba1fcb7432a93241560bc7bdaca5
push id118227
push userbmo:tom@mozilla.com
push dateThu, 02 Aug 2018 20:11:51 +0000
reviewersfroydnj
bugs1480177
milestone63.0a1
Bug 1480177 Change forward slash to backslash in #include r?froydnj MozReview-Commit-ID: FySU6SVkMJl
toolkit/system/windowsDHCPClient/DHCPUtils.cpp
--- a/toolkit/system/windowsDHCPClient/DHCPUtils.cpp
+++ b/toolkit/system/windowsDHCPClient/DHCPUtils.cpp
@@ -1,17 +1,17 @@
 /* -*- Mode: C++; tab-width: 8; indent-tabs-mode: nil; c-basic-offset: 2 -*- */
 /* vim: set ts=8 sts=2 et sw=2 tw=80: */
 /* This Source Code Form is subject to the terms of the Mozilla Public
  * License, v. 2.0. If a copy of the MPL was not distributed with this
  * file, You can obtain one at http://mozilla.org/MPL/2.0/. */
 
 #include "DHCPUtils.h"
 #include <vector>
-#include "mozilla\Logging.h"
+#include "mozilla/Logging.h"
 #include "nsString.h"
 
 
 #define MOZ_WORKING_BUFFER_SIZE_NETWORK_ADAPTERS 15000
 #define MOZ_WORKING_BUFFER_SIZE_DHCP_PARAMS 1000
 #define MOZ_MAX_TRIES 3
 namespace mozilla {
 namespace toolkit {
@@ -250,9 +250,9 @@ RetrieveOption(
       rv = NS_ERROR_FAILURE;
   }
   return rv;
 }
 
 } // namespace windowsDHCPClient
 } // namespace system
 } // namespace toolkit
-} // namespace mozilla
\ No newline at end of file
+} // namespace mozilla