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

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: Missed some files =) 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
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_

Powered by Google App Engine
This is Rietveld 408576698