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

Side by Side Diff: ios/web/webui/url_data_manager_ios_backend.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
« no previous file with comments | « ios/web/test/web_int_test.h ('k') | ios/web/webui/url_data_source_ios_impl.h » ('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 2014 The Chromium Authors. All rights reserved. 1 // Copyright 2014 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_INTERNAL_WEB_WEBUI_URL_DATA_MANAGER_BACKEND_IOS_H_ 5 #ifndef IOS_WEB_WEBUI_URL_DATA_MANAGER_IOS_BACKEND_H_
6 #define IOS_INTERNAL_WEB_WEBUI_URL_DATA_MANAGER_BACKEND_IOS_H_ 6 #define IOS_WEB_WEBUI_URL_DATA_MANAGER_IOS_BACKEND_H_
7 7
8 #include <map> 8 #include <map>
9 #include <memory> 9 #include <memory>
10 #include <string> 10 #include <string>
11 #include <vector> 11 #include <vector>
12 12
13 #include "base/compiler_specific.h" 13 #include "base/compiler_specific.h"
14 #include "base/macros.h" 14 #include "base/macros.h"
15 #include "base/supports_user_data.h" 15 #include "base/supports_user_data.h"
16 #include "ios/web/public/url_data_source_ios.h" 16 #include "ios/web/public/url_data_source_ios.h"
(...skipping 74 matching lines...) Expand 10 before | Expand all | Expand 10 after
91 PendingRequestMap pending_requests_; 91 PendingRequestMap pending_requests_;
92 92
93 // The ID we'll use for the next request we receive. 93 // The ID we'll use for the next request we receive.
94 RequestID next_request_id_; 94 RequestID next_request_id_;
95 95
96 DISALLOW_COPY_AND_ASSIGN(URLDataManagerIOSBackend); 96 DISALLOW_COPY_AND_ASSIGN(URLDataManagerIOSBackend);
97 }; 97 };
98 98
99 } // namespace web 99 } // namespace web
100 100
101 #endif // IOS_INTERNAL_WEB_WEBUI_URL_DATA_MANAGER_BACKEND_IOS_H_ 101 #endif // IOS_WEB_WEBUI_URL_DATA_MANAGER_IOS_BACKEND_H_
OLDNEW
« no previous file with comments | « ios/web/test/web_int_test.h ('k') | ios/web/webui/url_data_source_ios_impl.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698