summaryrefslogtreecommitdiffstats
path: root/ui
diff options
context:
space:
mode:
authortfarina@chromium.org <tfarina@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2012-02-07 00:38:24 +0000
committertfarina@chromium.org <tfarina@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2012-02-07 00:38:24 +0000
commit8513a6db065f003c2e83ac4c2d542150b9967f73 (patch)
tree75c5335faedf4acbaf75afc768964298057168ea /ui
parent86d373713d2bc5111e188c579a8a1fa74d9256d8 (diff)
downloadchromium_src-8513a6db065f003c2e83ac4c2d542150b9967f73.zip
chromium_src-8513a6db065f003c2e83ac4c2d542150b9967f73.tar.gz
chromium_src-8513a6db065f003c2e83ac4c2d542150b9967f73.tar.bz2
views: Fix header guards comment of examples_window.h
R=sky@chromium.org Review URL: https://chromiumcodereview.appspot.com/9337001 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@120656 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'ui')
-rw-r--r--ui/views/examples/examples_window.h6
1 files changed, 4 insertions, 2 deletions
diff --git a/ui/views/examples/examples_window.h b/ui/views/examples/examples_window.h
index a5eed15..7f3d2e6 100644
--- a/ui/views/examples/examples_window.h
+++ b/ui/views/examples/examples_window.h
@@ -1,4 +1,4 @@
-// Copyright (c) 2011 The Chromium Authors. All rights reserved.
+// Copyright (c) 2012 The Chromium Authors. All rights reserved.
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
@@ -8,9 +8,11 @@
namespace views {
namespace examples {
+
// Shows a window with the views examples in it.
void ShowExamplesWindow(bool quit_on_close);
+
} // namespace examples
} // namespace views
-#endif // VIEWS_EXAMPLES_EXAMPLE_MAIN_H_
+#endif // UI_VIEWS_EXAMPLES_EXAMPLES_WINDOW_H_