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

Unified Diff: chrome/browser/first_run/first_run_unittest.cc

Issue 3043030: Move browser/first_run* into into a subdirectory. (Closed)
Patch Set: Created 10 years, 5 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
Index: chrome/browser/first_run/first_run_unittest.cc
diff --git a/chrome/browser/first_run_unittest.cc b/chrome/browser/first_run/first_run_unittest.cc
similarity index 93%
rename from chrome/browser/first_run_unittest.cc
rename to chrome/browser/first_run/first_run_unittest.cc
index 855537033b3b94b002019e6b52d4c565f77fbb95..6a32fe140e437364d72254e773e62a93371e0dac 100644
--- a/chrome/browser/first_run_unittest.cc
+++ b/chrome/browser/first_run/first_run_unittest.cc
@@ -3,7 +3,7 @@
// found in the LICENSE file.
#include "base/file_util.h"
-#include "chrome/browser/first_run.h"
+#include "chrome/browser/first_run/first_run.h"
#include "testing/gtest/include/gtest/gtest.h"
class FirstRunTest : public testing::Test {

Powered by Google App Engine
This is Rietveld 408576698