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

Side by Side Diff: ios/web/test/web_int_test.h

Issue 2562403003: Fix include guards of files in src/ios. (Closed)
Patch Set: Rebase on origin/master. Created 4 years 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
OLDNEW
1 // Copyright 2015 The Chromium Authors. All rights reserved. 1 // Copyright 2015 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 IOS_WEB_TEST_WEB_INT_TEST_H_ 5 #ifndef IOS_WEB_TEST_WEB_INT_TEST_H_
6 #define IOS_WEB_TEST_WEB_INT_TEST_H_ 6 #define IOS_WEB_TEST_WEB_INT_TEST_H_
7 7
8 #import <WebKit/WebKit.h> 8 #import <WebKit/WebKit.h>
9 9
10 #include "ios/web/public/test/web_test.h" 10 #include "ios/web/public/test/web_test.h"
(...skipping 13 matching lines...) Expand all
24 // Synchronously removes data from |data_store|. 24 // Synchronously removes data from |data_store|.
25 // |websiteDataTypes| is from the constants defined in 25 // |websiteDataTypes| is from the constants defined in
26 // "WebKit/WKWebsiteDataRecord". 26 // "WebKit/WKWebsiteDataRecord".
27 void RemoveWKWebViewCreatedData(WKWebsiteDataStore* data_store, 27 void RemoveWKWebViewCreatedData(WKWebsiteDataStore* data_store,
28 NSSet* websiteDataTypes); 28 NSSet* websiteDataTypes);
29 29
30 }; 30 };
31 31
32 } // namespace web 32 } // namespace web
33 33
34 #endif // IOS_WEB_TEST_WEB_TEST_H_ 34 #endif // IOS_WEB_TEST_WEB_INT_TEST_H_
OLDNEW
« no previous file with comments | « ios/web/public/test/web_view_interaction_test_util.h ('k') | ios/web/webui/url_data_manager_ios_backend.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698