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

Unified Diff: content/shell/webkit_test_runner_bindings.h

Issue 10860037: [content shell] rename layout_test_controller{,_host,_bindings}.* to webkit_test_runner (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: patch for landing Created 8 years, 4 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
« no previous file with comments | « content/shell/webkit_test_runner.js ('k') | content/shell/webkit_test_runner_bindings.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/shell/webkit_test_runner_bindings.h
diff --git a/content/shell/layout_test_controller_bindings.h b/content/shell/webkit_test_runner_bindings.h
similarity index 56%
rename from content/shell/layout_test_controller_bindings.h
rename to content/shell/webkit_test_runner_bindings.h
index 0ffcf45fd2e66e9f299ec6bb5444938d39394acd..d9eac862542d2c3fbd65d6aea34c457b19fd415e 100644
--- a/content/shell/layout_test_controller_bindings.h
+++ b/content/shell/webkit_test_runner_bindings.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_SHELL_LAYOUT_TEST_CONTROLLER_BINDINGS_H_
-#define CONTENT_SHELL_LAYOUT_TEST_CONTROLLER_BINDINGS_H_
+#ifndef CONTENT_SHELL_WEBKIT_TEST_RUNNER_BINDINGS_H_
+#define CONTENT_SHELL_WEBKIT_TEST_RUNNER_BINDINGS_H_
#include "base/basictypes.h"
#include "base/compiler_specific.h"
@@ -11,19 +11,19 @@
namespace content {
-class LayoutTestControllerBindings : public v8::Extension {
+class WebKitTestRunnerBindings : public v8::Extension {
public:
- LayoutTestControllerBindings();
- virtual ~LayoutTestControllerBindings();
+ WebKitTestRunnerBindings();
+ virtual ~WebKitTestRunnerBindings();
// v8::Extension implementation.
virtual v8::Handle<v8::FunctionTemplate>
GetNativeFunction(v8::Handle<v8::String> name) OVERRIDE;
private:
- DISALLOW_COPY_AND_ASSIGN(LayoutTestControllerBindings);
+ DISALLOW_COPY_AND_ASSIGN(WebKitTestRunnerBindings);
};
} // namespace content
-#endif // CONTENT_SHELL_LAYOUT_TEST_CONTROLLER_BINDINGS_H_
+#endif // CONTENT_SHELL_WEBKIT_TEST_RUNNER_BINDINGS_H_
« no previous file with comments | « content/shell/webkit_test_runner.js ('k') | content/shell/webkit_test_runner_bindings.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698