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

Unified Diff: ios/chrome/browser/snapshots/snapshots_util.h

Issue 862693003: Upstream //ios/chrome/browser/snapshots (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Rebase Created 5 years, 10 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 | « ios/chrome/browser/snapshots/snapshot_overlay.mm ('k') | ios/chrome/browser/snapshots/snapshots_util.mm » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ios/chrome/browser/snapshots/snapshots_util.h
diff --git a/ios/chrome/browser/ui/snapshots_util.h b/ios/chrome/browser/snapshots/snapshots_util.h
similarity index 73%
rename from ios/chrome/browser/ui/snapshots_util.h
rename to ios/chrome/browser/snapshots/snapshots_util.h
index 04872b6d128d83352f52e64d68c33611d0663cd4..c1efb990dbe72a2d18fb3aa8870cd3ab0b603f7f 100644
--- a/ios/chrome/browser/ui/snapshots_util.h
+++ b/ios/chrome/browser/snapshots/snapshots_util.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 IOS_CHROME_BROWSER_UI_SNAPSHOTS_UTIL_H_
-#define IOS_CHROME_BROWSER_UI_SNAPSHOTS_UTIL_H_
+#ifndef IOS_CHROME_BROWSER_SNAPSHOTS_SNAPSHOTS_UTIL_H_
+#define IOS_CHROME_BROWSER_SNAPSHOTS_SNAPSHOTS_UTIL_H_
#include <vector>
@@ -16,4 +16,4 @@ void ClearIOSSnapshots();
// snapshots taken by iOS.
void GetSnapshotsPaths(std::vector<base::FilePath>* snapshotsPaths);
-#endif // IOS_CHROME_BROWSER_UI_SNAPSHOTS_UTIL_H_
+#endif // IOS_CHROME_BROWSER_SNAPSHOTS_SNAPSHOTS_UTIL_H_
« no previous file with comments | « ios/chrome/browser/snapshots/snapshot_overlay.mm ('k') | ios/chrome/browser/snapshots/snapshots_util.mm » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698