| Index: cc/resource_update_queue.h
|
| diff --git a/cc/resource_update_queue.h b/cc/resource_update_queue.h
|
| index 4dbb1544650c45d889ab3cc5fceedead52a95543..15509b0da4107fcbace0c13599bf3c63d841756a 100644
|
| --- a/cc/resource_update_queue.h
|
| +++ b/cc/resource_update_queue.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 CCResourceUpdateQueue_h
|
| -#define CCResourceUpdateQueue_h
|
| +#ifndef CC_RESOURCE_UPDATE_QUEUE_H_
|
| +#define CC_RESOURCE_UPDATE_QUEUE_H_
|
|
|
| #include "base/basictypes.h"
|
| #include "cc/cc_export.h"
|
| @@ -45,4 +45,4 @@ private:
|
|
|
| }
|
|
|
| -#endif // CCResourceUpdateQueue_h
|
| +#endif // CC_RESOURCE_UPDATE_QUEUE_H_
|
|
|