summaryrefslogtreecommitdiff
path: root/libs/binder/IBatteryStats.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'libs/binder/IBatteryStats.cpp')
-rw-r--r--libs/binder/IBatteryStats.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/libs/binder/IBatteryStats.cpp b/libs/binder/IBatteryStats.cpp
index 0de804c3c2..a47dbaccfe 100644
--- a/libs/binder/IBatteryStats.cpp
+++ b/libs/binder/IBatteryStats.cpp
@@ -14,7 +14,7 @@
* limitations under the License.
*/
-#include <batterystats/IBatteryStats.h>
+#include <binder/IBatteryStats.h>
#include <utils/Log.h>
#include <binder/Parcel.h>
@@ -130,7 +130,7 @@ public:
};
-IMPLEMENT_META_INTERFACE(BatteryStats, "com.android.internal.app.IBatteryStats")
+IMPLEMENT_META_INTERFACE(BatteryStats, "com.android.internal.app.IBatteryStats");
// ----------------------------------------------------------------------