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

Unified Diff: chrome/browser/devtools/remote_debugging_server.h

Issue 11630004: DevTools: rename debugger/ to devtools/, move DevTools files into content/renderer/devtools. (Closed) Base URL: http://git.chromium.org/chromium/src.git@master
Patch Set: For landing Created 8 years 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/devtools/remote_debugging_server.h
diff --git a/chrome/browser/debugger/remote_debugging_server.h b/chrome/browser/devtools/remote_debugging_server.h
similarity index 78%
rename from chrome/browser/debugger/remote_debugging_server.h
rename to chrome/browser/devtools/remote_debugging_server.h
index e1c2785b8991163e418a7c068d105c19845d9dbf..d872f290c9eadc8e9be3b116e47ed19a402aadbd 100644
--- a/chrome/browser/debugger/remote_debugging_server.h
+++ b/chrome/browser/devtools/remote_debugging_server.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_REMOTE_DEBUGGING_SERVER_H_
-#define CHROME_BROWSER_DEBUGGER_REMOTE_DEBUGGING_SERVER_H_
+#ifndef CHROME_BROWSER_DEVTOOLS_REMOTE_DEBUGGING_SERVER_H_
+#define CHROME_BROWSER_DEVTOOLS_REMOTE_DEBUGGING_SERVER_H_
#include <string>
@@ -29,4 +29,4 @@ class RemoteDebuggingServer {
DISALLOW_COPY_AND_ASSIGN(RemoteDebuggingServer);
};
-#endif // CHROME_BROWSER_DEBUGGER_REMOTE_DEBUGGING_SERVER_H_
+#endif // CHROME_BROWSER_DEVTOOLS_REMOTE_DEBUGGING_SERVER_H_

Powered by Google App Engine
This is Rietveld 408576698