Index: content/public/browser/devtools_client_host.cc |
diff --git a/content/public/browser/devtools_client_host.cc b/content/public/browser/devtools_client_host.cc |
new file mode 100644 |
index 0000000000000000000000000000000000000000..f25a1073e2a7d9828e31214ccb0aa4bf108898ae |
--- /dev/null |
+++ b/content/public/browser/devtools_client_host.cc |
@@ -0,0 +1,15 @@ |
+// Copyright (c) 2011 The Chromium Authors. All rights reserved. |
jam
2011/12/01 03:51:47
nit: remove this file
yurys
2011/12/01 15:20:06
Done.
|
+// Use of this source code is governed by a BSD-style license that can be |
+// found in the LICENSE file. |
+ |
+#include "content/public/browser/devtools_client_host.h" |
+ |
+namespace content { |
+ |
+DevToolsClientHost::~DevToolsClientHost() { |
+} |
+ |
+DevToolsClientHost::DevToolsClientHost() { |
+} |
+ |
+} // namespace content |