| Index: cc/scrollbar_geometry_stub.h
|
| diff --git a/cc/scrollbar_geometry_stub.h b/cc/scrollbar_geometry_stub.h
|
| index 163ae51b7e7f75e5f7725af092ed341efa96ef26..597883a96dad4908564b57dea55eb597213a8c15 100644
|
| --- a/cc/scrollbar_geometry_stub.h
|
| +++ b/cc/scrollbar_geometry_stub.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 CCScrollbarGeometryStub_h
|
| -#define CCScrollbarGeometryStub_h
|
| +#ifndef CC_SCROLLBAR_GEOMETRY_STUB_H_
|
| +#define CC_SCROLLBAR_GEOMETRY_STUB_H_
|
|
|
| #include "base/memory/scoped_ptr.h"
|
| #include "cc/cc_export.h"
|
| @@ -51,4 +51,4 @@ private:
|
|
|
| }
|
|
|
| -#endif
|
| +#endif // CC_SCROLLBAR_GEOMETRY_STUB_H_
|
|
|