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

Unified Diff: components/sessions/core/serialized_navigation_entry.h

Issue 1361613002: Move all core files in //components/sessions into core/ subdir (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Rebase Created 5 years, 3 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: components/sessions/core/serialized_navigation_entry.h
diff --git a/components/sessions/serialized_navigation_entry.h b/components/sessions/core/serialized_navigation_entry.h
similarity index 95%
rename from components/sessions/serialized_navigation_entry.h
rename to components/sessions/core/serialized_navigation_entry.h
index 44135f489d99e6bb116ae7df9800cee336f0fda5..c0b01a084b29d736e60ffbe86593370ca0090eb5 100644
--- a/components/sessions/serialized_navigation_entry.h
+++ b/components/sessions/core/serialized_navigation_entry.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 COMPONENTS_SESSIONS_SERIALIZED_NAVIGATION_ENTRY_H_
-#define COMPONENTS_SESSIONS_SERIALIZED_NAVIGATION_ENTRY_H_
+#ifndef COMPONENTS_SESSIONS_CORE_SERIALIZED_NAVIGATION_ENTRY_H_
+#define COMPONENTS_SESSIONS_CORE_SERIALIZED_NAVIGATION_ENTRY_H_
#include <set>
#include <string>
@@ -13,7 +13,7 @@
#include "base/memory/scoped_ptr.h"
#include "base/strings/string16.h"
#include "base/time/time.h"
-#include "components/sessions/sessions_export.h"
+#include "components/sessions/core/sessions_export.h"
#include "ui/base/page_transition_types.h"
#include "url/gurl.h"
@@ -143,4 +143,4 @@ class SESSIONS_EXPORT SerializedNavigationEntry {
} // namespace sessions
-#endif // COMPONENTS_SESSIONS_SERIALIZED_NAVIGATION_ENTRY_H_
+#endif // COMPONENTS_SESSIONS_CORE_SERIALIZED_NAVIGATION_ENTRY_H_
« no previous file with comments | « components/sessions/core/serialized_navigation_driver.h ('k') | components/sessions/core/serialized_navigation_entry.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698