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

Side by Side Diff: ios/web/public/test/test_navigation_manager.mm

Issue 2605913002: Fix include import in ios/web (Closed)
Patch Set: add missing #import Created 3 years, 11 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
OLDNEW
1 // Copyright 2016 The Chromium Authors. All rights reserved. 1 // Copyright 2016 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 #include "ios/web/public/test/test_navigation_manager.h" 5 #import "ios/web/public/test/test_navigation_manager.h"
6 6
7 namespace web { 7 namespace web {
8 8
9 TestNavigationManager::TestNavigationManager() {} 9 TestNavigationManager::TestNavigationManager() {}
10 10
11 TestNavigationManager::~TestNavigationManager() {} 11 TestNavigationManager::~TestNavigationManager() {}
12 12
13 BrowserState* TestNavigationManager::GetBrowserState() const { 13 BrowserState* TestNavigationManager::GetBrowserState() const {
14 NOTREACHED(); 14 NOTREACHED();
15 return nullptr; 15 return nullptr;
(...skipping 111 matching lines...) Expand 10 before | Expand all | Expand 10 after
127 NOTREACHED(); 127 NOTREACHED();
128 return; 128 return;
129 } 129 }
130 130
131 void TestNavigationManager::Reload(bool check_for_repost) { 131 void TestNavigationManager::Reload(bool check_for_repost) {
132 NOTREACHED(); 132 NOTREACHED();
133 return; 133 return;
134 } 134 }
135 135
136 } // namespace web 136 } // namespace web
OLDNEW
« no previous file with comments | « ios/web/public/test/test_native_content_provider.mm ('k') | ios/web/public/test/test_web_client.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698