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

Unified Diff: components/sessions/core/base_session_service.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/base_session_service.h
diff --git a/components/sessions/base_session_service.h b/components/sessions/core/base_session_service.h
similarity index 95%
rename from components/sessions/base_session_service.h
rename to components/sessions/core/base_session_service.h
index 2f4d32edb83ff18db03360562eb5406d251b13dd..03f77dfa379bdd9eecf111aa47b739083ef1802f 100644
--- a/components/sessions/base_session_service.h
+++ b/components/sessions/core/base_session_service.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_BASE_SESSION_SERVICE_H_
-#define COMPONENTS_SESSIONS_BASE_SESSION_SERVICE_H_
+#ifndef COMPONENTS_SESSIONS_CORE_BASE_SESSION_SERVICE_H_
+#define COMPONENTS_SESSIONS_CORE_BASE_SESSION_SERVICE_H_
#include "base/basictypes.h"
#include "base/callback.h"
@@ -12,7 +12,7 @@
#include "base/memory/scoped_vector.h"
#include "base/memory/weak_ptr.h"
#include "base/task/cancelable_task_tracker.h"
-#include "components/sessions/sessions_export.h"
+#include "components/sessions/core/sessions_export.h"
#include "url/gurl.h"
@@ -134,4 +134,4 @@ class SESSIONS_EXPORT BaseSessionService {
} // namespace sessions
-#endif // COMPONENTS_SESSIONS_BASE_SESSION_SERVICE_H_
+#endif // COMPONENTS_SESSIONS_CORE_BASE_SESSION_SERVICE_H_

Powered by Google App Engine
This is Rietveld 408576698