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

Unified Diff: sync/util/data_type_histogram.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/data_encryption_win_unittest.cc ('k') | sync/util/data_type_histogram_unittest.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: sync/util/data_type_histogram.h
diff --git a/chrome/browser/sync/util/data_type_histogram.h b/sync/util/data_type_histogram.h
similarity index 93%
rename from chrome/browser/sync/util/data_type_histogram.h
rename to sync/util/data_type_histogram.h
index 004782224832e60c603a4f70df1322d8fbb623d6..72ab1b5e2e7db0de32786329e761b7ba4c6aab92 100644
--- a/chrome/browser/sync/util/data_type_histogram.h
+++ b/sync/util/data_type_histogram.h
@@ -2,13 +2,13 @@
// 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_DATA_TYPE_HISTOGRAM_H_
-#define CHROME_BROWSER_SYNC_UTIL_DATA_TYPE_HISTOGRAM_H_
+#ifndef SYNC_UTIL_DATA_TYPE_HISTOGRAM_H_
+#define SYNC_UTIL_DATA_TYPE_HISTOGRAM_H_
#pragma once
#include "base/metrics/histogram.h"
#include "base/time.h"
-#include "chrome/browser/sync/syncable/model_type.h"
+#include "sync/syncable/model_type.h"
// For now, this just implements UMA_HISTOGRAM_LONG_TIMES. This can be adjusted
// if we feel the min, max, or bucket count amount are not appropriate.
@@ -88,4 +88,4 @@
} \
} while (0)
-#endif // CHROME_BROWSER_SYNC_UTIL_DATA_TYPE_HISTOGRAM_H_
+#endif // SYNC_UTIL_DATA_TYPE_HISTOGRAM_H_
« no previous file with comments | « sync/util/data_encryption_win_unittest.cc ('k') | sync/util/data_type_histogram_unittest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698