summaryrefslogtreecommitdiffstats
path: root/chromium/third_party/mtpd/source/service_constants.h
diff options
context:
space:
mode:
Diffstat (limited to 'chromium/third_party/mtpd/source/service_constants.h')
-rw-r--r--chromium/third_party/mtpd/source/service_constants.h16
1 files changed, 0 insertions, 16 deletions
diff --git a/chromium/third_party/mtpd/source/service_constants.h b/chromium/third_party/mtpd/source/service_constants.h
deleted file mode 100644
index ef18b1fa786..00000000000
--- a/chromium/third_party/mtpd/source/service_constants.h
+++ /dev/null
@@ -1,16 +0,0 @@
-// Copyright (c) 2012 The Chromium OS Authors. All rights reserved.
-// Use of this source code is governed by a BSD-style license that can be
-// found in the LICENSE file.
-
-#ifndef MTPD_SERVICE_CONSTANTS_H_
-#define MTPD_SERVICE_CONSTANTS_H_
-
-#include "build_config.h"
-
-#if defined(CHROMIUM_LINUX_BUILD)
-#include "third_party/cros_system_api/dbus/service_constants.h"
-#else
-#include <chromeos/dbus/service_constants.h>
-#endif
-
-#endif // MTPD_SERVICE_CONSTANTS_H_