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

Unified Diff: cc/base/thread.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/switches.cc ('k') | cc/base/thread_impl.h » ('j') | cc/cc.gyp » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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_
« no previous file with comments | « cc/base/switches.cc ('k') | cc/base/thread_impl.h » ('j') | cc/cc.gyp » ('J')

Powered by Google App Engine
This is Rietveld 408576698