summaryrefslogtreecommitdiffstats
path: root/chrome/views
diff options
context:
space:
mode:
authordeanm@google.com <deanm@google.com@0039d316-1c4b-4281-b951-d872f2087c98>2008-07-28 18:47:39 +0000
committerdeanm@google.com <deanm@google.com@0039d316-1c4b-4281-b951-d872f2087c98>2008-07-28 18:47:39 +0000
commit1d74db978a81602cf535ab2439d147e1d686746b (patch)
treea8f4922173154949bd0f8bd0c4a02bb9a32d9746 /chrome/views
parent92bc8147648e1b3c046685e710b133555bc00488 (diff)
downloadchromium_src-1d74db978a81602cf535ab2439d147e1d686746b.zip
chromium_src-1d74db978a81602cf535ab2439d147e1d686746b.tar.gz
chromium_src-1d74db978a81602cf535ab2439d147e1d686746b.tar.bz2
Fix a few incorrect #endif's in include guards.
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@36 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/views')
-rw-r--r--chrome/views/tree_view.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/chrome/views/tree_view.h b/chrome/views/tree_view.h
index e16a92f..8da0f37 100644
--- a/chrome/views/tree_view.h
+++ b/chrome/views/tree_view.h
@@ -349,4 +349,4 @@ class TreeView : public NativeControl, public TreeModelObserver {
} // namespace ChromeViews
-#endif CHROME_VIEWS_TREE_VIEW_H__
+#endif // CHROME_VIEWS_TREE_VIEW_H__