diff options
Diffstat (limited to 'app/gfx/path.h')
-rw-r--r-- | app/gfx/path.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/app/gfx/path.h b/app/gfx/path.h index ac7537c..9c70209 100644 --- a/app/gfx/path.h +++ b/app/gfx/path.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 CHROME_COMMON_GFX_CHROME_PATH_H_ -#define CHROME_COMMON_GFX_CHROME_PATH_H_ +#ifndef APP_GFX_PATH_H_ +#define APP_GFX_PATH_H_ #include "base/basictypes.h" @@ -37,4 +37,4 @@ class Path : public SkPath { } -#endif // #ifndef CHROME_COMMON_GFX_CHROME_PATH_H_ +#endif // #ifndef APP_GFX_PATH_H_ |