Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(159)

Unified Diff: ui/gfx/sys_color_change_listener.h

Issue 10736016: Fix ifdef guard. This was being masked by the "#pragma once". (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: Created 8 years, 5 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/gfx/sys_color_change_listener.h
===================================================================
--- ui/gfx/sys_color_change_listener.h (revision 145946)
+++ ui/gfx/sys_color_change_listener.h (working copy)
@@ -3,7 +3,7 @@
// found in the LICENSE file.
#ifndef UI_GFX_SYS_COLOR_CHANGE_LISTENER_H_
-#define UI_GFX_SYS_COLOR_SCHEME_LISTENER_H_
+#define UI_GFX_SYS_COLOR_CHANGE_LISTENER_H_
#pragma once
#include "base/basictypes.h"
@@ -42,4 +42,4 @@
} // namespace gfx;
-#endif // UI_GFX_SYS_COLOR_CHANGE_LISTENER_
+#endif // UI_GFX_SYS_COLOR_CHANGE_LISTENER_H_
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698