0

debugd client: address Tricium style complaint.

Change Ic56fff645c2fbc078559b4dc37b33f589415ef87 landed before Tricium
could raise a complaint about a D-Bus (C) header below its recommended
position. This change moves it into place.

R=stevenjb@chromium.org

Bug: 929772
Change-Id: I1282b290fe74320fa991ba70c2da2ff03baf3e6a
Reviewed-on: https://chromium-review.googlesource.com/c/1487833
Reviewed-by: Steven Bennetts <stevenjb@chromium.org>
Commit-Queue: Kalvin Lee <kdlee@chromium.org>
Cr-Commit-Position: refs/heads/master@{#635326}
This commit is contained in:
Kalvin Lee
2019-02-26 00:18:16 +00:00
committed by Commit Bot
parent f7fc43b2b8
commit 074ad1d075

@ -4,6 +4,7 @@
#include "chromeos/dbus/debug_daemon_client.h"
#include <dbus/dbus-protocol.h>
#include <fcntl.h>
#include <stddef.h>
#include <stdint.h>
@ -15,8 +16,6 @@
#include <utility>
#include <vector>
#include <dbus/dbus-protocol.h>
#include "base/bind.h"
#include "base/bind_helpers.h"
#include "base/files/file_path.h"