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

Side by Side Diff: ios/web/public/browser_state.h

Issue 720153002: Fix copyright line in upstreamed file (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 6 years, 1 month 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/browser_state.cc ('k') | no next file » | 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 2013 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_PUBLIC_BROWSER_STATE_H_ 5 #ifndef IOS_WEB_PUBLIC_BROWSER_STATE_H_
6 #define IOS_WEB_PUBLIC_BROWSER_STATE_H_ 6 #define IOS_WEB_PUBLIC_BROWSER_STATE_H_
7 7
8 #include "base/supports_user_data.h" 8 #include "base/supports_user_data.h"
9 9
10 namespace net { 10 namespace net {
11 class URLRequestContextGetter; 11 class URLRequestContextGetter;
(...skipping 15 matching lines...) Expand all
27 // BrowserState. 27 // BrowserState.
28 virtual net::URLRequestContextGetter* GetRequestContext() = 0; 28 virtual net::URLRequestContextGetter* GetRequestContext() = 0;
29 29
30 protected: 30 protected:
31 BrowserState(); 31 BrowserState();
32 }; 32 };
33 33
34 } // namespace web 34 } // namespace web
35 35
36 #endif // IOS_WEB_PUBLIC_BROWSER_STATE_H_ 36 #endif // IOS_WEB_PUBLIC_BROWSER_STATE_H_
OLDNEW
« no previous file with comments | « ios/web/browser_state.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698