Index: cc/base/thread_impl.h |
diff --git a/cc/thread_impl.h b/cc/base/thread_impl.h |
similarity index 87% |
rename from cc/thread_impl.h |
rename to cc/base/thread_impl.h |
index 46f7128e94eef060f33ed0e1e8752734dd22b349..ebff9baca3c9e780f0386d70a72318e86f1b10fd 100644 |
--- a/cc/thread_impl.h |
+++ b/cc/base/thread_impl.h |
@@ -2,14 +2,14 @@ |
// Use of this source code is governed by a BSD-style license that can be |
// found in the LICENSE file. |
-#ifndef CC_THREAD_IMPL_H_ |
-#define CC_THREAD_IMPL_H_ |
+#ifndef CC_BASE_THREAD_IMPL_H_ |
+#define CC_BASE_THREAD_IMPL_H_ |
#include "base/callback.h" |
#include "base/memory/scoped_ptr.h" |
#include "base/message_loop_proxy.h" |
-#include "cc/cc_export.h" |
-#include "cc/thread.h" |
+#include "cc/base/cc_export.h" |
+#include "cc/base/thread.h" |
namespace cc { |
@@ -37,4 +37,4 @@ private: |
} // namespace cc |
-#endif // CC_THREAD_IMPL_H_ |
+#endif // CC_BASE_THREAD_IMPL_H_ |