Index: android_webview/browser/aw_dev_tools_discovery_provider.h |
diff --git a/android_webview/browser/aw_dev_tools_discovery_provider.h b/android_webview/browser/aw_dev_tools_discovery_provider.h |
deleted file mode 100644 |
index 52aff5ae2221a89538696cfd0dbbd54033b600f4..0000000000000000000000000000000000000000 |
--- a/android_webview/browser/aw_dev_tools_discovery_provider.h |
+++ /dev/null |
@@ -1,25 +0,0 @@ |
-// Copyright 2015 The Chromium Authors. All rights reserved. |
-// Use of this source code is governed by a BSD-style license that can be |
-// found in the LICENSE file. |
- |
-#ifndef ANDROID_WEBVIEW_BROWSER_AW_DEV_TOOLS_DISCOVERY_PROVIDER_H_ |
-#define ANDROID_WEBVIEW_BROWSER_AW_DEV_TOOLS_DISCOVERY_PROVIDER_H_ |
- |
-#include "base/macros.h" |
- |
-namespace android_webview { |
- |
-class AwDevToolsDiscoveryProvider { |
- public: |
- // Installs provider to devtools_discovery. |
- static void Install(); |
- |
- private: |
- AwDevToolsDiscoveryProvider(); |
- ~AwDevToolsDiscoveryProvider(); |
- DISALLOW_COPY_AND_ASSIGN(AwDevToolsDiscoveryProvider); |
-}; |
- |
-} // namespace android_webview |
- |
-#endif // ANDROID_WEBVIEW_BROWSER_AW_DEV_TOOLS_DISCOVERY_PROVIDER_H_ |