diff options
author | tfarina@chromium.org <tfarina@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-08-17 02:11:41 +0000 |
---|---|---|
committer | tfarina@chromium.org <tfarina@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-08-17 02:11:41 +0000 |
commit | a01752c46bd04e7f0fe04138ef75f6c05acc7500 (patch) | |
tree | ff0f32bb54e3770f1dcfc7c847a2cb4b5307d35d /ui/views/examples/examples_window_with_content.h | |
parent | 44b56749bc98c7f2d3464e9754cf5a1e5c4900c3 (diff) | |
download | chromium_src-a01752c46bd04e7f0fe04138ef75f6c05acc7500.zip chromium_src-a01752c46bd04e7f0fe04138ef75f6c05acc7500.tar.gz chromium_src-a01752c46bd04e7f0fe04138ef75f6c05acc7500.tar.bz2 |
views/examples: Fix include paths and header guards.
BUG=141187
TBR=ben@chromium.org
Review URL: https://chromiumcodereview.appspot.com/10855193
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@152015 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'ui/views/examples/examples_window_with_content.h')
-rw-r--r-- | ui/views/examples/examples_window_with_content.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/ui/views/examples/examples_window_with_content.h b/ui/views/examples/examples_window_with_content.h index d3ef045..c13f420 100644 --- a/ui/views/examples/examples_window_with_content.h +++ b/ui/views/examples/examples_window_with_content.h @@ -2,8 +2,8 @@ // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. -#ifndef UI_VIEWS_EXAMPLES_EXAMPLES_WINDOW_H_ -#define UI_VIEWS_EXAMPLES_EXAMPLES_WINDOW_H_ +#ifndef UI_VIEWS_EXAMPLES_EXAMPLES_WINDOW_WITH_CONTENT_H_ +#define UI_VIEWS_EXAMPLES_EXAMPLES_WINDOW_WITH_CONTENT_H_ namespace content { class BrowserContext; @@ -24,4 +24,4 @@ void ShowExamplesWindow(Operation operation, } // namespace examples } // namespace views -#endif // UI_VIEWS_EXAMPLES_EXAMPLES_WINDOW_H_ +#endif // UI_VIEWS_EXAMPLES_EXAMPLES_WINDOW_WITH_CONTENT_H_ |