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

Unified Diff: content/browser/devtools/devtools_manager_impl.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: content/browser/devtools/devtools_manager_impl.h
diff --git a/content/browser/debugger/devtools_manager_impl.h b/content/browser/devtools/devtools_manager_impl.h
similarity index 95%
rename from content/browser/debugger/devtools_manager_impl.h
rename to content/browser/devtools/devtools_manager_impl.h
index 2df870e1e44ab062872ee0645a233b6b76d635bf..ed213b73a6d34c94eca3303b13424c4982001277 100644
--- a/content/browser/debugger/devtools_manager_impl.h
+++ b/content/browser/devtools/devtools_manager_impl.h
@@ -2,15 +2,15 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
-#ifndef CONTENT_BROWSER_DEBUGGER_DEVTOOLS_MANAGER_IMPL_H_
-#define CONTENT_BROWSER_DEBUGGER_DEVTOOLS_MANAGER_IMPL_H_
+#ifndef CONTENT_BROWSER_DEVTOOLS_DEVTOOLS_MANAGER_IMPL_H_
+#define CONTENT_BROWSER_DEVTOOLS_DEVTOOLS_MANAGER_IMPL_H_
#include <map>
#include <string>
#include "base/compiler_specific.h"
#include "base/memory/singleton.h"
-#include "content/browser/debugger/devtools_agent_host.h"
+#include "content/browser/devtools/devtools_agent_host.h"
#include "content/common/content_export.h"
#include "content/public/browser/devtools_client_host.h"
#include "content/public/browser/devtools_manager.h"
@@ -128,4 +128,4 @@ class CONTENT_EXPORT DevToolsManagerImpl
} // namespace content
-#endif // CONTENT_BROWSER_DEBUGGER_DEVTOOLS_MANAGER_IMPL_H_
+#endif // CONTENT_BROWSER_DEVTOOLS_DEVTOOLS_MANAGER_IMPL_H_
« no previous file with comments | « content/browser/devtools/devtools_http_handler_unittest.cc ('k') | content/browser/devtools/devtools_manager_impl.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698