Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(112)

Unified Diff: cc/base/thread_impl.h

Issue 12472028: Part 1 of cc/ directory shuffles: base (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 years, 9 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « cc/base/thread.h ('k') | cc/base/thread_impl.cc » ('j') | cc/cc.gyp » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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_
« no previous file with comments | « cc/base/thread.h ('k') | cc/base/thread_impl.cc » ('j') | cc/cc.gyp » ('J')

Powered by Google App Engine
This is Rietveld 408576698