diff options
Diffstat (limited to 'chrome/app/google_update_client.h')
-rw-r--r-- | chrome/app/google_update_client.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/chrome/app/google_update_client.h b/chrome/app/google_update_client.h index 8b75a5b..479a360 100644 --- a/chrome/app/google_update_client.h +++ b/chrome/app/google_update_client.h @@ -9,8 +9,8 @@ // autoupdates -#ifndef CHROME_APP_GOOGLE_UPDATE_CLIENT_H__ -#define CHROME_APP_GOOGLE_UPDATE_CLIENT_H__ +#ifndef CHROME_APP_GOOGLE_UPDATE_CLIENT_H_ +#define CHROME_APP_GOOGLE_UPDATE_CLIENT_H_ #include <windows.h> #include <tchar.h> @@ -78,5 +78,5 @@ class GoogleUpdateClient { } // namespace google_update -#endif // CHROME_APP_GOOGLE_UPDATE_CLIENT_H__ +#endif // CHROME_APP_GOOGLE_UPDATE_CLIENT_H_ |