Index: cc/base/thread.h |
diff --git a/cc/thread.h b/cc/base/thread.h |
similarity index 86% |
rename from cc/thread.h |
rename to cc/base/thread.h |
index c9f01a923f512123480663473376847b890ff659..c7733dfda586bcf74303abf3b0a28d5a974d1803 100644 |
--- a/cc/thread.h |
+++ b/cc/base/thread.h |
@@ -2,12 +2,12 @@ |
// Use of this source code is governed by a BSD-style license that can be |
// found in the LICENSE file. |
-#ifndef CC_THREAD_H_ |
-#define CC_THREAD_H_ |
+#ifndef CC_BASE_THREAD_H_ |
+#define CC_BASE_THREAD_H_ |
-#include "base/callback.h" |
#include "base/basictypes.h" |
-#include "cc/cc_export.h" |
+#include "base/callback.h" |
+#include "cc/base/cc_export.h" |
namespace cc { |
@@ -28,4 +28,4 @@ public: |
} |
-#endif // CC_THREAD_H_ |
+#endif // CC_BASE_THREAD_H_ |