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

Unified Diff: src/inspector/string-util.h

Issue 2343733002: [inspector] enabled presubmit for inspector sub folder (Closed)
Patch Set: addressed comments Created 4 years, 3 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 | « src/inspector/string-16.cc ('k') | src/inspector/v8-console.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: src/inspector/string-util.h
diff --git a/src/inspector/string-util.h b/src/inspector/string-util.h
index aeb55c1c2ff8b77ddcd4cc0563833993e86325db..30137b8b786f9796b2286780a2c89194b66b1a43 100644
--- a/src/inspector/string-util.h
+++ b/src/inspector/string-util.h
@@ -57,8 +57,6 @@ StringView toStringView(const String16&);
bool stringViewStartsWith(const StringView&, const char*);
class StringBufferImpl : public StringBuffer {
- DISALLOW_COPY_AND_ASSIGN(StringBufferImpl);
-
public:
// Destroys string's content.
static std::unique_ptr<StringBufferImpl> adopt(String16&);
@@ -68,6 +66,8 @@ class StringBufferImpl : public StringBuffer {
explicit StringBufferImpl(String16&);
String16 m_owner;
StringView m_string;
+
+ DISALLOW_COPY_AND_ASSIGN(StringBufferImpl);
};
} // namespace v8_inspector
« no previous file with comments | « src/inspector/string-16.cc ('k') | src/inspector/v8-console.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698