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

Unified Diff: sync/util/extensions_activity_monitor.h

Issue 9699057: [Sync] Move 'sync' target to sync/ (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Address Tim's comments Created 8 years, 9 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
« no previous file with comments | « sync/util/enum_set_unittest.cc ('k') | sync/util/extensions_activity_monitor.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: sync/util/extensions_activity_monitor.h
diff --git a/chrome/browser/sync/util/extensions_activity_monitor.h b/sync/util/extensions_activity_monitor.h
similarity index 88%
rename from chrome/browser/sync/util/extensions_activity_monitor.h
rename to sync/util/extensions_activity_monitor.h
index 2a1d666c0a1affd8670f2a29f17cc39a2fe5161f..9a5fdef91fdc59144f485c1183ca62677ac472a1 100644
--- a/chrome/browser/sync/util/extensions_activity_monitor.h
+++ b/sync/util/extensions_activity_monitor.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_UTIL_EXTENSIONS_ACTIVITY_MONITOR_H_
-#define CHROME_BROWSER_SYNC_UTIL_EXTENSIONS_ACTIVITY_MONITOR_H_
+#ifndef SYNC_UTIL_EXTENSIONS_ACTIVITY_MONITOR_H_
+#define SYNC_UTIL_EXTENSIONS_ACTIVITY_MONITOR_H_
#pragma once
#include <map>
@@ -50,4 +50,4 @@ class ExtensionsActivityMonitor {
} // namespace browser_sync
-#endif // CHROME_BROWSER_SYNC_UTIL_EXTENSIONS_ACTIVITY_MONITOR_H_
+#endif // SYNC_UTIL_EXTENSIONS_ACTIVITY_MONITOR_H_
« no previous file with comments | « sync/util/enum_set_unittest.cc ('k') | sync/util/extensions_activity_monitor.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698