diff options
author | joi@chromium.org <joi@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-06-30 17:03:27 +0000 |
---|---|---|
committer | joi@chromium.org <joi@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-06-30 17:03:27 +0000 |
commit | 48e2d844a2497c919e8f0363b517f8b1e457390d (patch) | |
tree | 000208702005dffaea78e8557287a1fdd0344d28 /content/browser/debugger/browser_list_tabcontents_provider.h | |
parent | ad0f78a229deb9e26d7a2826723c9b5874a59108 (diff) | |
download | chromium_src-48e2d844a2497c919e8f0363b517f8b1e457390d.zip chromium_src-48e2d844a2497c919e8f0363b517f8b1e457390d.tar.gz chromium_src-48e2d844a2497c919e8f0363b517f8b1e457390d.tar.bz2 |
Fix include guards.
BUG=84078
TEST=existing
Review URL: http://codereview.chromium.org/7290002
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@91146 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'content/browser/debugger/browser_list_tabcontents_provider.h')
-rw-r--r-- | content/browser/debugger/browser_list_tabcontents_provider.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/content/browser/debugger/browser_list_tabcontents_provider.h b/content/browser/debugger/browser_list_tabcontents_provider.h index ed78943..9649bb3 100644 --- a/content/browser/debugger/browser_list_tabcontents_provider.h +++ b/content/browser/debugger/browser_list_tabcontents_provider.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 CHROME_BROWSER_DEBUGGER_BROWSER_LIST_TABCONTENTS_PROVIDER_H_ -#define CHROME_BROWSER_DEBUGGER_BROWSER_LIST_TABCONTENTS_PROVIDER_H_ +#ifndef CONTENT_BROWSER_DEBUGGER_BROWSER_LIST_TABCONTENTS_PROVIDER_H_ +#define CONTENT_BROWSER_DEBUGGER_BROWSER_LIST_TABCONTENTS_PROVIDER_H_ #include "content/browser/debugger/devtools_http_protocol_handler.h" @@ -18,4 +18,4 @@ class BrowserListTabContentsProvider : DISALLOW_COPY_AND_ASSIGN(BrowserListTabContentsProvider); }; -#endif // CHROME_BROWSER_DEBUGGER_BROWSER_LIST_TABCONTENTS_PROVIDER_H_ +#endif // CONTENT_BROWSER_DEBUGGER_BROWSER_LIST_TABCONTENTS_PROVIDER_H_ |