| Index: athena/content/chrome/scheme_classifier_factory.cc
|
| diff --git a/athena/content/chrome/scheme_classifier_factory.cc b/athena/content/chrome/scheme_classifier_factory.cc
|
| deleted file mode 100644
|
| index 6e23df1d6f444ff77e5f34c2feea58bbdae62e5a..0000000000000000000000000000000000000000
|
| --- a/athena/content/chrome/scheme_classifier_factory.cc
|
| +++ /dev/null
|
| @@ -1,19 +0,0 @@
|
| -// Copyright 2014 The Chromium Authors. All rights reserved.
|
| -// Use of this source code is governed by a BSD-style license that can be
|
| -// found in the LICENSE file.
|
| -
|
| -#include "athena/content/public/scheme_classifier_factory.h"
|
| -
|
| -#include "chrome/browser/autocomplete/chrome_autocomplete_scheme_classifier.h"
|
| -#include "chrome/browser/profiles/profile.h"
|
| -
|
| -namespace athena {
|
| -
|
| -scoped_ptr<AutocompleteSchemeClassifier> CreateSchemeClassifier(
|
| - content::BrowserContext* context) {
|
| - return scoped_ptr<AutocompleteSchemeClassifier>(
|
| - new ChromeAutocompleteSchemeClassifier(
|
| - Profile::FromBrowserContext(context)));
|
| -}
|
| -
|
| -} // namespace athena
|
|
|