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

Unified Diff: webkit/tools/test_shell/test_shell_devtools_callargs.h

Issue 15028002: Delete test_shell. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Add dummy test_shell build target. Created 7 years, 7 months 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: webkit/tools/test_shell/test_shell_devtools_callargs.h
diff --git a/webkit/tools/test_shell/test_shell_devtools_callargs.h b/webkit/tools/test_shell/test_shell_devtools_callargs.h
deleted file mode 100644
index 29e22f229d3172b2968b7a1335a286bd07869ef8..0000000000000000000000000000000000000000
--- a/webkit/tools/test_shell/test_shell_devtools_callargs.h
+++ /dev/null
@@ -1,28 +0,0 @@
-// Copyright (c) 2010 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 WEBKIT_TOOLS_TEST_SHELL_TEST_SHELL_DEVTOOLS_CALLARGS_H_
-#define WEBKIT_TOOLS_TEST_SHELL_TEST_SHELL_DEVTOOLS_CALLARGS_H_
-
-#include "base/basictypes.h"
-
-#include "third_party/WebKit/Source/Platform/chromium/public/WebString.h"
-
-class TestShellDevToolsCallArgs {
- public:
- explicit TestShellDevToolsCallArgs(const WebKit::WebString& data);
-
- TestShellDevToolsCallArgs(const TestShellDevToolsCallArgs& args);
-
- ~TestShellDevToolsCallArgs();
-
- static int calls_count() { return calls_count_; }
-
- WebKit::WebString data_;
-
- private:
- static int calls_count_;
-};
-
-#endif // WEBKIT_TOOLS_TEST_SHELL_TEST_SHELL_DEVTOOLS_CALLARGS_H_

Powered by Google App Engine
This is Rietveld 408576698