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

Unified Diff: chrome/browser/prefs/session_startup_pref.h

Issue 3203008: Move prefs-related files under chrome/browser/ into a prefs/ subdir. (Closed) Base URL: http://src.chromium.org/git/chromium.git
Patch Set: Created 10 years, 4 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/prefs/session_startup_pref.h
diff --git a/chrome/browser/session_startup_pref.h b/chrome/browser/prefs/session_startup_pref.h
similarity index 89%
rename from chrome/browser/session_startup_pref.h
rename to chrome/browser/prefs/session_startup_pref.h
index 57da962f32f97474014dd3885b7621097f951122..a2a1660acac3f582a015899c161fc6b7d59b9a9d 100644
--- a/chrome/browser/session_startup_pref.h
+++ b/chrome/browser/prefs/session_startup_pref.h
@@ -2,8 +2,8 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
-#ifndef CHROME_BROWSER_SESSION_STARTUP_PREF_H__
-#define CHROME_BROWSER_SESSION_STARTUP_PREF_H__
+#ifndef CHROME_BROWSER_PREFS_SESSION_STARTUP_PREF_H__
+#define CHROME_BROWSER_PREFS_SESSION_STARTUP_PREF_H__
#pragma once
#include <vector>
@@ -48,4 +48,4 @@ struct SessionStartupPref {
std::vector<GURL> urls;
};
-#endif // CHROME_BROWSER_SESSION_STARTUP_PREF_H__
+#endif // CHROME_BROWSER_PREFS_SESSION_STARTUP_PREF_H__

Powered by Google App Engine
This is Rietveld 408576698