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

Unified Diff: components/browsing_data/core/browsing_data_utils.h

Issue 2127403002: Make browsing_data component a layered component (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Removed output_name from components/browsing_data/content/BUILD.gn Created 4 years, 5 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 | « components/browsing_data/core/DEPS ('k') | components/browsing_data/core/browsing_data_utils.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/browsing_data/core/browsing_data_utils.h
diff --git a/components/browsing_data/browsing_data_utils.h b/components/browsing_data/core/browsing_data_utils.h
similarity index 86%
rename from components/browsing_data/browsing_data_utils.h
rename to components/browsing_data/core/browsing_data_utils.h
index 3211d76e3cad9be60f93d1ca03a36897d94cc25e..bc65b14b4aa0a273b2de985b6a8062098fafc527 100644
--- a/components/browsing_data/browsing_data_utils.h
+++ b/components/browsing_data/core/browsing_data_utils.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_BROWSING_DATA_BROWSING_DATA_UTILS_H_
-#define COMPONENTS_BROWSING_DATA_BROWSING_DATA_UTILS_H_
+#ifndef COMPONENTS_BROWSING_DATA_CORE_BROWSING_DATA_UTILS_H_
+#define COMPONENTS_BROWSING_DATA_CORE_BROWSING_DATA_UTILS_H_
#include "base/strings/string16.h"
#include "base/time/time.h"
@@ -44,4 +44,4 @@ base::Time CalculateBeginDeleteTime(TimePeriod time_period);
} // namespace browsing_data
-#endif // COMPONENTS_BROWSING_DATA_BROWSING_DATA_UTILS_H_
+#endif // COMPONENTS_BROWSING_DATA_CORE_BROWSING_DATA_UTILS_H_
« no previous file with comments | « components/browsing_data/core/DEPS ('k') | components/browsing_data/core/browsing_data_utils.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698