Index: chrome/browser/chromeos/dbus/dbus_client_implementation_type.h |
diff --git a/chrome/browser/chromeos/dbus/dbus_client_implementation_type.h b/chrome/browser/chromeos/dbus/dbus_client_implementation_type.h |
deleted file mode 100644 |
index 2ed432d46c251c09573fb7b79f03d7a306fdfda8..0000000000000000000000000000000000000000 |
--- a/chrome/browser/chromeos/dbus/dbus_client_implementation_type.h |
+++ /dev/null |
@@ -1,18 +0,0 @@ |
-// Copyright (c) 2012 The Chromium 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 CHROME_BROWSER_CHROMEOS_DBUS_DBUS_CLIENT_IMPLEMENTATION_TYPE_H_ |
-#define CHROME_BROWSER_CHROMEOS_DBUS_DBUS_CLIENT_IMPLEMENTATION_TYPE_H_ |
- |
-namespace chromeos { |
- |
-// An enum to describe the desired type of D-Bus client implemenation. |
-enum DBusClientImplementationType { |
- REAL_DBUS_CLIENT_IMPLEMENTATION, // The real implementation. |
- STUB_DBUS_CLIENT_IMPLEMENTATION, // A stub implementation. |
-}; |
- |
-} // namespace chromeos |
- |
-#endif // CHROME_BROWSER_CHROMEOS_DBUS_DBUS_CLIENT_IMPLEMENTATION_TYPE_H_ |