| 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_
|
|
|