Merge "Rename libbinder specific variable."
diff --git a/Static.cpp b/Static.cpp
index 03d0263..c63e503 100644
--- a/Static.cpp
+++ b/Static.cpp
@@ -76,20 +76,20 @@
 Mutex gProcessMutex;
 sp<ProcessState> gProcess;
 
-class LibBinderIPCtStatics
+class LibHwbinderIPCtStatics
 {
 public:
-    LibBinderIPCtStatics()
+    LibHwbinderIPCtStatics()
     {
     }
     
-    ~LibBinderIPCtStatics()
+    ~LibHwbinderIPCtStatics()
     {
         IPCThreadState::shutdown();
     }
 };
 
-static LibBinderIPCtStatics gIPCStatics;
+static LibHwbinderIPCtStatics gIPCStatics;
 
 }   // namespace hardware
 }   // namespace android