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

Unified Diff: cc/resource_update_controller.h

Issue 11368063: cc: Fix header include guards of our header files. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: rebase 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/resource_provider.h ('k') | cc/resource_update_queue.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: cc/resource_update_controller.h
diff --git a/cc/resource_update_controller.h b/cc/resource_update_controller.h
index 18c8a0c459db83ba47a01b2908548a54898021c5..df56dbcd4316abe69c8db87b568358b55eabd169 100644
--- a/cc/resource_update_controller.h
+++ b/cc/resource_update_controller.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 CCResourceUpdateController_h
-#define CCResourceUpdateController_h
+#ifndef CC_RESOURCE_UPDATE_CONTROLLER_H_
+#define CC_RESOURCE_UPDATE_CONTROLLER_H_
#include "base/basictypes.h"
#include "base/memory/scoped_ptr.h"
@@ -79,4 +79,4 @@ private:
} // namespace cc
-#endif // CCResourceUpdateController_h
+#endif // CC_RESOURCE_UPDATE_CONTROLLER_H_
« no previous file with comments | « cc/resource_provider.h ('k') | cc/resource_update_queue.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698