Move mutex.h into base/mutex.h.

We don't actually need any hackery to get the right mutex.h any
more, but since we planned on having the google3-like stuff
in google3-like locations, this is an easy one to fix.

Change-Id: Ie27464ebbc208a6f4e694a97cf26b1cee0737009
diff --git a/src/class_linker.h b/src/class_linker.h
index cf93b8b..09a43c5 100644
--- a/src/class_linker.h
+++ b/src/class_linker.h
@@ -22,11 +22,11 @@
 #include <vector>
 
 #include "base/macros.h"
+#include "base/mutex.h"
 #include "dex_cache.h"
 #include "dex_file.h"
 #include "gtest/gtest.h"
 #include "heap.h"
-#include "mutex.h"
 #include "oat_file.h"
 #include "object.h"
 #include "safe_map.h"