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

Side by Side Diff: chrome/browser/browsing_data/browsing_data_helper_browsertest.h

Issue 10805015: Move browsing_data_helper files into a separate directory. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Fix chrome_frame build Created 8 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 unified diff | Download patch | Annotate | Revision Log
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 // Contains code shared by all browsing data browsertests. 5 // Contains code shared by all browsing data browsertests.
6 6
7 #ifndef CHROME_BROWSER_BROWSING_DATA_HELPER_BROWSERTEST_H_ 7 #ifndef CHROME_BROWSER_BROWSING_DATA_BROWSING_DATA_HELPER_BROWSERTEST_H_
8 #define CHROME_BROWSER_BROWSING_DATA_HELPER_BROWSERTEST_H_ 8 #define CHROME_BROWSER_BROWSING_DATA_BROWSING_DATA_HELPER_BROWSERTEST_H_
9 9
10 #include <list> 10 #include <list>
11 11
12 #include "base/basictypes.h" 12 #include "base/basictypes.h"
13 #include "base/logging.h" 13 #include "base/logging.h"
14 #include "base/message_loop.h" 14 #include "base/message_loop.h"
15 15
16 // This template can be used for the StartFetching methods of the browsing data 16 // This template can be used for the StartFetching methods of the browsing data
17 // helper classes. It is supposed to be instantiated with the respective 17 // helper classes. It is supposed to be instantiated with the respective
18 // browsing data info type. 18 // browsing data info type.
(...skipping 16 matching lines...) Expand all
35 MessageLoop::current()->Quit(); 35 MessageLoop::current()->Quit();
36 } 36 }
37 37
38 private: 38 private:
39 bool has_result_; 39 bool has_result_;
40 std::list<T> result_; 40 std::list<T> result_;
41 41
42 DISALLOW_COPY_AND_ASSIGN(BrowsingDataHelperCallback); 42 DISALLOW_COPY_AND_ASSIGN(BrowsingDataHelperCallback);
43 }; 43 };
44 44
45 #endif // CHROME_BROWSER_BROWSING_DATA_HELPER_BROWSERTEST_H_ 45 #endif // CHROME_BROWSER_BROWSING_DATA_BROWSING_DATA_HELPER_BROWSERTEST_H_
OLDNEW
« no previous file with comments | « chrome/browser/browsing_data/browsing_data_helper.cc ('k') | chrome/browser/browsing_data/browsing_data_helper_unittest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698