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

Side by Side Diff: chrome_frame/delete_chrome_history.h

Issue 12211108: Rename FilePath -> base::FilePath in various toplevel directories (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 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 unified diff | Download patch | Annotate | Revision Log
« no previous file with comments | « chrome_frame/crash_reporting/minidump_test.cc ('k') | chrome_frame/delete_chrome_history.cc » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 // Copyright (c) 2011 The Chromium Authors. All rights reserved. 1 // Copyright (c) 2011 The Chromium Authors. All rights reserved.
2 // Use of this source code is governed by a BSD-style license that can be 2 // Use of this source code is governed by a BSD-style license that can be
3 // found in the LICENSE file. 3 // found in the LICENSE file.
4 4
5 #ifndef CHROME_FRAME_DELETE_CHROME_HISTORY_H_ 5 #ifndef CHROME_FRAME_DELETE_CHROME_HISTORY_H_
6 #define CHROME_FRAME_DELETE_CHROME_HISTORY_H_ 6 #define CHROME_FRAME_DELETE_CHROME_HISTORY_H_
7 7
8 #include <atlbase.h> 8 #include <atlbase.h>
9 #include <atlwin.h> 9 #include <atlwin.h>
10 #include <atlcom.h> 10 #include <atlcom.h>
(...skipping 35 matching lines...) Expand 10 before | Expand all | Expand 10 after
46 // IDeleteBrowsingHistory methods 46 // IDeleteBrowsingHistory methods
47 STDMETHOD(DeleteBrowsingHistory)(DWORD flags); 47 STDMETHOD(DeleteBrowsingHistory)(DWORD flags);
48 48
49 protected: 49 protected:
50 // ChromeFrameDelegate overrides 50 // ChromeFrameDelegate overrides
51 virtual void OnAutomationServerReady(); 51 virtual void OnAutomationServerReady();
52 virtual void OnAutomationServerLaunchFailed( 52 virtual void OnAutomationServerLaunchFailed(
53 AutomationLaunchResult reason, const std::string& server_version); 53 AutomationLaunchResult reason, const std::string& server_version);
54 54
55 virtual void GetProfilePath(const std::wstring& profile_name, 55 virtual void GetProfilePath(const std::wstring& profile_name,
56 FilePath* profile_path); 56 base::FilePath* profile_path);
57 57
58 private: 58 private:
59 unsigned long remove_mask_; 59 unsigned long remove_mask_;
60 MessageLoopForUI loop_; 60 MessageLoopForUI loop_;
61 }; 61 };
62 62
63 #endif // CHROME_FRAME_DELETE_CHROME_HISTORY_H_ 63 #endif // CHROME_FRAME_DELETE_CHROME_HISTORY_H_
OLDNEW
« no previous file with comments | « chrome_frame/crash_reporting/minidump_test.cc ('k') | chrome_frame/delete_chrome_history.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698