Commit 22d36421 authored by jam@chromium.org's avatar jam@chromium.org

Fix ifdef guard. This was being masked by the "#pragma once".

TBR=dmazzoni
Review URL: https://chromiumcodereview.appspot.com/10736016

git-svn-id: svn://svn.chromium.org/chrome/trunk/src@145989 0039d316-1c4b-4281-b951-d872f2087c98
parent 1e41ea76
...@@ -3,7 +3,7 @@ ...@@ -3,7 +3,7 @@
// found in the LICENSE file. // found in the LICENSE file.
#ifndef UI_GFX_SYS_COLOR_CHANGE_LISTENER_H_ #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 #pragma once
#include "base/basictypes.h" #include "base/basictypes.h"
...@@ -42,4 +42,4 @@ class UI_EXPORT ScopedSysColorChangeListener { ...@@ -42,4 +42,4 @@ class UI_EXPORT ScopedSysColorChangeListener {
} // namespace gfx; } // namespace gfx;
#endif // UI_GFX_SYS_COLOR_CHANGE_LISTENER_ #endif // UI_GFX_SYS_COLOR_CHANGE_LISTENER_H_
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment