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

Unified Diff: chrome/browser/first_run/first_run_mac.mm

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_mac.mm
diff --git a/chrome/browser/first_run_mac.mm b/chrome/browser/first_run/first_run_mac.mm
similarity index 99%
rename from chrome/browser/first_run_mac.mm
rename to chrome/browser/first_run/first_run_mac.mm
index a9c5d21694be70b02794c5de2b99d3e14a0f7b5a..725784ca73bf851076489027bde7963dede724c7 100644
--- a/chrome/browser/first_run_mac.mm
+++ b/chrome/browser/first_run/first_run_mac.mm
@@ -2,7 +2,7 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
-#include "chrome/browser/first_run.h"
+#include "chrome/browser/first_run/first_run.h"
#import "base/scoped_nsobject.h"
#include "base/sys_string_conversions.h"

Powered by Google App Engine
This is Rietveld 408576698