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

Unified Diff: cc/output/delegated_frame_data.h

Issue 12912006: Part 4 of cc/ directory shuffles: output (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
Index: cc/output/delegated_frame_data.h
diff --git a/cc/delegated_frame_data.h b/cc/output/delegated_frame_data.h
similarity index 81%
rename from cc/delegated_frame_data.h
rename to cc/output/delegated_frame_data.h
index 6d8f6088631759319467ca479881d698ea7a3d72..499b5499d32b1c066336f093d8979ea3d6a18a9b 100644
--- a/cc/delegated_frame_data.h
+++ b/cc/output/delegated_frame_data.h
@@ -2,8 +2,8 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
-#ifndef CC_DELEGATED_FRAME_DATA_H_
-#define CC_DELEGATED_FRAME_DATA_H_
+#ifndef CC_OUTPUT_DELEGATED_FRAME_DATA_H_
+#define CC_OUTPUT_DELEGATED_FRAME_DATA_H_
#include "cc/base/cc_export.h"
#include "cc/base/scoped_ptr_vector.h"
@@ -24,4 +24,4 @@ class CC_EXPORT DelegatedFrameData {
} // namespace cc
-#endif // CC_DELEGATED_FRAME_DATA_H_
+#endif // CC_OUTPUT_DELEGATED_FRAME_DATA_H_

Powered by Google App Engine
This is Rietveld 408576698