Chromium Code Reviews| Index: chrome/browser/extensions/api/debugger/debugger_api.h |
| diff --git a/chrome/browser/extensions/extension_debugger_api.h b/chrome/browser/extensions/api/debugger/debugger_api.h |
| similarity index 90% |
| rename from chrome/browser/extensions/extension_debugger_api.h |
| rename to chrome/browser/extensions/api/debugger/debugger_api.h |
| index 1ca886109863d209fbc3f306c0e2f1238f13f238..13376f7b5f5a169a46449f59e82a58f2c694e789 100644 |
| --- a/chrome/browser/extensions/extension_debugger_api.h |
| +++ b/chrome/browser/extensions/api/debugger/debugger_api.h |
| @@ -5,8 +5,8 @@ |
| // Defines the Chrome Extensions Debugger API functions for attaching debugger |
| // to the page. |
| -#ifndef CHROME_BROWSER_EXTENSIONS_EXTENSION_DEBUGGER_API_H_ |
| -#define CHROME_BROWSER_EXTENSIONS_EXTENSION_DEBUGGER_API_H_ |
| +#ifndef CHROME_BROWSER_EXTENSIONS_API_DEBUGGER_DEBUGGER_API_H_ |
| +#define CHROME_BROWSER_EXTENSIONS_API_DEBUGGER_DEBUGGER_API_H_ |
| #pragma once |
|
Mihai Parparita -not on Chrome
2012/07/11 22:44:26
FWIW, #pragma once is now banned
|
| #include <string> |
| @@ -81,4 +81,4 @@ class SendCommandDebuggerFunction : public DebuggerFunction { |
| virtual bool RunImpl() OVERRIDE; |
| }; |
| -#endif // CHROME_BROWSER_EXTENSIONS_EXTENSION_DEBUGGER_API_H_ |
| +#endif // CHROME_BROWSER_EXTENSIONS_API_DEBUGGER_DEBUGGER_API_H_ |