Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(6)

Unified Diff: chrome/browser/extensions/api/debugger/debugger_api.h

Issue 10762006: Moved c/b/e/*debugger* to c/b/e/api/debugger/ (Closed) Base URL: http://git.chromium.org/chromium/src.git@master
Patch Set: Sync with trunk Created 8 years, 5 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | chrome/browser/extensions/api/debugger/debugger_api.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 74d8c8bf3a5d7c72f70485874783b1839753dbf5..62d6b65774bff13b449b4febce9d78f945c0e47c 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_
#include <string>
@@ -80,4 +80,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_
« no previous file with comments | « no previous file | chrome/browser/extensions/api/debugger/debugger_api.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698