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__ |