Bug 1412137 - Fix up mode lines in docshell/. r=freesamael draft
authorAndrew McCreight <continuation@gmail.com>
Thu, 26 Oct 2017 16:03:44 -0700
changeset 687215 23d64b239f40390bd0e7f1d1c89770e8bf21df9a
parent 687182 f7a3b990b872c0621b9096b12d232aa46c1a9187
child 687218 689a5f0a97d85ce64d9e1459a811948d33eee3db
push id86428
push userbmo:continuation@gmail.com
push dateThu, 26 Oct 2017 23:15:37 +0000
reviewersfreesamael
bugs1412137
milestone58.0a1
Bug 1412137 - Fix up mode lines in docshell/. r=freesamael MozReview-Commit-ID: 8xm0Ax7pqZF
docshell/base/PendingGlobalHistoryEntry.cpp
docshell/base/timeline/TimelineConsumers.h
--- a/docshell/base/PendingGlobalHistoryEntry.cpp
+++ b/docshell/base/PendingGlobalHistoryEntry.cpp
@@ -1,8 +1,14 @@
+/* -*- 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 "mozilla/dom/PendingGlobalHistoryEntry.h"
 
 namespace mozilla {
 
 namespace dom {
 
 void
 PendingGlobalHistoryEntry::VisitURI(nsIURI* aURI,
--- a/docshell/base/timeline/TimelineConsumers.h
+++ b/docshell/base/timeline/TimelineConsumers.h
@@ -1,8 +1,9 @@
+/* -*- 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/. */
 
 #ifndef mozilla_TimelineConsumers_h_
 #define mozilla_TimelineConsumers_h_