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

Unified Diff: chrome/browser/sync/sessions/sync_sessions_metrics_android.h

Issue 2343463003: [Sync] Fix namespaces for the sync_sessions component. (Closed)
Patch Set: Fix gn. Created 4 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: chrome/browser/sync/sessions/sync_sessions_metrics_android.h
diff --git a/chrome/browser/sync/sync_sessions_metrics_android.h b/chrome/browser/sync/sessions/sync_sessions_metrics_android.h
similarity index 60%
rename from chrome/browser/sync/sync_sessions_metrics_android.h
rename to chrome/browser/sync/sessions/sync_sessions_metrics_android.h
index 1e1682193289dabb31866cd4bb786d834a9a0f0a..9bd866416f266423756648ddd6a9f1519dda54e7 100644
--- a/chrome/browser/sync/sync_sessions_metrics_android.h
+++ b/chrome/browser/sync/sessions/sync_sessions_metrics_android.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_SYNC_SYNC_SESSIONS_METRICS_ANDROID_H_
-#define CHROME_BROWSER_SYNC_SYNC_SESSIONS_METRICS_ANDROID_H_
+#ifndef CHROME_BROWSER_SYNC_SESSIONS_SYNC_SESSIONS_METRICS_ANDROID_H_
+#define CHROME_BROWSER_SYNC_SESSIONS_SYNC_SESSIONS_METRICS_ANDROID_H_
#include <jni.h>
@@ -13,4 +13,4 @@ class SyncSessionsMetricsAndroid {
static bool Register(JNIEnv* env);
};
-#endif // CHROME_BROWSER_SYNC_SYNC_SESSIONS_METRICS_ANDROID_H_
+#endif // CHROME_BROWSER_SYNC_SESSIONS_SYNC_SESSIONS_METRICS_ANDROID_H_

Powered by Google App Engine
This is Rietveld 408576698