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

Unified Diff: headless/public/domains/types_unittest.cc

Issue 2473073003: [headless] Refactor headless devtools client API. (Closed)
Patch Set: Address comments from skyostil@. Created 4 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 | « headless/public/domains/README.md ('k') | headless/public/internal/value_conversions.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: headless/public/domains/types_unittest.cc
diff --git a/headless/public/domains/types_unittest.cc b/headless/public/domains/types_unittest.cc
index 11f5ac4fc024e4ab724dee18411bed13c18d6d1f..a894139a9e6745a522d948ced4ccd52d508b8abc 100644
--- a/headless/public/domains/types_unittest.cc
+++ b/headless/public/domains/types_unittest.cc
@@ -3,7 +3,7 @@
// found in the LICENSE file.
#include "base/json/json_reader.h"
-#include "headless/public/domains/types.h"
+#include "headless/public/domains/types.h" // TODO(altimin): Remove it.
Sami 2016/11/08 18:58:44 Could we replace these with the individual ones th
altimin 2016/11/08 19:16:58 Done.
#include "testing/gtest/include/gtest/gtest.h"
namespace headless {
« no previous file with comments | « headless/public/domains/README.md ('k') | headless/public/internal/value_conversions.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698