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

Unified Diff: cc/transferable_resource.h

Issue 11365188: cc: Fix header include guards. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 8 years, 1 month 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/tile_priority.h ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: cc/transferable_resource.h
diff --git a/cc/transferable_resource.h b/cc/transferable_resource.h
index 557b2069d4dd2517b1ea02c5ad906bae9386dbd7..a9ae58fb9f4d4d64fd4eccaf2e810987147a89c0 100644
--- a/cc/transferable_resource.h
+++ b/cc/transferable_resource.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_TRANSERABLE_RESOURCE_H_
-#define CC_TRANSERABLE_RESOURCE_H_
+#ifndef CC_TRANSFERABLE_RESOURCE_H_
+#define CC_TRANSFERABLE_RESOURCE_H_
#include <vector>
@@ -44,4 +44,4 @@ struct CC_EXPORT TransferableResourceList :
} // namespace cc
-#endif // CC_TRANSERABLE_RESOURCE_H_
+#endif // CC_TRANSFERABLE_RESOURCE_H_
« no previous file with comments | « cc/tile_priority.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698