summaryrefslogtreecommitdiffstats
path: root/content/renderer/memory_benchmarking_extension.cc
diff options
context:
space:
mode:
authorrsleevi@chromium.org <rsleevi@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2013-02-20 10:31:45 +0000
committerrsleevi@chromium.org <rsleevi@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2013-02-20 10:31:45 +0000
commit9b85c922c1ad1c842c99d7874aeea085777b9903 (patch)
treecb3ace0385cd45c5144feb65902b0211c0172ed8 /content/renderer/memory_benchmarking_extension.cc
parentec281641c596400842c4bfb8db04645de22838cc (diff)
downloadchromium_src-9b85c922c1ad1c842c99d7874aeea085777b9903.zip
chromium_src-9b85c922c1ad1c842c99d7874aeea085777b9903.tar.gz
chromium_src-9b85c922c1ad1c842c99d7874aeea085777b9903.tar.bz2
Linux/ChromeOS Chromium style checker cleanup, misc edition.
Automated clean up of style checker errors that were missed due to the plugin not being executed on implementation files. BUG=115047 TBR=brettw, satorux Review URL: https://chromiumcodereview.appspot.com/12253025 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@183461 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'content/renderer/memory_benchmarking_extension.cc')
-rw-r--r--content/renderer/memory_benchmarking_extension.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/content/renderer/memory_benchmarking_extension.cc b/content/renderer/memory_benchmarking_extension.cc
index 20e3e16..2dbfbda 100644
--- a/content/renderer/memory_benchmarking_extension.cc
+++ b/content/renderer/memory_benchmarking_extension.cc
@@ -40,7 +40,7 @@ class MemoryBenchmarkingWrapper : public v8::Extension {
) {}
virtual v8::Handle<v8::FunctionTemplate> GetNativeFunction(
- v8::Handle<v8::String> name) {
+ v8::Handle<v8::String> name) OVERRIDE {
if (name->Equals(v8::String::New("IsHeapProfilerRunning")))
return v8::FunctionTemplate::New(IsHeapProfilerRunning);
else if (name->Equals(v8::String::New("HeapProfilerDump")))