| Index: content/browser/web_contents/debug_urls.h
|
| diff --git a/content/browser/tab_contents/debug_urls.h b/content/browser/web_contents/debug_urls.h
|
| similarity index 75%
|
| rename from content/browser/tab_contents/debug_urls.h
|
| rename to content/browser/web_contents/debug_urls.h
|
| index a54a056ee44ba114d4bd044a2508f1c313526b84..e1486753854f0fe1b32eaabd574b8c6366846870 100644
|
| --- a/content/browser/tab_contents/debug_urls.h
|
| +++ b/content/browser/web_contents/debug_urls.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 CONTENT_BROWSER_TAB_CONTENTS_DEBUG_URLS_H_
|
| -#define CONTENT_BROWSER_TAB_CONTENTS_DEBUG_URLS_H_
|
| +#ifndef CONTENT_BROWSER_WEB_CONTENTS_DEBUG_URLS_H_
|
| +#define CONTENT_BROWSER_WEB_CONTENTS_DEBUG_URLS_H_
|
| #pragma once
|
|
|
| #include "content/public/common/page_transition_types.h"
|
| @@ -18,4 +18,4 @@ bool HandleDebugURL(const GURL& url, content::PageTransition transition);
|
|
|
| } // namespace content
|
|
|
| -#endif // CONTENT_BROWSER_TAB_CONTENTS_DEBUG_URLS_H_
|
| +#endif // CONTENT_BROWSER_WEB_CONTENTS_DEBUG_URLS_H_
|
|
|