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

Unified Diff: chrome/browser/ui/startup/startup_browser_creator_impl_unittest.cc

Issue 2824413002: Fix wrong inclusion of .cc file in ui/ (Closed)
Patch Set: Created 3 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 | « no previous file | chrome/browser/ui/views/hung_renderer_view_browsertest.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/ui/startup/startup_browser_creator_impl_unittest.cc
diff --git a/chrome/browser/ui/startup/startup_browser_creator_impl_unittest.cc b/chrome/browser/ui/startup/startup_browser_creator_impl_unittest.cc
index 5424ca20bd2a101f7e9aa0cfe02f4a01ff4b3487..9eb7890036710fb76ebefa0cf757daefcdbff347 100644
--- a/chrome/browser/ui/startup/startup_browser_creator_impl_unittest.cc
+++ b/chrome/browser/ui/startup/startup_browser_creator_impl_unittest.cc
@@ -6,7 +6,7 @@
#include "base/command_line.h"
#include "chrome/browser/ui/startup/startup_tab_provider.h"
-#include "chrome/common/url_constants.cc"
+#include "chrome/common/url_constants.h"
#include "testing/gtest/include/gtest/gtest.h"
using Creator = StartupBrowserCreatorImpl;
« no previous file with comments | « no previous file | chrome/browser/ui/views/hung_renderer_view_browsertest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698