debugger: Remove obsolete TODO comment.
std::string usage was already replaced by SkString.
R=chudy@google.com, tomhudson@google.com
Review URL: https://codereview.appspot.com/6596043
git-svn-id: http://skia.googlecode.com/svn/trunk@5738 2bbb7eff-a529-9590-31e7-b0007b416f81
diff --git a/debugger/SkObjectParser.h b/debugger/SkObjectParser.h
index 16cd623..fc6fb1a 100644
--- a/debugger/SkObjectParser.h
+++ b/debugger/SkObjectParser.h
@@ -1,4 +1,3 @@
-
/*
* Copyright 2012 Google Inc.
*
@@ -6,17 +5,16 @@
* found in the LICENSE file.
*/
-
#ifndef SKOBJECTPARSER_H_
#define SKOBJECTPARSER_H_
#include "SkCanvas.h"
#include "SkString.h"
+
/** \class SkObjectParser
The ObjectParser is used to return string information about parameters
in each draw command.
- TODO(chudy): Change std::string to SkString
*/
class SkObjectParser {
public: