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

Unified Diff: third_party/WebKit/Source/core/dom/URLSearchParams.h

Issue 1473243002: Clean up on URLSearchParams (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 1 month 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 | « no previous file | third_party/WebKit/Source/core/dom/URLSearchParams.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/WebKit/Source/core/dom/URLSearchParams.h
diff --git a/third_party/WebKit/Source/core/dom/URLSearchParams.h b/third_party/WebKit/Source/core/dom/URLSearchParams.h
index 5b3ea65766d5366f23c892f9ebb6c27c25e5352d..59c797472d2a9929aff90c26c77c0074ddb8ff0d 100644
--- a/third_party/WebKit/Source/core/dom/URLSearchParams.h
+++ b/third_party/WebKit/Source/core/dom/URLSearchParams.h
@@ -12,6 +12,7 @@
#include "platform/network/EncodedFormData.h"
#include "wtf/Forward.h"
#include "wtf/text/WTFString.h"
+#include <base/gtest_prod_util.h>
#include <utility>
namespace blink {
@@ -51,7 +52,7 @@ public:
DECLARE_TRACE();
private:
- friend class URLSearchParamsTest_EncodedFormData_Test;
+ FRIEND_TEST_ALL_PREFIXES(URLSearchParamsTest, EncodedFormData);
explicit URLSearchParams(const String&);
explicit URLSearchParams(URLSearchParams*);
« no previous file with comments | « no previous file | third_party/WebKit/Source/core/dom/URLSearchParams.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698