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

Unified Diff: cc/base/tiling_data.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_impl.cc ('k') | cc/base/tiling_data.cc » ('j') | cc/cc.gyp » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: cc/base/tiling_data.h
diff --git a/cc/tiling_data.h b/cc/base/tiling_data.h
similarity index 96%
rename from cc/tiling_data.h
rename to cc/base/tiling_data.h
index 9dbacfbee06227cc5a79a185928dca58ac50be48..fc71409e4bf0ea53e59f9b594af002f39aa6bb8c 100644
--- a/cc/tiling_data.h
+++ b/cc/base/tiling_data.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_TILING_DATA_H_
-#define CC_TILING_DATA_H_
+#ifndef CC_BASE_TILING_DATA_H_
+#define CC_BASE_TILING_DATA_H_
#include "base/basictypes.h"
#include "base/logging.h"
-#include "cc/cc_export.h"
+#include "cc/base/cc_export.h"
#include "ui/gfx/rect.h"
#include "ui/gfx/size.h"
@@ -140,4 +140,4 @@ class CC_EXPORT TilingData {
} // namespace cc
-#endif // CC_TILING_DATA_H_
+#endif // CC_BASE_TILING_DATA_H_
« no previous file with comments | « cc/base/thread_impl.cc ('k') | cc/base/tiling_data.cc » ('j') | cc/cc.gyp » ('J')

Powered by Google App Engine
This is Rietveld 408576698