cc: Remove the temporary header files that aren't prefixed with CC*

The list of files was generated with the following command line:
$ ls *.h cc/ | grep -v CC

BUG=155413
TEST=cc_unittests
[email protected],[email protected]

Review URL: https://codereview.chromium.org/11189011

git-svn-id: svn://svn.chromium.org/chrome/trunk/src@162247 0039d316-1c4b-4281-b951-d872f2087c98
diff --git a/cc/tree_synchronizer.cc b/cc/tree_synchronizer.cc
index b7e76bb..fdea6e2 100644
--- a/cc/tree_synchronizer.cc
+++ b/cc/tree_synchronizer.cc
@@ -4,13 +4,13 @@
 
 #include "config.h"
 
-#include "TreeSynchronizer.h"
+#include "cc/tree_synchronizer.h"
 
 #include "CCLayerImpl.h"
 #include "CCScrollbarAnimationController.h"
 #include "CCScrollbarLayerImpl.h"
-#include "LayerChromium.h"
-#include "ScrollbarLayerChromium.h"
+#include "cc/layer.h"
+#include "cc/scrollbar_layer.h"
 
 namespace cc {