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

Unified Diff: chrome/browser/win/jumplist.h

Issue 2098713003: Moved a bunch of win-specific files to the new win folder in chrome/browser (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Rebase Created 4 years, 6 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 | « chrome/browser/win/enumerate_modules_model_unittest.cc ('k') | chrome/browser/win/jumplist.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/win/jumplist.h
diff --git a/chrome/browser/jumplist_win.h b/chrome/browser/win/jumplist.h
similarity index 97%
rename from chrome/browser/jumplist_win.h
rename to chrome/browser/win/jumplist.h
index 16c319ac225327e44a3cc5b735b9f22acf652253..24ca8a54823000b7103fd8ad9257bc91563007b3 100644
--- a/chrome/browser/jumplist_win.h
+++ b/chrome/browser/win/jumplist.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_JUMPLIST_WIN_H_
-#define CHROME_BROWSER_JUMPLIST_WIN_H_
+#ifndef CHROME_BROWSER_WIN_JUMPLIST_H_
+#define CHROME_BROWSER_WIN_JUMPLIST_H_
#include <stddef.h>
@@ -18,8 +18,8 @@
#include "base/synchronization/lock.h"
#include "base/task/cancelable_task_tracker.h"
#include "base/timer/timer.h"
-#include "chrome/browser/jumplist_updater_win.h"
#include "chrome/browser/prefs/incognito_mode_prefs.h"
+#include "chrome/browser/win/jumplist_updater.h"
#include "components/history/core/browser/history_service.h"
#include "components/history/core/browser/history_types.h"
#include "components/history/core/browser/top_sites_observer.h"
@@ -190,4 +190,4 @@ class JumpList : public sessions::TabRestoreServiceObserver,
DISALLOW_COPY_AND_ASSIGN(JumpList);
};
-#endif // CHROME_BROWSER_JUMPLIST_WIN_H_
+#endif // CHROME_BROWSER_WIN_JUMPLIST_H_
« no previous file with comments | « chrome/browser/win/enumerate_modules_model_unittest.cc ('k') | chrome/browser/win/jumplist.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698