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

Unified Diff: chrome/test/perf/perftests.cc

Issue 13929014: Fix two includes of .cc files that should be includes of the corresponding headers. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: rebase Created 7 years, 8 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 | « chrome/browser/extensions/api/streams_private/streams_private_apitest.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/test/perf/perftests.cc
diff --git a/chrome/test/perf/perftests.cc b/chrome/test/perf/perftests.cc
index d766e3929c1d8229e0e8ef8188f335a61d4e00dd..5ff87431ae911e20081854c633a866ff56146114 100644
--- a/chrome/test/perf/perftests.cc
+++ b/chrome/test/perf/perftests.cc
@@ -4,7 +4,7 @@
#include "base/message_loop.h"
#include "base/test/perf_test_suite.h"
-#include "chrome/common/chrome_paths.cc"
+#include "chrome/common/chrome_paths.h"
int main(int argc, char **argv) {
base::PerfTestSuite suite(argc, argv);
« no previous file with comments | « chrome/browser/extensions/api/streams_private/streams_private_apitest.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698