summaryrefslogtreecommitdiffstats
path: root/chrome
diff options
context:
space:
mode:
authorpkasting@chromium.org <pkasting@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2009-02-23 17:46:02 +0000
committerpkasting@chromium.org <pkasting@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2009-02-23 17:46:02 +0000
commit0f97bd65cef7be4084a83bbb78f0a7a6480b5888 (patch)
tree548d916924e5cb4d053b073056893225a47b3124 /chrome
parent175d82b7675c9ca4e45efda7393fc636bc722299 (diff)
downloadchromium_src-0f97bd65cef7be4084a83bbb78f0a7a6480b5888.zip
chromium_src-0f97bd65cef7be4084a83bbb78f0a7a6480b5888.tar.gz
chromium_src-0f97bd65cef7be4084a83bbb78f0a7a6480b5888.tar.bz2
Fix a bogus end-of-file comment.
Review URL: http://codereview.chromium.org/28008 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@10191 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome')
-rw-r--r--chrome/browser/views/event_utils.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/chrome/browser/views/event_utils.h b/chrome/browser/views/event_utils.h
index 233cf4b..96549b8 100644
--- a/chrome/browser/views/event_utils.h
+++ b/chrome/browser/views/event_utils.h
@@ -24,5 +24,5 @@ bool IsPossibleDispositionEvent(const views::MouseEvent& event);
}
-#endif // CHROME_BROWSER_VIEWS_BOOKMARK_BAR_VIEW_H__
+#endif // CHROME_BROWSER_VIEWS_EVENT_UTILS_H__