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

Unified Diff: content/browser/debugger/worker_devtools_message_filter.h

Issue 11645015: Revert r173891 - "DevTools: rename debugger/ to devtools/, move DevTools files into content/rendere… (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: 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/debugger/worker_devtools_message_filter.h
diff --git a/content/browser/devtools/worker_devtools_message_filter.h b/content/browser/debugger/worker_devtools_message_filter.h
similarity index 83%
rename from content/browser/devtools/worker_devtools_message_filter.h
rename to content/browser/debugger/worker_devtools_message_filter.h
index 73ba6f8442a9735539f0bc24d62c85aeed955244..e50dfa805099a25885d98d751f3a5259688cc83d 100644
--- a/content/browser/devtools/worker_devtools_message_filter.h
+++ b/content/browser/debugger/worker_devtools_message_filter.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 CONTENT_BROWSER_DEVTOOLS_WORKER_DEVTOOLS_MESSAGE_FILTER_H_
-#define CONTENT_BROWSER_DEVTOOLS_WORKER_DEVTOOLS_MESSAGE_FILTER_H_
+#ifndef CONTENT_BROWSER_DEBUGGER_WORKER_DEVTOOLS_MESSAGE_FILTER_H_
+#define CONTENT_BROWSER_DEBUGGER_WORKER_DEVTOOLS_MESSAGE_FILTER_H_
#include "base/callback_forward.h"
#include "content/public/browser/browser_message_filter.h"
@@ -32,4 +32,4 @@ class WorkerDevToolsMessageFilter : public BrowserMessageFilter {
} // namespace content
-#endif // CONTENT_BROWSER_DEVTOOLS_WORKER_DEVTOOLS_MESSAGE_FILTER_H_
+#endif // CONTENT_BROWSER_DEBUGGER_WORKER_DEVTOOLS_MESSAGE_FILTER_H_
« no previous file with comments | « content/browser/debugger/worker_devtools_manager.cc ('k') | content/browser/debugger/worker_devtools_message_filter.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698