| Index: cc/resource_update_controller.h
|
| diff --git a/cc/resource_update_controller.h b/cc/resource_update_controller.h
|
| index dae5ddc094d868cc3c45c06af13dd10f0985c7dc..42d233e457c91a9356ab0fe601eefdbd49782ce2 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"
|
| @@ -78,4 +78,4 @@ private:
|
|
|
| } // namespace cc
|
|
|
| -#endif // CCResourceUpdateController_h
|
| +#endif // CC_RESOURCE_UPDATE_CONTROLLER_H_
|
|
|